newAddStake abstract method

Future<Uint8List> newAddStake(
  1. SuiAddress signerAddress,
  2. AddStakeTransaction txn
)

Implementation

Future<Uint8List> newAddStake(
  SuiAddress signerAddress,
  AddStakeTransaction txn,
);