@bithomp/xrpl-api
Version:
A Bithomp JavaScript/TypeScript library for interacting with the XRP Ledger
5 lines (4 loc) • 311 B
TypeScript
import { PaymentChannelClaim } from "xrpl";
import { FormattedPaymentChannelClaimSpecification } from "../../types/payment_channels";
declare function parsePaymentChannelClaim(tx: PaymentChannelClaim, nativeCurrency?: string): FormattedPaymentChannelClaimSpecification;
export default parsePaymentChannelClaim;