interface RequestQueryAminoMsg {
    type: "/tendermint.abci.RequestQuery";
    value: RequestQueryAmino;
}

Properties

Properties

type: "/tendermint.abci.RequestQuery"