sorokeep
    Preparing search index...

    Interface InspectEntryInfo

    interface InspectEntryInfo {
        approximateTimeRemaining?: string | null;
        balance?: { amount: bigint; authorized: boolean; clawback: boolean };
        decodedValue?: DecodedScVal;
        entryKeyXdr: string;
        formattedBalance?: string;
        found: boolean;
        inputEntry: string;
        remainingTTL?: number | null;
        status?: string;
        type: "raw" | "balance";
    }
    Index
    approximateTimeRemaining?: string | null
    balance?: { amount: bigint; authorized: boolean; clawback: boolean }
    decodedValue?: DecodedScVal
    entryKeyXdr: string
    formattedBalance?: string
    found: boolean
    inputEntry: string
    remainingTTL?: number | null
    status?: string
    type: "raw" | "balance"