Function or value | Description |
Full Usage:
ClaimCommitTxOutputs closingTx staticChannelConfig remotePerCommitmentSecrets channelPrivKeys
Parameters:
Transaction
staticChannelConfig : StaticChannelConfig
remotePerCommitmentSecrets : PerCommitmentSecretStore
channelPrivKeys : ChannelPrivKeys
Returns: ClosingResult
|
|
Full Usage:
createPenaltyTx localChannelPrivKeys staticChannelConfig remoteCommit remotePerCommitmentSecret
Parameters:
ChannelPrivKeys
staticChannelConfig : StaticChannelConfig
remoteCommit : RemoteCommit
remotePerCommitmentSecret : PerCommitmentSecret
Returns: Result<TransactionBuilder, OutputClaimError>
|
|