Fees
Defines:
public struct UserFees has key {
id: UID,
app: address,
custom_coin_type: TypeName,
create_invite_fee_custom: u64,
create_invite_fee_sui: u64,
create_user_fee_custom: u64,
create_user_fee_sui: u64,
join_user_fee_custom: u64,
join_user_fee_sui: u64,
leave_user_fee_custom: u64,
leave_user_fee_sui: u64,
post_to_user_fee_custom: u64,
post_to_user_fee_sui: u64,
update_user_fee_custom: u64,
update_user_fee_sui: u64
}Assert Payment **
Create
Update
Last updated