UNPKG

chaingate

Version:

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

6 lines (5 loc) 203 B
import { CurrencyAmount } from '../../../CurrencyUtils'; import { CurrencyInfo } from '../../../CurrencyInfo'; export type UtxoFeeParams<CI extends CurrencyInfo> = { feePerKb: CurrencyAmount<CI>; };