UNPKG

@bithomp/xrpl-api

Version:

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

7 lines (6 loc) 210 B
import { FormattedBaseSpecification } from "./specification"; export type FormattedUNLModifySpecification = { nUNL?: boolean; PublicKey?: string; publicKey?: string; } & FormattedBaseSpecification;