Fees
Defines:
public struct ChannelFees has key {
id: UID,
add_channel_moderator_fee_custom: u64,
add_channel_moderator_fee_sui: u64,
app: address,
create_channel_fee_custom: u64,
create_channel_fee_sui: u64,
custom_coin_type: TypeName,
join_channel_fee_custom: u64,
join_channel_fee_sui: u64,
leave_channel_fee_custom: u64,
leave_channel_fee_sui: u64,
post_to_channel_fee_custom: u64,
post_to_channel_fee_sui: u64,
remove_channel_moderator_fee_custom: u64,
remove_channel_moderator_fee_sui: u64,
update_channel_fee_custom: u64,
update_channel_fee_sui: u64
}Assert Payment **
Create
Update
Last updated