newWithdrawStake abstract method

Future<Uint8List> newWithdrawStake(
  1. SuiAddress signerAddress,
  2. WithdrawStakeTransaction txn
)

Implementation

Future<Uint8List> newWithdrawStake(
  SuiAddress signerAddress,
  WithdrawStakeTransaction txn,
);