sorokeep
    Preparing search index...

    Interface InspectResult

    interface InspectResult {
        contractId: string;
        contractName?: string | null;
        decimals?: number;
        error?: string;
        isSac?: boolean;
        network?: string;
        results?: InspectEntryInfo[];
        success: boolean;
    }
    Index
    contractId: string
    contractName?: string | null
    decimals?: number
    error?: string
    isSac?: boolean
    network?: string
    results?: InspectEntryInfo[]
    success: boolean