#[repr(u32)]pub enum TxHexCodes {
Show 14 variants
WithdrawEther = 2_365_001_483,
WithdrawErc20 = 1_335_153_474,
WithdrawErc721 = 866_972_307,
WithdrawErc1155Single = 2_343_610_385,
WithdrawErc1155Batch = 1_355_284_505,
TransferEther = 1_116_511_309,
TransferErc20 = 64_363_981,
TransferErc721 = 2_942_392_922,
TransferErc1155Single = 3_788_051_437,
TransferErc1155Batch = 1_670_039_289,
Erc20TransferFunctionSelectorFunsel = 2_835_717_307,
Erc721TransferFunctionSelectorFunsel = 1_115_958_798,
Erc1155SingleTransferFunctionSelectorFunsel = 4_064_428_842,
Erc1155BatchTransferFunctionSelectorFunsel = 783_467_222,
}Variants§
WithdrawEther = 2_365_001_483
WithdrawErc20 = 1_335_153_474
WithdrawErc721 = 866_972_307
WithdrawErc1155Single = 2_343_610_385
WithdrawErc1155Batch = 1_355_284_505
TransferEther = 1_116_511_309
TransferErc20 = 64_363_981
TransferErc721 = 2_942_392_922
TransferErc1155Single = 3_788_051_437
TransferErc1155Batch = 1_670_039_289
Erc20TransferFunctionSelectorFunsel = 2_835_717_307
Erc721TransferFunctionSelectorFunsel = 1_115_958_798
Erc1155SingleTransferFunctionSelectorFunsel = 4_064_428_842
Erc1155BatchTransferFunctionSelectorFunsel = 783_467_222
Trait Implementations§
Source§impl Clone for TxHexCodes
impl Clone for TxHexCodes
Source§fn clone(&self) -> TxHexCodes
fn clone(&self) -> TxHexCodes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TxHexCodes
impl Debug for TxHexCodes
Source§impl PartialEq for TxHexCodes
impl PartialEq for TxHexCodes
impl Copy for TxHexCodes
impl Eq for TxHexCodes
impl StructuralPartialEq for TxHexCodes
Auto Trait Implementations§
impl Freeze for TxHexCodes
impl RefUnwindSafe for TxHexCodes
impl Send for TxHexCodes
impl Sync for TxHexCodes
impl Unpin for TxHexCodes
impl UnwindSafe for TxHexCodes
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