您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

broadcast.d.ts 353B

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