@gnosis.pm/safe-apps-sdk
Advanced tools
Comparing version
# @gnosis.pm/safe-apps-sdk | ||
## 5.0.0-next.1 | ||
### Major Changes | ||
- 9a4d3a4: Fix type prop not matching backend response | ||
## 4.3.1-next.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@gnosis.pm/safe-apps-sdk", | ||
"version": "4.3.1-next.0", | ||
"version": "5.0.0-next.1", | ||
"description": "SDK developed to integrate third-party apps with Safe-Multisig app.", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -145,5 +145,5 @@ export declare type TransferDirection = 'INCOMING' | 'OUTGOING'; | ||
}; | ||
export declare type TokenType = 'ERC721' | 'ERC20' | 'ETHER'; | ||
export declare type TokenType = 'ERC721' | 'ERC20' | 'NATIVE_TOKEN'; | ||
export declare type TokenInfo = { | ||
tokenType: TokenType; | ||
type: TokenType; | ||
address: string; | ||
@@ -150,0 +150,0 @@ decimals: number; |
{ | ||
"name": "@gnosis.pm/safe-apps-sdk", | ||
"version": "4.3.1-next.0", | ||
"version": "5.0.0-next.1", | ||
"description": "SDK developed to integrate third-party apps with Safe-Multisig app.", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -170,3 +170,3 @@ # Safe Apps SDK | ||
It will return a [TxServiceModel](src/types.ts#L164-L194) structure or throw an error if the backend hasn't synced the transaction yet | ||
It will return a [GatewayTransactionDetails](src/types/gateway.ts#L222-L230) structure or throw an error if the backend hasn't synced the transaction yet | ||
@@ -173,0 +173,0 @@ ## RPC Calls |
63716
0.18%