UNPKG

810 BSource Map (JSON)View Raw
1{"version":3,"file":"accounts.js","sourceRoot":"","sources":["accounts.ts"],"names":[],"mappings":"","sourcesContent":["export interface AccountInfo {\n relation: 'parent' | 'peer' | 'child',\n plugin: string,\n assetCode: string,\n assetScale: number,\n balance?: {\n minimum: string,\n maximum: string,\n settleThreshold?: string,\n settleTo: string\n },\n deduplicate?: {\n cleanupInterval: number,\n packetLifetime: number\n },\n maxPacketAmount?: string,\n throughput?: {\n refillPeriod?: number,\n incomingAmount?: string,\n outgoingAmount?: string\n },\n rateLimit?: {\n refillPeriod?: number,\n refillCount?: number,\n capacity?: number\n },\n options?: object,\n sendRoutes?: boolean,\n receiveRoutes?: boolean,\n ilpAddressSegment?: string\n}\n"]}
\No newline at end of file