@nextrope/xrpl
Version:
A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser
7 lines • 476 B
TypeScript
import { AccountRootFlagsInterface } from '../ledger/AccountRoot';
import type { Transaction } from '../transactions/transaction';
export declare function parseAccountRootFlags(flags: number): AccountRootFlagsInterface;
export declare function setTransactionFlagsToNumber(tx: Transaction): void;
export declare function convertTxFlagsToNumber(tx: Transaction): number;
export declare function parseTransactionFlags(tx: Transaction): object;
//# sourceMappingURL=flags.d.ts.map