Type Alias Idl

Idl: {
    accounts?: IdlAccount[];
    address: string;
    constants?: IdlConst[];
    docs?: string[];
    errors?: IdlErrorCode[];
    events?: IdlEvent[];
    instructions: IdlInstruction[];
    metadata: IdlMetadata;
    types?: IdlTypeDef[];
}