use std::string;
use std::type_name;
use sui::coin;
use sui::event;
use sui::sui;
use sage_admin::admin;
use sage_admin::apps;

Explore this module further in the Mover Registry: @sage/user

Structs

UserFees

Holds the fee amounts for User actions.

public struct UserFees has key

Events

UserFeesCreated

Emitted when a new UserFees is created.

public struct UserFeesCreated has copy, drop

UserFeesUpdated

Emitted when a UserFees is updated.

public struct UserFeesUpdated has copy, drop

Constants

Incorrect coin type passed in for the custom_coin.

const EIncorrectCoinType: u64 = 370;

Incorrect amount of custom_coin.

const EIncorrectCustomPayment: u64 = 371;

Incorrect amount of sui_coin.

const EIncorrectSuiPayment: u64 = 372;