Struct avalanche_rs::avm::parser::transfer_op_parser::NFTTransferOp[][src]

pub struct NFTTransferOp {
    pub type_id: i32,
    pub address_indices: Vec<u32>,
    pub group_id: i32,
    pub payload: Vec<u8>,
    pub output_owner: OutputOwner,
}

Fields

type_id: i32address_indices: Vec<u32>group_id: i32payload: Vec<u8>output_owner: OutputOwner

Trait Implementations

impl Debug for NFTTransferOp[src]

impl<'de> Deserialize<'de> for NFTTransferOp[src]

impl Serialize for NFTTransferOp[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.