Skip to main content

HydraDecommitApprovedMessage

export type HydraDecommitApprovedMessage = {
  decommitTxId: string
  headId: string
  seq: number
  tag: "DecommitApproved"
  timestamp: string
  utxoToDecommit: Record<string, HydraTxOutput>
}