interface ResponseQueryAminoMsg {
    type: "/tendermint.abci.ResponseQuery";
    value: ResponseQueryAmino;
}

Properties

Properties

type: "/tendermint.abci.ResponseQuery"