stakeWithdrawal static method

FeeType stakeWithdrawal(
  1. Fee fee
)

Stake withdrawal fee.

Implementation

static FeeType stakeWithdrawal(final Fee fee) => FeeType._(3, [fee]);