Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ermvrs committed Dec 16, 2024
1 parent 3cff096 commit 0a4ab77
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/accounts/utils.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ pub struct RosettanetCall {
}

#[derive(Copy, Drop, Clone, Serde)]
pub struct RosettanetMulticall {
pub struct RosettanetMulticall { // TODO: redesign this struct
to: EthAddress,
value: u256,
calldata: Span<felt252>, // We dont need to verify target function here
entrypoint: u256,
calldata: Span<felt252>,
target_function: Span<felt252>,
directives: Span<u8>
}

Expand Down

0 comments on commit 0a4ab77

Please sign in to comment.