Invite
Defines:
public struct Invite has copy, drop, store {
hash: vector<u8>,
user: address
}public struct InviteConfig has key, store {
id: UID,
required: bool
}public struct UserInviteRegistry has key, store {
id: UID,
registry: Table<String, Invite>
}Assert Invite Exists
Assert Invite Not Required
Assert Valid Invite
Create
Delete
Get Destructured Invite
Has Record
Is Invite Required
Is Invite Valid
Set Invite Config
Last updated