createTdppUrl

open fun createTdppUrl(requestingDomain: String = "", tdppFlags: Long = 0, applinkDomain: String? = "w.nexa.org"): String

Given this (partial) transaction, formulate a TDPP request that another wallet can complete.

Parameters

requestingDomain

What web site is interested in hearing about a tx completion (its a courtesy to contact this domain with the completed tx). If no domain is involved, pass "" (the default).

txppFlags

"taker" signing flags, by default 0

applinkDomain

(default w.nexa.org) If null, a URI is created (using tdpp: scheme) otherwise an applink (https) is created with the passed domain