menu
terra_sdk package
documentation
Core/Staking/Delegation.dart
Delegation
Delegation constructor
Delegation constructor
dark_mode
light_mode
Delegation
constructor
Delegation
(
String
delegator_address
,
String
validator_address
,
double
shares
,
Coin
balance
,
)
Implementation
Delegation(this.delegator_address, this.validator_address, this.shares, this.balance);
terra_sdk package
documentation
Core/Staking/Delegation
Delegation
Delegation constructor
Delegation class