create
fun create(chainHash: ByteVector32, amount: MilliSatoshi?, paymentHash: ByteVector32, privateKey: PrivateKey, description: String, minFinalCltvExpiryDelta: CltvExpiryDelta, features: Features, paymentSecret: ByteVector32 = randomBytes32(), paymentMetadata: ByteVector? = null, expirySeconds: Long? = null, extraHops: List<List<PaymentRequest.TaggedField.ExtraHop>> = listOf(), timestampSeconds: Long = currentTimestampSeconds()): PaymentRequest
Content copied to clipboard