@sentio/sdk
    Preparing search index...

    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?: IdlAccount[]
    address: string
    constants?: IdlConst[]
    docs?: string[]
    errors?: IdlErrorCode[]
    events?: IdlEvent[]
    instructions: IdlInstruction[]
    metadata: IdlMetadata
    types?: IdlTypeDef[]