Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 964 Bytes

File metadata and controls

20 lines (12 loc) · 964 Bytes

TokenizationERC20TokenPermissionParams

Role-based permission settings for token contract. If not provided, all permissions will be granted to the issuing wallet by default.

Properties

Name Type Description Notes
admin List<String> List of addresses for the admin role. [optional]
minter List<String> List of addresses for the minter role. [optional]
burner List<String> List of addresses for the burner role. [optional]
manager List<String> List of addresses for the manager role. [optional]
pauser List<String> List of addresses for the pauser role. [optional]
salvager List<String> List of addresses for the salvager role. [optional]
upgrader List<String> List of addresses for the upgrader role. [optional]