pub struct LedgerEthTransactionResolution {
pub erc20_tokens: Vec<String>,
pub nfts: Vec<String>,
pub external_plugins: Vec<ExternalPluginData>,
pub plugin: Vec<String>,
}
Fields§
§erc20_tokens: Vec<String>
Device serialized data that contains ERC20 data (hex format)
nfts: Vec<String>
Device serialized data that contains NFT data (hex format)
external_plugins: Vec<ExternalPluginData>
Device serialized data that contains external plugin data (hex format)
plugin: Vec<String>
Device serialized data that contains plugin data (hex format)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LedgerEthTransactionResolution
impl RefUnwindSafe for LedgerEthTransactionResolution
impl Send for LedgerEthTransactionResolution
impl Sync for LedgerEthTransactionResolution
impl Unpin for LedgerEthTransactionResolution
impl UnwindSafe for LedgerEthTransactionResolution
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