Channel Keys
data class ChannelKeys(fundingKeyPath: KeyPath, fundingPrivateKey: PrivateKey, paymentKey: PrivateKey, delayedPaymentKey: PrivateKey, htlcKey: PrivateKey, revocationKey: PrivateKey, shaSeed: ByteVector32)
Content copied to clipboard
Channel secrets and keys, generated from a funding key BIP32 path
Constructors
ChannelKeys
Link copied to clipboard
fun ChannelKeys(fundingKeyPath: KeyPath, fundingPrivateKey: PrivateKey, paymentKey: PrivateKey, delayedPaymentKey: PrivateKey, htlcKey: PrivateKey, revocationKey: PrivateKey, shaSeed: ByteVector32)
Content copied to clipboard
Properties
delayedPaymentBasepoint
Link copied to clipboard
delayedPaymentKey
Link copied to clipboard
fundingKeyPath
Link copied to clipboard
fundingPrivateKey
Link copied to clipboard
fundingPubKey
Link copied to clipboard
htlcBasepoint
Link copied to clipboard
paymentBasepoint
Link copied to clipboard
paymentKey
Link copied to clipboard
revocationBasepoint
Link copied to clipboard
revocationKey
Link copied to clipboard