Actions
Create App
The create_app function has these effects:
Asserts authentication
Creates an App
Emits the "AppCreated" event:
public struct AppCreated has copy, drop { id: address, name: String }
Returns the app address
Create App (Admin)
The create_app function has these effects:
Creates an App
Emits the "AppCreated" event:
public struct AppCreated has copy, drop { id: address, name: String }
Returns the app address
Create Royalties
The create_royalties function has these effects:
Creates a Royalties
Update Royalties
The update_royalties function has these effects:
Updates a Royalties
Last updated