interface StakeArgs {
    amount: BN;
    authority?: Address;
    duration: BN;
    nonce: number;
    payer?: Keypair;
    stakePool: Address;
    stakePoolMint: Address;
    tokenProgramId?: Address;
}

Hierarchy

  • StakeBaseArgs
    • StakeArgs

Properties

amount: BN
authority?: Address
duration: BN
nonce: number
payer?: Keypair
stakePool: Address
stakePoolMint: Address
tokenProgramId?: Address