View Source DiodeClient.Contracts.BNS (Diode Client v1.2.2)

Wrapper for BNS smart contract to register and resolve names.

Summary

Functions

Link to this function

register(name, destination)

View Source
Link to this function

register_multiple(name, destinations)

View Source
Link to this function

register_reverse(destination, name)

View Source
Link to this function

resolve_address(address, block \\ nil)

View Source
Link to this function

resolve_name(name, block \\ nil)

View Source
Link to this function

resolve_name_all(orig_name, block \\ nil)

View Source
Link to this function

resolve_name_owner(name, block \\ nil)

View Source
Link to this function

resolve_name_owner_ext(name, block \\ nil)

View Source