UNPKG

@bithomp/xrpl-api

Version:

A Bithomp JavaScript/TypeScript library for interacting with the XRP Ledger

8 lines (7 loc) 258 B
import { FormattedBaseSpecification } from "./specification"; export type FormattedFeeUpdateSpecification = { baseFeeXRP: string; referenceFeeUnits: number; reserveBaseXRP: string; reserveIncrementXRP: string; } & FormattedBaseSpecification;