Interface ResponseApplySnapshotChunkProtoMsg

interface ResponseApplySnapshotChunkProtoMsg {
    typeUrl: "/tendermint.abci.ResponseApplySnapshotChunk";
    value: Uint8Array;
}

Properties

Properties

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