Skip to content

GetUtxosParams

GetUtxosParams = Omit<get_utxos_request, "network" | "filter"> & object & Omit<QueryParams, "certified">

Defined in: packages/ckbtc/src/types/bitcoin.params.ts:16

optional filter: { page: Uint8Array; } | { minConfirmations: number; }

network: BitcoinNetwork