interface UnstakeArgs {
    nonce: number;
    shouldClose?: boolean;
    stakePool: Address;
    stakePoolMint: Address;
    tokenProgramId?: Address;
}

Hierarchy (View Summary)

Properties

nonce: number
shouldClose?: boolean
stakePool: Address
stakePoolMint: Address
tokenProgramId?: Address