address where the redemmed sui will be transferred.
Returns Promise<undefined|Transaction>
transaction block
refresh
refresh():Promise<undefined|Transaction>
Multipurpose onchain function that ideally has to be called right before and after change of epoch.
Used to stake all the pending sui to the updated set of validators and convert all the staked sui to fungible sui when eligible.
LST class has to be initialized to call key lst functions like mint, redeem and refresh.
Example