Interface StakeTokensParams

Base parameters for all instructions

interface StakeTokensParams {
    connection: Connection;
    programId: PublicKey;
    registeredStake: PublicKey;
    stakeMint: PublicKey;
    stakeQuantity: BN;
    stakingAccount: PublicKey;
    tokenSource: PublicKey;
    user: PublicKey;
}

Hierarchy (view full)

Properties

connection: Connection
programId: PublicKey
registeredStake: PublicKey
stakeMint: PublicKey
stakeQuantity: BN
stakingAccount: PublicKey
tokenSource: PublicKey
user: PublicKey