Interface UnstakeTokensParams

Base parameters for all instructions

interface UnstakeTokensParams {
    connection: Connection;
    programId: PublicKey;
    registeredStake: PublicKey;
    stakingAccount: PublicKey;
    user: PublicKey;
}

Hierarchy (view full)

Properties

connection: Connection
programId: PublicKey
registeredStake: PublicKey
stakingAccount: PublicKey
user: PublicKey