UNPKG

cive

Version:

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

8 lines (7 loc) 186 B
export type Supply<TQuantity = BigInt> = { totalIssued: TQuantity totalCollateral: TQuantity totalStaking: TQuantity totalCirculating: TQuantity totalEspaceTokens: TQuantity }