Struct lido::instruction::MergeStakeInfo[][src]

pub struct MergeStakeInfo<'a, 'b> {
    pub lido: &'a AccountInfo<'b>,
    pub validator_vote_account: &'a AccountInfo<'b>,
    pub from_stake: &'a AccountInfo<'b>,
    pub to_stake: &'a AccountInfo<'b>,
    pub stake_authority: &'a AccountInfo<'b>,
    pub sysvar_clock: &'a AccountInfo<'b>,
    pub stake_history: &'a AccountInfo<'b>,
    pub stake_program: &'a AccountInfo<'b>,
}

Fields

lido: &'a AccountInfo<'b>validator_vote_account: &'a AccountInfo<'b>from_stake: &'a AccountInfo<'b>to_stake: &'a AccountInfo<'b>stake_authority: &'a AccountInfo<'b>sysvar_clock: &'a AccountInfo<'b>stake_history: &'a AccountInfo<'b>stake_program: &'a AccountInfo<'b>

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.