menu
solana_web3 package
documentation
programs.dart
FeeType
stakeWithdrawal static method
stakeWithdrawal static method
dark_mode
light_mode
stakeWithdrawal
static method
FeeType
stakeWithdrawal
(
Fee
fee
)
Stake withdrawal fee.
Implementation
static FeeType stakeWithdrawal(final Fee fee) => FeeType._(3, [fee]);
solana_web3 package
documentation
programs
FeeType
stakeWithdrawal static method
FeeType class