Preparing search index...
The search index is not available
@anchor-lang/core - v1.0.1
@anchor-lang/core
Idl
Type alias Idl
Idl
:
{
accounts
?:
IdlAccount
[]
;
address
:
string
;
constants
?:
IdlConst
[]
;
docs
?:
string
[]
;
errors
?:
IdlErrorCode
[]
;
events
?:
IdlEvent
[]
;
instructions
:
IdlInstruction
[]
;
metadata
:
IdlMetadata
;
types
?:
IdlTypeDef
[]
;
}
Type declaration
Optional
accounts
?:
IdlAccount
[]
address
:
string
Optional
constants
?:
IdlConst
[]
Optional
docs
?:
string
[]
Optional
errors
?:
IdlErrorCode
[]
Optional
events
?:
IdlEvent
[]
instructions
:
IdlInstruction
[]
metadata
:
IdlMetadata
Optional
types
?:
IdlTypeDef
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@anchor-lang/core - v1.0.1
Loading...