Interface RequestLoadSnapshotChunkProtoMsg

interface RequestLoadSnapshotChunkProtoMsg {
    typeUrl: "/tendermint.abci.RequestLoadSnapshotChunk";
    value: Uint8Array;
}

Properties

Properties

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