OPNet
    Preparing search index...

    Interface RequestUTXOsParamsWithAmount

    Get UTXO Parameters RequestUTXOsParams

    interface RequestUTXOsParamsWithAmount {
        address: string;
        amount: bigint;
        csvAddress?: string;
        filterSpentUTXOs?: boolean;
        isCSV?: boolean;
        mergePendingUTXOs?: boolean;
        olderThan?: bigint;
        optimize?: boolean;
        throwErrors?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    address: string
    amount: bigint
    csvAddress?: string
    filterSpentUTXOs?: boolean
    isCSV?: boolean
    mergePendingUTXOs?: boolean
    olderThan?: bigint
    optimize?: boolean
    throwErrors?: boolean