UNPKG

chaingate

Version:

A complete TypeScript library for connecting to and making transactions on different blockchains

7 lines (6 loc) 122 B
export type AddressHistory = { addressBalance: string; amount: string; txid: string; height: number; }[];