Skip to main content

HydraCommitRecordedMessage

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