Skip to content

Commit

Permalink
Handling AccountStoreUpdated events in the omni-executor (#3217)
Browse files Browse the repository at this point in the history
  • Loading branch information
silva-fj authored Jan 8, 2025
1 parent b176e52 commit fc7d50a
Show file tree
Hide file tree
Showing 21 changed files with 19,476 additions and 542 deletions.
4 changes: 2 additions & 2 deletions common/primitives/core/src/intent.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::{AccountId, Address32, Balance};
use crate::{AccountId, Balance};
use parity_scale_codec::{Decode, Encode, MaxEncodedLen};
use scale_info::TypeInfo;
use sp_core::H160;
Expand Down Expand Up @@ -44,6 +44,6 @@ pub struct TransferNative {

#[derive(Encode, Decode, Debug, Clone, PartialEq, Eq, MaxEncodedLen, TypeInfo)]
pub struct TransferSolana {
pub to: Address32,
pub to: [u8; 32],
pub value: u64,
}
Loading

0 comments on commit fc7d50a

Please sign in to comment.