You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910
  1. import { RippleAPI, APIOptions } from './api';
  2. declare class RippleAPIBroadcast extends RippleAPI {
  3. ledgerVersion: number | undefined;
  4. private _apis;
  5. constructor(servers: any, options?: APIOptions);
  6. onLedgerEvent(ledger: any): void;
  7. getMethodNames(): string[];
  8. }
  9. export { RippleAPIBroadcast };
  10. //# sourceMappingURL=broadcast.d.ts.map