destinationFor

abstract fun destinationFor(seed: String): PayDestination

Get a repeatable destination, generally used for identity purposes. Given 2 different seeds, this API should at a minimum be statistically unlikely to produce the same address The seed may be public data (a domain name, for example) so wallet security must not depend on it being a secret.

Return

A payment destination

Parameters

seed

Unique data per destination. Use the empty string "" to get the "common" destination