Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CanAcceptStakeAccountParams

Hierarchy

  • CanAcceptStakeAccountParams

Index

Properties

amountLamports: bigint

The amount in lamports to be unstaked. Should be <= stakeAccount.lamports.

currentEpoch: number
stakeAccount: AccountInfo<{ info: { meta: { authorized: { staker: PublicKey; withdrawer: PublicKey }; lockup: { custodian: PublicKey; epoch: number; unixTimestamp: number }; rentExemptReserve: BN }; stake: null | { creditsObserved: number; delegation: { activationEpoch: BN; deactivationEpoch: BN; stake: BN; voter: PublicKey; warmupCooldownRate: number } } }; type: "initialized" | "uninitialized" | "delegated" | "rewardsPool" }>

Generated using TypeDoc