Skip to main content
Explore this module further in the Mover Registry: @sage/admin

Structs

App

Object that represents the application operating in the protocol, e.g. “Sage”, “instagram-clone”, “bucket”, or “double-up”. Developers may create different apps within the protocol to build social applications or augment their application with social capabilities.

AppRegistry

Registry that maintains a reference to every App on the protocol and maintains name-uniqueness.

Functions

get_address

Returns the address of the App’s id.

get_name

Returns the name of the App.

has_record

Returns true if the case-insensitive app name is already in use, and false otherwise.

has_rewards_enabled

Returns true if rewards are enabled in the App, and false otherwise.