interface RequestEchoProtoMsg {
    typeUrl: "/tendermint.abci.RequestEcho";
    value: Uint8Array;
}

Properties

Properties

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