UNPKG

@bithomp/xrpl-api

Version:

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

3 lines (2 loc) 153 B
import { FormattedEmitDetails } from "../../types/emit_details"; export declare function parseEmittedDetails(tx: any): FormattedEmitDetails | undefined;