Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IdlProgramAccountDiscriminator = [8]byte{24, 70, 98, 191, 58, 144, 123, 158}
Functions ¶
func IDLAddress ¶
func IDLAddress(programId solana.PublicKey) (solana.PublicKey, error)
IDLAddress Deterministic IDL address as a function of the program id.
Types ¶
type IdlProgramAccount ¶
type IdlProgramAccount struct { Authority solana.PublicKey `json:"authority"` Data []byte `json:"data"` }
func (IdlProgramAccount) MarshalWithEncoder ¶
func (obj IdlProgramAccount) MarshalWithEncoder(encoder *ag_binary.Encoder) (err error)
func (*IdlProgramAccount) UnmarshalWithDecoder ¶
func (obj *IdlProgramAccount) UnmarshalWithDecoder(decoder *ag_binary.Decoder) (err error)
Click to show internal directories.
Click to hide internal directories.