FeeType class
Fee Type
The type of fees that can be set on the stake pool.
Constructors
- FeeType.from(int index, List values)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
codecs
→ List<
BorshTupleSizedCodec> -
no setter
Static Methods
-
epoch(
Fee fee) → FeeType - Management fee paid per epoch.
-
solDeposit(
Fee fee) → FeeType - Deposit fee for SOL deposits.
-
solReferral(
u8 arg0) → FeeType - Referral fees for SOL deposits.
-
solWithdrawal(
Fee fee) → FeeType - SOL withdrawal fee.
-
stakeDeposit(
Fee fee) → FeeType - Deposit fee for stake deposits.
-
stakeReferral(
u8 arg0) → FeeType - Referral fees for stake deposits.
-
stakeWithdrawal(
Fee fee) → FeeType - Stake withdrawal fee.