UNPKG

@bithomp/xrpl-api

Version:

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

3 lines (2 loc) 152 B
import { FormattedSignerRegularKey } from "../../types/account"; export declare function parseDelegate(tx: any): FormattedSignerRegularKey | undefined;