docs/api.md's "Fluent Builder API" section for StreamBuilder documents only token(), sender(), recipient(), amount(), and build(). It omits .ratePerSecond(val: number | bigint) entirely (a real, meaningfully-different alternative to amount()-only streams), and also omits .submit(submitFn, options) — a substantial documented-in-code method (src/builder.ts) with retry/backoff, concurrency control via a semaphore, a pendingQueue with backpressure, and AbortSignal support, referenced by closed issues #188 and #199. A reader following only docs/api.md would not know either of these methods exist.
docs/api.md's "Fluent Builder API" section forStreamBuilderdocuments onlytoken(),sender(),recipient(),amount(), andbuild(). It omits.ratePerSecond(val: number | bigint)entirely (a real, meaningfully-different alternative toamount()-only streams), and also omits.submit(submitFn, options)— a substantial documented-in-code method (src/builder.ts) with retry/backoff, concurrency control via a semaphore, apendingQueuewith backpressure, andAbortSignalsupport, referenced by closed issues #188 and #199. A reader following onlydocs/api.mdwould not know either of these methods exist.