UNPKG

@transia/xrpl

Version:

A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser

7 lines 291 B
import { BaseTransaction } from './common'; export interface SetRegularKey extends BaseTransaction { TransactionType: 'SetRegularKey'; RegularKey?: string; } export declare function validateSetRegularKey(tx: Record<string, unknown>): void; //# sourceMappingURL=setRegularKey.d.ts.map