@transia/xrpl
Version:
A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser
9 lines • 424 B
TypeScript
import BigNumber from 'bignumber.js';
import { Transaction } from '../models';
export declare function compareSigners<T extends {
Account: string;
}>(left: T, right: T): number;
export declare const NUM_BITS_IN_HEX = 16;
export declare function addressToBigNumber(address: string): BigNumber;
export declare function getDecodedTransaction(txOrBlob: Transaction | string): Transaction;
//# sourceMappingURL=utils.d.ts.map