StakingInformation class

Information about stake logic for transport.

Constructors

StakingInformation({required Uri stakingAPYLink, required Address stakingRootContractAddress, required Address stakingValutAddress, required BigInt stakeDepositAttachedFee, required BigInt stakeRemovePendingWithdrawAttachedFee, required BigInt stakeWithdrawAttachedFee})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stakeDepositAttachedFee BigInt
Attached fee to call stake method
final
stakeRemovePendingWithdrawAttachedFee BigInt
Attached fee to call remove pending withdraw method
final
stakeWithdrawAttachedFee BigInt
Attached fee to call unstake method
final
Url to load staking average APY
final
stakingRootContractAddress Address
Address of contract to identify TokenWallet.rootTokenContract or to load currency description.
final
stakingValutAddress Address
Address ot staking contract to stake/unstake or to call other methods
final

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