Manages marketplace logic for buying/selling identities.
list(): Lists an identity for sale.
list()
buy(): Purchases a listed identity.
buy()
update(): Modifies sale parameters.
update()
cancel(): Cancels an active sale.
cancel()
NameListed(name, node, price)
NameSoldOut(name, node, buyer)
struct Sale { id, start, end, price }
Validates ownership via SnowRegistry.
SnowRegistry
Last updated 1 year ago