HydraCommitRecordedMessage
export type HydraCommitRecordedMessage = {
deadline: string
headId: string
pendingDeposit: string
seq: number
tag: "CommitRecorded"
timestamp: string
utxoToCommit: Record<string, HydraTxOutput>
}
export type HydraCommitRecordedMessage = {
deadline: string
headId: string
pendingDeposit: string
seq: number
tag: "CommitRecorded"
timestamp: string
utxoToCommit: Record<string, HydraTxOutput>
}