@dfns/sdk 0.7.8-rc.3 → 0.7.9-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1622,6 +1622,7 @@ export type GetWalletNftsResponse = {
1622
1622
  kind: "Asset";
1623
1623
  assetId: string;
1624
1624
  symbol?: string | undefined;
1625
+ tokenUri?: string | undefined;
1625
1626
  } | {
1626
1627
  kind: "Erc721" | "Trc721";
1627
1628
  contract: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dfns/sdk",
3
- "version": "0.7.8-rc.3",
3
+ "version": "0.7.9-rc.1",
4
4
  "dependencies": {
5
5
  "buffer": "6.0.3",
6
6
  "cross-fetch": "3.1.6"