interface StakeAndCreateEntriesArgs {
    amount: BN;
    authority?: Address;
    duration: BN;
    nonce: number;
    payer?: Keypair;
    rewardPools: RewardPoolArgs[];
    stakePool: Address;
    stakePoolMint: Address;
    tokenProgramId?: Address;
}

Hierarchy (View Summary)

Properties

amount: BN
authority?: Address
duration: BN
nonce: number
payer?: Keypair
rewardPools: RewardPoolArgs[]
stakePool: Address
stakePoolMint: Address
tokenProgramId?: Address