PaymentHash

data class PaymentHash(hash: ByteVector32) : PaymentRequest.TaggedField

Parameters

hash

payment hash

Constructors

PaymentHash
Link copied to clipboard
common
fun PaymentHash(hash: ByteVector32)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

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

Properties

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