interface RequestAminoMsg {
    type: "/tendermint.abci.Request";
    value: RequestAmino;
}

Properties

Properties

type: "/tendermint.abci.Request"