UNPKG

@bithomp/xrpl-api

Version:

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

5 lines (4 loc) 255 B
import { DelegateSet } from "xrpl"; import { FormattedDelegateSetSpecification } from "../../types/delegate"; declare function parseDelegateSet(tx: DelegateSet, nativeCurrency?: string): FormattedDelegateSetSpecification; export default parseDelegateSet;