menu
solana_web3 package
documentation
programs.dart
Fee
Fee.new const constructor
Fee.new const constructor
dark_mode
light_mode
Fee
constructor
const
Fee
(
{
required
u64
denominator
,
required
u64
numerator
,
})
Implementation
const Fee({ required this.denominator, required this.numerator, });
solana_web3 package
documentation
programs
Fee
Fee.new const constructor
Fee class