Struct lido::instruction::CollectValidatorFeeMeta[][src]

pub struct CollectValidatorFeeMeta {
    pub lido: Pubkey,
    pub validator_vote_account: Pubkey,
    pub st_sol_mint: Pubkey,
    pub mint_authority: Pubkey,
    pub treasury_st_sol_account: Pubkey,
    pub developer_st_sol_account: Pubkey,
    pub reserve: Pubkey,
    pub rewards_withdraw_authority: Pubkey,
}

Fields

lido: Pubkeyvalidator_vote_account: Pubkeyst_sol_mint: Pubkeymint_authority: Pubkeytreasury_st_sol_account: Pubkeydeveloper_st_sol_account: Pubkeyreserve: Pubkeyrewards_withdraw_authority: Pubkey

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

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.