@myx-trade/sdk 1.0.4-beta.4 → 1.0.4-beta.5
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/index.d.mts +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2110,6 +2110,12 @@ declare class Seamless {
|
|
|
2110
2110
|
data: null;
|
|
2111
2111
|
message: string;
|
|
2112
2112
|
}>;
|
|
2113
|
+
getOriginSeamlessAccount(address: string, chainId: number): Promise<{
|
|
2114
|
+
code: number;
|
|
2115
|
+
data: {
|
|
2116
|
+
masterAddress: any;
|
|
2117
|
+
};
|
|
2118
|
+
}>;
|
|
2113
2119
|
}
|
|
2114
2120
|
|
|
2115
2121
|
declare class Position {
|
package/dist/index.d.ts
CHANGED
|
@@ -2110,6 +2110,12 @@ declare class Seamless {
|
|
|
2110
2110
|
data: null;
|
|
2111
2111
|
message: string;
|
|
2112
2112
|
}>;
|
|
2113
|
+
getOriginSeamlessAccount(address: string, chainId: number): Promise<{
|
|
2114
|
+
code: number;
|
|
2115
|
+
data: {
|
|
2116
|
+
masterAddress: any;
|
|
2117
|
+
};
|
|
2118
|
+
}>;
|
|
2113
2119
|
}
|
|
2114
2120
|
|
|
2115
2121
|
declare class Position {
|