The insertion-hint pair (+ the position's NICR) for a SortedTroves insert.

interface Hints {
    lowerHint: `0x${string}`;
    nicr: bigint;
    upperHint: `0x${string}`;
}

Properties

lowerHint: `0x${string}`

SortedTroves neighbor with NICR ≤ this position's.

nicr: bigint

The computed nominal collateral ratio.

upperHint: `0x${string}`

SortedTroves neighbor with NICR ≥ this position's (descending list).