The Solana configuration of the contract
| Name | Type | Description | Notes |
|---|---|---|---|
| extensions | List<String> | The extensions that the contract implements. | [optional] |
| type | TypeEnum | The type of the contract. | [optional] |
| Name | Value |
|---|---|
| SPL | "SPL" |
| TOKEN2022 | "TOKEN2022" |
| PROGRAM | "PROGRAM" |