UNPKG

@bithomp/xrpl-api

Version:

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

4 lines (3 loc) 224 B
import { FormattedGatewayBalances } from "../../types"; import { GatewayBalances } from "../../models/gateway_balances"; export declare function parseGatewayBalances(balanceSheet: GatewayBalances): FormattedGatewayBalances;