UNPKG

cive

Version:

Cive is an interface for the Conflux Core Space, built on Viem.

6 lines (5 loc) 142 B
export type Deposit<TQuantity = bigint, TIndex = number> = { accumulatedInterestRate: TQuantity amount: TQuantity depositTime: TIndex }