Skip to content

ResponseListSnapshots

JaapWijnen edited this page May 4, 2021 · 2 revisions

ResponseListSnapshots

Used during state sync to discover available snapshots on peers.

public struct ResponseListSnapshots 

Initializers

init(snapshots:)

Used during state sync to discover available snapshots on peers.

public init(snapshots: [Snapshot] = []) 

Parameters

  • snapshots: List of local state snapshots.

Properties

snapshots

List of local state snapshots.

public let snapshots: [Snapshot]
Clone this wiki locally