Skip to main content

Interface: SupplyV1Extension

Supply.v1.SupplyV1Extension

Properties

supplyV1

Readonly supplyV1: Object

Type declaration

NameTypeDescription
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.

Defined in

packages/core/src/modules/supply/v1/query.ts:10