@metamask-previews/accounts-controller 33.1.0-preview-8ccfcb37 → 33.1.0-preview-c20b7569

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.
package/dist/utils.d.cts CHANGED
@@ -75,9 +75,9 @@ export declare function getEvmGroupIndexFromAddressIndex(keyring: KeyringObject,
75
75
  * extra-properties than a Snap might add in its `options`.
76
76
  */
77
77
  export declare const HdSnapKeyringAccountOptionsStruct: import("@metamask/superstruct").Struct<{
78
- derivationPath: string;
79
78
  entropySource: string;
80
79
  index: number;
80
+ derivationPath: string;
81
81
  }, {
82
82
  entropySource: import("@metamask/superstruct").Struct<string, null>;
83
83
  index: import("@metamask/superstruct").Struct<number, null>;
package/dist/utils.d.mts CHANGED
@@ -75,9 +75,9 @@ export declare function getEvmGroupIndexFromAddressIndex(keyring: KeyringObject,
75
75
  * extra-properties than a Snap might add in its `options`.
76
76
  */
77
77
  export declare const HdSnapKeyringAccountOptionsStruct: import("@metamask/superstruct").Struct<{
78
- derivationPath: string;
79
78
  entropySource: string;
80
79
  index: number;
80
+ derivationPath: string;
81
81
  }, {
82
82
  entropySource: import("@metamask/superstruct").Struct<string, null>;
83
83
  index: import("@metamask/superstruct").Struct<number, null>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/accounts-controller",
3
- "version": "33.1.0-preview-8ccfcb37",
3
+ "version": "33.1.0-preview-c20b7569",
4
4
  "description": "Manages internal accounts",
5
5
  "keywords": [
6
6
  "MetaMask",