UNPKG

@bithomp/xrpl-api

Version:

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

3 lines (2 loc) 147 B
import { FormattedTransactionSigner } from "../../types"; export declare function parseSigners(tx: any): FormattedTransactionSigner[] | undefined;