Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Struct
    • StakePool

Index

Constructors

  • Parameters

    • properties: any

    Returns StakePool

Properties

accountType: AccountType
depositAuthority: PublicKey
fee: Fee
lastUpdateEpoch: BN
lockup: Lockup
manager: PublicKey
managerFeeAccount: PublicKey
nextEpochFee?: null | Fee
nextWithdrawalFee?: null | Fee
poolMint: PublicKey
poolTokenSupply: BN
preferredDepositValidatorVoteAddress?: null | PublicKey
preferredWithdrawValidatorVoteAddress?: null | PublicKey
reserveStake: PublicKey
solDepositAuthority?: null | PublicKey
solDepositFee: Fee
solReferralFee: number
stakeDepositFee: Fee
stakeReferralFee: number
staker: PublicKey
tokenProgramId: PublicKey
totalStakeLamports: BN
validatorList: PublicKey
withdrawBumpSeed: number
withdrawalFee: Fee

Methods

  • encode(): Buffer
  • Returns Buffer

  • decode(data: Buffer): any
  • Parameters

    • data: Buffer

    Returns any

  • decodeUnchecked(data: Buffer): any
  • Parameters

    • data: Buffer

    Returns any

Generated using TypeDoc