A WithdrawStakePool in this context is any on-chain entity that accepts withdrawStakeToken tokens in return for stake accounts
withdrawStakeToken
Classes that implement this should cache relevant on-chain accounts, none of the methods here should perform any rpc calls
Only handles withdrawing max 1 stake account
Generated using TypeDoc
A WithdrawStakePool in this context is any on-chain entity that accepts
withdrawStakeToken
tokens in return for stake accountsClasses that implement this should cache relevant on-chain accounts, none of the methods here should perform any rpc calls