interface ResponseProtoMsg {
    typeUrl: "/tendermint.abci.Response";
    value: Uint8Array;
}

Properties

Properties

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