FeeType class

Fee Type

The type of fees that can be set on the stake pool.

Inheritance

Constructors

FeeType.from(int index, List values)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
The enum variant's index position.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values → dynamic
The enum variant's constructor parameters.
finalinherited

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.