pub struct TokenMintToParams<'a: 'b, 'b> {
    pub mint: AccountInfo<'a>,
    pub destination: AccountInfo<'a>,
    pub amount: u64,
    pub authority: AccountInfo<'a>,
    pub authority_signer_seeds: Option<&'b [&'b [u8]]>,
    pub token_program: AccountInfo<'a>,
}
Expand description

TokenMintToParams

Fields

mint: AccountInfo<'a>

mint

destination: AccountInfo<'a>

destination

amount: u64

amount

authority: AccountInfo<'a>

authority

authority_signer_seeds: Option<&'b [&'b [u8]]>

authority_signer_seeds

token_program: AccountInfo<'a>

token_program

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.