Companion
object Companion
Content copied to clipboard
Functions
already Proposed
Link copied to clipboard
make Local Txs
Link copied to clipboard
fun makeLocalTxs(commitTxNumber: Long, localParams: LocalParams, remoteParams: RemoteParams, commitmentInput: Transactions.InputInfo, localPerCommitmentPoint: PublicKey, spec: CommitmentSpec): Pair<Transactions.TransactionWithInputInfo.CommitTx, List<Transactions.TransactionWithInputInfo.HtlcTx>>
Content copied to clipboard
make Remote Txs
Link copied to clipboard
fun makeRemoteTxs(commitTxNumber: Long, localParams: LocalParams, remoteParams: RemoteParams, commitmentInput: Transactions.InputInfo, remotePerCommitmentPoint: PublicKey, spec: CommitmentSpec): Pair<Transactions.TransactionWithInputInfo.CommitTx, List<Transactions.TransactionWithInputInfo.HtlcTx>>
Content copied to clipboard
Properties
ANCHOR_AMOUNT
Link copied to clipboard
COMMIT_WEIGHT
Link copied to clipboard
HTLC_OUTPUT_WEIGHT
Link copied to clipboard
HTLC_SUCCESS_WEIGHT
Link copied to clipboard
HTLC_TIMEOUT_WEIGHT
Link copied to clipboard