We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6582940 commit 62fd9baCopy full SHA for 62fd9ba
.changeset/warm-dolls-tan.md
@@ -0,0 +1,5 @@
1
+---
2
+"@onflow/sdk": patch
3
4
+
5
+Fixed args type for send
packages/sdk/src/send/send.js
@@ -9,7 +9,7 @@ import {resolve as defaultResolve} from "../resolve/resolve.js"
9
10
/**
11
* @description - Sends arbitrary scripts, transactions, and requests to Flow
12
- * @param {Array.<Function>} args - An array of functions that take interaction and return interaction
+ * @param {Array.<Function> | Array<object>} args - An array of functions that take interaction and return interaction
13
* @param {object} opts - Optional parameters
14
* @returns {Promise<*>} - A promise that resolves to a response
15
*/
0 commit comments