pub struct CmaParserErc1155BatchTransfer {
pub sender: Address,
pub receiver: Address,
pub token: Address,
pub count: usize,
pub token_ids: Vec<U256>,
pub amounts: Vec<U256>,
pub base_layer_data: String,
pub exec_layer_data: String,
}Fields§
§sender: Address§receiver: Address§token: Address§count: usize§token_ids: Vec<U256>§amounts: Vec<U256>§base_layer_data: String§exec_layer_data: StringAuto Trait Implementations§
impl Freeze for CmaParserErc1155BatchTransfer
impl RefUnwindSafe for CmaParserErc1155BatchTransfer
impl Send for CmaParserErc1155BatchTransfer
impl Sync for CmaParserErc1155BatchTransfer
impl Unpin for CmaParserErc1155BatchTransfer
impl UnwindSafe for CmaParserErc1155BatchTransfer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more