Group allows you to create groups and add IP Assets to them.
Method |
---|
register_group |
group_pool
: The address of the group pool.tx_options
: [Optional] The transaction options dictionary.Method |
---|
register_group_and_attach_license |
group_pool
: The address of the group pool.license_data
: License data object with terms and config.tx_options
: [Optional] The transaction options dictionary.Method |
---|
mint_and_register_ip_and_attach_license_and_add_to_group |
group_id
: The ID of the group to add the IP to.spg_nft_contract
: The address of the SPG NFT contract.license_data
: List of license data objects with terms and config.max_allowed_reward_share
: Maximum allowed reward share percentage.ip_metadata
: [Optional] The metadata for the IP.recipient
: [Optional] The recipient of the NFT (defaults to caller).allow_duplicates
: [Optional] Whether to allow duplicate IPs.deadline
: [Optional] The deadline for the signature in milliseconds.tx_options
: [Optional] The transaction options dictionary.Method |
---|
register_ip_and_attach_license_and_add_to_group |
group_id
: The ID of the group to add the IP to.nft_contract
: The address of the NFT contract.token_id
: The token ID of the NFT.license_data
: List of license data objects with terms and config.max_allowed_reward_share
: Maximum allowed reward share percentage.ip_metadata
: [Optional] The metadata for the IP.deadline
: [Optional] The deadline for the signature in milliseconds.tx_options
: [Optional] The transaction options dictionary.Method |
---|
register_group_and_attach_license_and_add_ips |
group_pool
: The address of the group pool.ip_ids
: List of IP IDs to add to the group.license_data
: License data object with terms and config.max_allowed_reward_share
: Maximum allowed reward share percentage.tx_options
: [Optional] The transaction options dictionary.Method |
---|
collect_and_distribute_group_royalties |
group_ip_id
: The ID of the group IP.currency_tokens
: List of currency token addresses.member_ip_ids
: List of member IP IDs.tx_options
: [Optional] The transaction options dictionary.