menu
sui package
documentation
signers/txn_data_serializers/txn_data_serializer.dart
WithdrawStakeTransaction
WithdrawStakeTransaction constructor
WithdrawStakeTransaction constructor
dark_mode
light_mode
WithdrawStakeTransaction
constructor
WithdrawStakeTransaction
(
ObjectId
stakeSui
,
int
gasBudget
, [
ObjectId
?
gasPayment
])
Implementation
WithdrawStakeTransaction(this.stakeSui, this.gasBudget, [this.gasPayment]);
sui package
documentation
signers/txn_data_serializers/txn_data_serializer
WithdrawStakeTransaction
WithdrawStakeTransaction constructor
WithdrawStakeTransaction class