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

pub struct SECP256K1MintOp {
    pub type_id: i32,
    pub address_indices: Vec<i32>,
    pub secp256k1_mint_output: Output,
    pub secp256k1_transfer_output: Output,
}

Fields

type_id: i32address_indices: Vec<i32>secp256k1_mint_output: Outputsecp256k1_transfer_output: Output

Trait Implementations

impl Debug for SECP256K1MintOp[src]

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

impl Serialize for SECP256K1MintOp[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.