create Tdpp Url
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
requesting Domain
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).
txpp Flags
"taker" signing flags, by default 0
applink Domain
(default w.nexa.org) If null, a URI is created (using tdpp: scheme) otherwise an applink (https) is created with the passed domain