Skip to content

Commit 62fd9ba

Browse files
authored
PKG -- [sdk] Fixed args type for send (#1719)
* PKG -- [sdk] Fixed args type for send * VSN -- [sdk] changeset
1 parent 6582940 commit 62fd9ba

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/warm-dolls-tan.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@onflow/sdk": patch
3+
---
4+
5+
Fixed args type for send

packages/sdk/src/send/send.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {resolve as defaultResolve} from "../resolve/resolve.js"
99

1010
/**
1111
* @description - Sends arbitrary scripts, transactions, and requests to Flow
12-
* @param {Array.<Function>} args - An array of functions that take interaction and return interaction
12+
* @param {Array.<Function> | Array<object>} args - An array of functions that take interaction and return interaction
1313
* @param {object} opts - Optional parameters
1414
* @returns {Promise<*>} - A promise that resolves to a response
1515
*/

0 commit comments

Comments
 (0)