Skip to content

Generated schema for managersplitter/permissions.proto: 2 messages in the x/managersplitter module.

Proto package managersplitter, part of the x/managersplitter module. It declares 2 messages. Read the raw source.

Messages

ManagerSplitterPermissions

ManagerSplitterPermissions mirrors the CollectionPermissions structure

but maps each permission to criteria for execution.

Field#TypeRuleDescription
canDeleteCollection1PermissionCriteriasingularPermissions related to deleting the collection.
canArchiveCollection2PermissionCriteriasingularPermissions related to archiving the collection.
canUpdateStandards3PermissionCriteriasingularPermissions related to updating standards for the collection.
canUpdateCustomData4PermissionCriteriasingularPermissions related to updating custom data for the collection.
canUpdateManager5PermissionCriteriasingularPermissions related to updating the collection's manager.
canUpdateCollectionMetadata6PermissionCriteriasingularPermissions related to updating the metadata of the collection.
canUpdateValidTokenIds7PermissionCriteriasingularPermissions related to creating more tokens for the collection.
canUpdateTokenMetadata8PermissionCriteriasingularPermissions related to updating token metadata for specific tokens.
canUpdateCollectionApprovals9PermissionCriteriasingularPermissions related to updating collection approvals.
canAddMoreAliasPaths10PermissionCriteriasingularPermissions related to adding more alias paths to the collection.
canAddMoreCosmosCoinWrapperPaths11PermissionCriteriasingularPermissions related to adding more cosmos coin wrapper paths to the collection.

PermissionCriteria

PermissionCriteria defines the criteria for executing a permission.

Currently supports approved addresses (whitelist).

Field#TypeRuleDescription
approvedAddresses1stringrepeatedList of approved addresses that can execute this permission.

Edit this page on GitHub