Interface QueryTallyResultResponseAminoMsg

interface QueryTallyResultResponseAminoMsg {
    type: "cosmos-sdk/QueryTallyResultResponse";
    value: QueryTallyResultResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryTallyResultResponse"