Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WithdrawStakePool

A WithdrawStakePool in this context is any on-chain entity that accepts withdrawStakeToken tokens in return for stake accounts

Classes that implement this should cache relevant on-chain accounts, none of the methods here should perform any rpc calls

Hierarchy

  • WithdrawStakePool

Implemented by

Index

Properties

mustUseKeypairForSplitStake: boolean
withdrawStakeToken: PublicKey

Methods

  • getAccountsForUpdate(): PublicKey[]
  • Returns PublicKey[]

  • update(accountInfoMap: AccountInfoMap): void
  • Parameters

    • accountInfoMap: AccountInfoMap

    Returns void

Generated using TypeDoc