Struct UpdatePair

The settle & update pair for a given sequence ID

struct UpdatePair ;

Fields

NameTypeDescription
multi_settle_sig SigPairCombined settlement multi-sig
multi_update_sig SigPairCombined update multi-sig
our_settle_sig SigPairOur portion of the settlement multi-sig
our_update_sig SigPairOur portion of the update multi-sig
seq_id uintThe sequence ID of this slot
settle_tx TransactionSettle tx which spends from update_tx below
update_tx TransactionUpdate tx which spends the trigger tx's outputs and can replace any previous update containing a lower sequence ID than this one's.