Skip to content

nooschain v0.1.0


nooschain / consensus/adapters/raft/raft-snapshot / RaftSnapshotCallbacks

Interface: RaftSnapshotCallbacks

Defined in: consensus/adapters/raft/raft-snapshot.ts:24

Methods

exportSnapshot()

exportSnapshot(): Promise<RaftSnapshotExportResult>

Defined in: consensus/adapters/raft/raft-snapshot.ts:25

Returns

Promise<RaftSnapshotExportResult>


installSnapshot()

installSnapshot(snapshot): Promise<RaftSnapshotInstallResult>

Defined in: consensus/adapters/raft/raft-snapshot.ts:26

Parameters

snapshot

SnapshotDocument

Returns

Promise<RaftSnapshotInstallResult>

Audience-first NOOSChain documentation.