pub type Idl = Idl;Aliased Type§
pub struct Idl {
pub address: String,
pub metadata: IdlMetadata,
pub docs: Vec<String>,
pub instructions: Vec<IdlInstruction>,
pub accounts: Vec<IdlAccount>,
pub events: Vec<IdlEvent>,
pub errors: Vec<IdlErrorCode>,
pub types: Vec<IdlTypeDef>,
pub constants: Vec<IdlConst>,
}Fields§
§address: String§metadata: IdlMetadata§docs: Vec<String>§instructions: Vec<IdlInstruction>§accounts: Vec<IdlAccount>§events: Vec<IdlEvent>§errors: Vec<IdlErrorCode>§types: Vec<IdlTypeDef>§constants: Vec<IdlConst>