Interface: SupplyV1Extension
Properties
supplyV1
• Readonly
supplyV1: Object
Type declaration
Name | Type | Description |
---|---|---|
circulatingSupply | (denom : string , dividerExponent? : Long ) => Promise <QueryCirculatingResponse > | Queries the circulating supply for the given denom, with the optional divider exponent. |
totalSupply | (denom : string , dividerExponent? : Long ) => Promise <QueryTotalResponse > | Queries the total supply for the given denom, with the optional divider exponent. |