Interface QueryTotalSupplyResponseAminoMsg

interface QueryTotalSupplyResponseAminoMsg {
    type: "cosmos-sdk/QueryTotalSupplyResponse";
    value: QueryTotalSupplyResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryTotalSupplyResponse"