PaymentSecret

data class PaymentSecret(secret: ByteVector32) : PaymentRequest.TaggedField

Parameters

secret

payment secret

Constructors

PaymentSecret
Link copied to clipboard
common
fun PaymentSecret(secret: ByteVector32)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

encode
Link copied to clipboard
common
open override fun encode(): List<Int5>

Properties

secret
Link copied to clipboard
common
val secret: ByteVector32
tag
Link copied to clipboard
common
open override val tag: Int5