Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 517 Bytes

File metadata and controls

25 lines (13 loc) · 517 Bytes

SolanaConfig

The Solana configuration of the contract

Properties

Name Type Description Notes
extensions List<String> The extensions that the contract implements. [optional]
type TypeEnum The type of the contract. [optional]

Enum: TypeEnum

Name Value
SPL "SPL"
TOKEN2022 "TOKEN2022"
PROGRAM "PROGRAM"