interface ResponseEchoProtoMsg {
    typeUrl: "/tendermint.abci.ResponseEcho";
    value: Uint8Array;
}

Properties

Properties

typeUrl: "/tendermint.abci.ResponseEcho"
value: Uint8Array