Apps
Defines:
public struct App has key {
id: UID,
name: String
}public struct AppRegistry has key, store {
id: UID,
registry: Table<String, address>
}Add Fee Config
Create
Get Address
Get Name
Has Record
Last updated