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