UNPKG

dp-contract-proxy-kit

Version:

Enable batched transactions and contract account interactions using a unique deterministic Gnosis Safe.

12 lines (6 loc) 278 B
import BigNumber from 'bignumber.js' type Json = string | number | boolean | null | JsonObject | Json[] type JsonObject = { [property: string]: Json } export type Address = string export type Abi = JsonObject[] export type NumberLike = number | string | bigint | BigNumber