Idl: {
    accounts?: IdlAccountDef[];
    constants?: IdlConstant[];
    docs?: string[];
    errors?: IdlErrorCode[];
    events?: IdlEvent[];
    instructions: IdlInstruction[];
    metadata?: IdlMetadata;
    name: string;
    state?: IdlState;
    types?: IdlTypeDef[];
    version: string;
}

Type declaration

Generated using TypeDoc