solWithdrawal static method

FeeType solWithdrawal(
  1. Fee fee
)

SOL withdrawal fee.

Implementation

static FeeType solWithdrawal(final Fee fee) => FeeType._(6, [fee]);