UNPKG

cive

Version:

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

11 lines (9 loc) 249 B
import type { Hash } from 'viem' import type { Address } from '../accounts/types.js' export type Reward<TQuantity = bigint, TIndex = number> = { blockHash: Hash author: Address totalReward: TQuantity baseReward: TQuantity txFee: TIndex }