Function Channel.requestCloseSig

Requests the signature for the closing transaction from this node.

Result!(agora.script.Signature.SigPair) requestCloseSig (
  in const(uint) seq_id
);

There must have been a previous closeChannel request, otherwise the node will return an error.

Parameters

NameDescription
seq_id the sequence ID

Returns

the closing transaction signature, or an error if something went wrong