UNPKG

@bithomp/xrpl-api

Version:

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

5 lines (4 loc) 317 B
import { PaymentChannelCreate } from "xrpl"; import { FormattedPaymentChannelCreateSpecification } from "../../types/payment_channels"; declare function parsePaymentChannelCreate(tx: PaymentChannelCreate, nativeCurrency?: string): FormattedPaymentChannelCreateSpecification; export default parsePaymentChannelCreate;