-
Notifications
You must be signed in to change notification settings - Fork 0
ResponseApplySnapshotChunk_Result
JaapWijnen edited this page May 4, 2021
·
2 revisions
public enum Result
Unknown result, abort all snapshot restoration.
case unknown
The chunk was accepted.
case accept
Abort snapshot restoration, and don't try any other snapshots.
case abort
Reapply this chunk, combine with refetchChunks
and rejectSenders
as appropriate.
case retry
Restart this snapshot from OfferSnapshot
, reusing chunks unless instructed otherwise.
case retrySnapshot
Reject this snapshot, try a different one.
case rejectSnapshot
Generated at 2021-05-04T10:50:27+0000 using swift-doc 1.0.0-beta.6.
Types
- ABCIProcessor
- BlockID
- BlockParams
- CheckTxType
- ConsensusParams
- Event
- EventAttribute
- Evidence
- EvidenceParams
- EvidenceType
- Header
- IntToStringCoder
- KeyValueStoreApp
- LastCommitInfo
- NIOABCIChannelHandler
- NIOABCIServer
- PartSetHeader
- Proof
- ProofOp
- ProofOps
- PublicKey
- RequestApplySnapshotChunk
- RequestBeginBlock
- RequestCheckTx
- RequestDeliverTx
- RequestEcho
- RequestEndBlock
- RequestInfo
- RequestInitChain
- RequestLoadSnapshotChunk
- RequestOfferSnapshot
- RequestQuery
- ResponseApplySnapshotChunk
- ResponseApplySnapshotChunk.Result
- ResponseBeginBlock
- ResponseCheckTx
- ResponseCommit
- ResponseDeliverTx
- ResponseEcho
- ResponseEndBlock
- ResponseInfo
- ResponseInitChain
- ResponseListSnapshots
- ResponseLoadSnapshotChunk
- ResponseOfferSnapshot
- ResponseOfferSnapshot.Result
- ResponseQuery
- Snapshot
- Store
- Store.Transaction
- Validator
- ValidatorParams
- ValidatorUpdate
- Version
- VoteInfo