decrypt
fun decrypt(key: ByteVector32, data: ByteArray, nodeParams: NodeParams): ChannelStateWithCommitments
Content copied to clipboard
fun decrypt(key: PrivateKey, data: ByteArray, nodeParams: NodeParams): ChannelStateWithCommitments
Content copied to clipboard
fun decrypt(key: PrivateKey, backup: EncryptedChannelData, nodeParams: NodeParams): ChannelStateWithCommitments
Content copied to clipboard