Role-based permission settings for token contract. If not provided, all permissions will be granted to the issuing wallet by default.
| 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] |
| wrapper | List<String> | List of addresses for the wrapper 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] |