@volr/sdk-core 0.1.12 → 0.1.14
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.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1060,7 +1060,7 @@ type RelayResult = {
|
|
|
1060
1060
|
/** Gas used by the transaction */
|
|
1061
1061
|
gasUsed: bigint;
|
|
1062
1062
|
/** Block number where the transaction was included */
|
|
1063
|
-
blockNumber:
|
|
1063
|
+
blockNumber: number;
|
|
1064
1064
|
} | {
|
|
1065
1065
|
txId: string;
|
|
1066
1066
|
status: 'FAILED';
|
package/dist/index.d.ts
CHANGED
|
@@ -1060,7 +1060,7 @@ type RelayResult = {
|
|
|
1060
1060
|
/** Gas used by the transaction */
|
|
1061
1061
|
gasUsed: bigint;
|
|
1062
1062
|
/** Block number where the transaction was included */
|
|
1063
|
-
blockNumber:
|
|
1063
|
+
blockNumber: number;
|
|
1064
1064
|
} | {
|
|
1065
1065
|
txId: string;
|
|
1066
1066
|
status: 'FAILED';
|