@sentio/sdk
Preparing search index...
solana
Idl
Type Alias Idl
type
Idl
=
{
accounts
?:
IdlAccount
[]
;
address
:
string
;
constants
?:
IdlConst
[]
;
docs
?:
string
[]
;
errors
?:
IdlErrorCode
[]
;
events
?:
IdlEvent
[]
;
instructions
:
IdlInstruction
[]
;
metadata
:
IdlMetadata
;
types
?:
IdlTypeDef
[]
;
}
Index
Properties
accounts?
address
constants?
docs?
errors?
events?
instructions
metadata
types?
Properties
Optional
accounts
accounts
?:
IdlAccount
[]
address
address
:
string
Optional
constants
constants
?:
IdlConst
[]
Optional
docs
docs
?:
string
[]
Optional
errors
errors
?:
IdlErrorCode
[]
Optional
events
events
?:
IdlEvent
[]
instructions
instructions
:
IdlInstruction
[]
metadata
metadata
:
IdlMetadata
Optional
types
types
?:
IdlTypeDef
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accounts
address
constants
docs
errors
events
instructions
metadata
types
@sentio/sdk
Loading...