HydraSnapshotConfirmedMessage
export type HydraSnapshotConfirmedMessage = {
headId: string
seq: number
snapshot: {
confirmed: HydraTx[]
headId: string
number: number
utxo: Record<string, HydraTxOutput>
utxoToCommit: Record<string, HydraTxOutput> |
utxoToDecommit: Record<string, HydraTxOutput> |
version: number
}
tag: "SnapshotConfirmed"
timestamp: string
}