Interface ResponseLoadSnapshotChunkProtoMsg

interface ResponseLoadSnapshotChunkProtoMsg {
    typeUrl: "/tendermint.abci.ResponseLoadSnapshotChunk";
    value: Uint8Array;
}

Properties

Properties

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