Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 670 Bytes

File metadata and controls

24 lines (11 loc) · 670 Bytes

SolanaConfig

Properties

Name Type Description Notes
extensions Array<string> The extensions that the contract implements. [optional] [default to undefined]
type string The type of the contract. [optional] [default to undefined]

Enum: SolanaConfigTypeEnum

  • Spl (value: 'SPL')

  • Token2022 (value: 'TOKEN2022')

  • Program (value: 'PROGRAM')

[Back to top] [Back to API list] [Back to Model list] [Back to README]