QueryTotalSupplyResponse is the response type for the Query/TotalSupply RPC method

interface QueryTotalSupplyResponseSDKType {
    pagination?: PageResponseSDKType;
    supply: CoinSDKType[];
}

Properties

Properties

pagination?: PageResponseSDKType
supply: CoinSDKType[]