Skip to main content

HydraDecommitRequestedMessage

export type HydraDecommitRequestedMessage = {
  decommitTx: HydraTx
  headId: string
  seq: number
  tag: "DecommitRequested"
  timestamp: string
  utxoToDecommit: Record<string, HydraTxOutput>
}