@orangecheck/vote-core / qualifyingUtxos
Function: qualifyingUtxos()
function qualifyingUtxos(
utxos: Utxo[],
snapshot: number,
minDays: number): Utxo[];
Defined in: weight.ts:19
Parameters
| Parameter | Type |
|---|---|
utxos | Utxo[] |
snapshot | number |
minDays | number |
Returns
Utxo[]