RemoteCommit

data class RemoteCommit(index: Long, spec: CommitmentSpec, txid: ByteVector32, remotePerCommitmentPoint: PublicKey)

Constructors

RemoteCommit
Link copied to clipboard
common
fun RemoteCommit(from: RemoteCommit)

Functions

export
Link copied to clipboard
common
fun export(): RemoteCommit

Properties

index
Link copied to clipboard
common
val index: Long
remotePerCommitmentPoint
Link copied to clipboard
common
val remotePerCommitmentPoint: PublicKey
spec
Link copied to clipboard
common
val spec: CommitmentSpec
txid
Link copied to clipboard
common
val txid: ByteVector32