We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c1426 commit 95bafa2Copy full SHA for 95bafa2
src/rpc/server.ts
@@ -694,7 +694,7 @@ export class RpcServer {
694
* transaction completion and return a definitive state of success or failure.
695
*
696
* @param {string} hash the transaction you're polling for
697
- * @param {[RpcServer.PollingOptions]} [opts] polling options
+ * @param {RpcServer.PollingOptions} [opts] polling options
698
* @param {number} [opts.attempts] (optional) the number of attempts to make
699
* before returning the last-seen status. By default or on invalid inputs,
700
* try 5 times.
0 commit comments