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 0a8e487 commit 2901453Copy full SHA for 2901453
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gnosis.pm/safe-react-gateway-sdk",
3
- "version": "3.1.1",
+ "version": "3.1.2",
4
"main": "dist/index.min.js",
5
"types": "dist/index.d.ts",
6
"files": [
src/types/transactions.ts
@@ -200,7 +200,7 @@ export type Creation = {
200
factory: AddressEx | null
201
}
202
203
-export type TransactionInfo = Transfer | SettingsChange | Custom | MultiSend | Creation
+export type TransactionInfo = Transfer | SettingsChange | Custom | MultiSend | Cancellation | Creation
204
205
export type ModuleExecutionInfo = {
206
type: 'MODULE'
0 commit comments