Metrics constructor
const
Metrics({
- String? totalSupply,
- String? totalMiningSupply,
- String? totalMinedTokens,
- String? totalResourceNodesDeposit,
- String? totalBondedDelegation,
- String? totalUnbondedDelegation,
- String? totalUnbondingDelegation,
- String? circulationSupply,
- String? totalMiningReward,
- String? chainMiningReward,
- String? resourceMiningReward,
- String? metaMiningReward,
- String? resourceNodeDeposit,
- String? metaNodeDeposit,
- String? unissuedPrepay,
Implementation
const Metrics({
this.totalSupply,
this.totalMiningSupply,
this.totalMinedTokens,
this.totalResourceNodesDeposit,
this.totalBondedDelegation,
this.totalUnbondedDelegation,
this.totalUnbondingDelegation,
this.circulationSupply,
this.totalMiningReward,
this.chainMiningReward,
this.resourceMiningReward,
this.metaMiningReward,
this.resourceNodeDeposit,
this.metaNodeDeposit,
this.unissuedPrepay,
});