interface ResponseCommitProtoMsg {
    typeUrl: "/tendermint.abci.ResponseCommit";
    value: Uint8Array;
}

Properties

Properties

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