@zubari/sdk 0.1.25 → 0.1.26
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-C4SuAZP4.d.ts → index-CR7fLCYO.d.ts} +1 -1
- package/dist/{index-DkB0ouBN.d.mts → index-Dh2ukHnr.d.mts} +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +21 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +21 -0
- package/dist/index.mjs.map +1 -1
- package/dist/react/index.d.mts +2 -2
- package/dist/react/index.d.ts +2 -2
- package/dist/react/index.js +21 -0
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +21 -0
- package/dist/react/index.mjs.map +1 -1
- package/dist/services/index.d.mts +21 -1
- package/dist/services/index.d.ts +21 -1
- package/dist/services/index.js +21 -0
- package/dist/services/index.js.map +1 -1
- package/dist/services/index.mjs +21 -0
- package/dist/services/index.mjs.map +1 -1
- package/dist/wallet/index.d.mts +2 -2
- package/dist/wallet/index.d.ts +2 -2
- package/dist/wallet/index.js +21 -0
- package/dist/wallet/index.js.map +1 -1
- package/dist/wallet/index.mjs +21 -0
- package/dist/wallet/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/{WalletManager-B4Ag188W.d.mts → WalletManager-CGIuecnp.d.mts} +11 -11
- package/dist/{WalletManager-9bC646Ax.d.ts → WalletManager-D1ohlVea.d.ts} +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zubari/sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.26",
|
|
4
4
|
"description": "Multi-chain self-custodial wallet SDK for Web3 creator economy. Supports Ethereum, Bitcoin, TON, TRON, Solana, and Lightning (Spark) from a single BIP-39 seed phrase.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -766,6 +766,7 @@ declare class WalletManager {
|
|
|
766
766
|
number: blockTag extends "pending" ? null : bigint;
|
|
767
767
|
hash: blockTag extends "pending" ? null : `0x${string}`;
|
|
768
768
|
gasUsed: bigint;
|
|
769
|
+
timestamp: bigint;
|
|
769
770
|
nonce: blockTag extends "pending" ? null : `0x${string}`;
|
|
770
771
|
logsBloom: blockTag extends "pending" ? null : `0x${string}`;
|
|
771
772
|
baseFeePerGas: bigint | null;
|
|
@@ -783,7 +784,6 @@ declare class WalletManager {
|
|
|
783
784
|
sha3Uncles: viem.Hash;
|
|
784
785
|
size: bigint;
|
|
785
786
|
stateRoot: viem.Hash;
|
|
786
|
-
timestamp: bigint;
|
|
787
787
|
totalDifficulty: bigint | null;
|
|
788
788
|
transactionsRoot: viem.Hash;
|
|
789
789
|
uncles: viem.Hash[];
|
|
@@ -794,6 +794,7 @@ declare class WalletManager {
|
|
|
794
794
|
to: abitype.Address | null;
|
|
795
795
|
hash: viem.Hash;
|
|
796
796
|
from: abitype.Address;
|
|
797
|
+
value: bigint;
|
|
797
798
|
yParity?: undefined | undefined;
|
|
798
799
|
gas: bigint;
|
|
799
800
|
input: viem.Hex;
|
|
@@ -802,7 +803,6 @@ declare class WalletManager {
|
|
|
802
803
|
s: viem.Hex;
|
|
803
804
|
typeHex: viem.Hex | null;
|
|
804
805
|
v: bigint;
|
|
805
|
-
value: bigint;
|
|
806
806
|
accessList?: undefined | undefined;
|
|
807
807
|
authorizationList?: undefined | undefined;
|
|
808
808
|
blobVersionedHashes?: undefined | undefined;
|
|
@@ -819,6 +819,7 @@ declare class WalletManager {
|
|
|
819
819
|
to: abitype.Address | null;
|
|
820
820
|
hash: viem.Hash;
|
|
821
821
|
from: abitype.Address;
|
|
822
|
+
value: bigint;
|
|
822
823
|
yParity: number;
|
|
823
824
|
gas: bigint;
|
|
824
825
|
input: viem.Hex;
|
|
@@ -827,7 +828,6 @@ declare class WalletManager {
|
|
|
827
828
|
s: viem.Hex;
|
|
828
829
|
typeHex: viem.Hex | null;
|
|
829
830
|
v: bigint;
|
|
830
|
-
value: bigint;
|
|
831
831
|
accessList: viem.AccessList;
|
|
832
832
|
authorizationList?: undefined | undefined;
|
|
833
833
|
blobVersionedHashes?: undefined | undefined;
|
|
@@ -844,6 +844,7 @@ declare class WalletManager {
|
|
|
844
844
|
to: abitype.Address | null;
|
|
845
845
|
hash: viem.Hash;
|
|
846
846
|
from: abitype.Address;
|
|
847
|
+
value: bigint;
|
|
847
848
|
yParity: number;
|
|
848
849
|
gas: bigint;
|
|
849
850
|
input: viem.Hex;
|
|
@@ -852,7 +853,6 @@ declare class WalletManager {
|
|
|
852
853
|
s: viem.Hex;
|
|
853
854
|
typeHex: viem.Hex | null;
|
|
854
855
|
v: bigint;
|
|
855
|
-
value: bigint;
|
|
856
856
|
accessList: viem.AccessList;
|
|
857
857
|
authorizationList?: undefined | undefined;
|
|
858
858
|
blobVersionedHashes?: undefined | undefined;
|
|
@@ -869,6 +869,7 @@ declare class WalletManager {
|
|
|
869
869
|
to: abitype.Address | null;
|
|
870
870
|
hash: viem.Hash;
|
|
871
871
|
from: abitype.Address;
|
|
872
|
+
value: bigint;
|
|
872
873
|
yParity: number;
|
|
873
874
|
gas: bigint;
|
|
874
875
|
input: viem.Hex;
|
|
@@ -877,7 +878,6 @@ declare class WalletManager {
|
|
|
877
878
|
s: viem.Hex;
|
|
878
879
|
typeHex: viem.Hex | null;
|
|
879
880
|
v: bigint;
|
|
880
|
-
value: bigint;
|
|
881
881
|
accessList: viem.AccessList;
|
|
882
882
|
authorizationList?: undefined | undefined;
|
|
883
883
|
blobVersionedHashes: readonly viem.Hex[];
|
|
@@ -894,6 +894,7 @@ declare class WalletManager {
|
|
|
894
894
|
to: abitype.Address | null;
|
|
895
895
|
hash: viem.Hash;
|
|
896
896
|
from: abitype.Address;
|
|
897
|
+
value: bigint;
|
|
897
898
|
yParity: number;
|
|
898
899
|
gas: bigint;
|
|
899
900
|
input: viem.Hex;
|
|
@@ -902,7 +903,6 @@ declare class WalletManager {
|
|
|
902
903
|
s: viem.Hex;
|
|
903
904
|
typeHex: viem.Hex | null;
|
|
904
905
|
v: bigint;
|
|
905
|
-
value: bigint;
|
|
906
906
|
accessList: viem.AccessList;
|
|
907
907
|
authorizationList: viem.SignedAuthorizationList;
|
|
908
908
|
blobVersionedHashes?: undefined | undefined;
|
|
@@ -1036,6 +1036,7 @@ declare class WalletManager {
|
|
|
1036
1036
|
to: abitype.Address | null;
|
|
1037
1037
|
hash: viem.Hash;
|
|
1038
1038
|
from: abitype.Address;
|
|
1039
|
+
value: bigint;
|
|
1039
1040
|
yParity?: undefined | undefined;
|
|
1040
1041
|
gas: bigint;
|
|
1041
1042
|
input: viem.Hex;
|
|
@@ -1044,7 +1045,6 @@ declare class WalletManager {
|
|
|
1044
1045
|
s: viem.Hex;
|
|
1045
1046
|
typeHex: viem.Hex | null;
|
|
1046
1047
|
v: bigint;
|
|
1047
|
-
value: bigint;
|
|
1048
1048
|
accessList?: undefined | undefined;
|
|
1049
1049
|
authorizationList?: undefined | undefined;
|
|
1050
1050
|
blobVersionedHashes?: undefined | undefined;
|
|
@@ -1061,6 +1061,7 @@ declare class WalletManager {
|
|
|
1061
1061
|
to: abitype.Address | null;
|
|
1062
1062
|
hash: viem.Hash;
|
|
1063
1063
|
from: abitype.Address;
|
|
1064
|
+
value: bigint;
|
|
1064
1065
|
yParity: number;
|
|
1065
1066
|
gas: bigint;
|
|
1066
1067
|
input: viem.Hex;
|
|
@@ -1069,7 +1070,6 @@ declare class WalletManager {
|
|
|
1069
1070
|
s: viem.Hex;
|
|
1070
1071
|
typeHex: viem.Hex | null;
|
|
1071
1072
|
v: bigint;
|
|
1072
|
-
value: bigint;
|
|
1073
1073
|
accessList: viem.AccessList;
|
|
1074
1074
|
authorizationList?: undefined | undefined;
|
|
1075
1075
|
blobVersionedHashes?: undefined | undefined;
|
|
@@ -1086,6 +1086,7 @@ declare class WalletManager {
|
|
|
1086
1086
|
to: abitype.Address | null;
|
|
1087
1087
|
hash: viem.Hash;
|
|
1088
1088
|
from: abitype.Address;
|
|
1089
|
+
value: bigint;
|
|
1089
1090
|
yParity: number;
|
|
1090
1091
|
gas: bigint;
|
|
1091
1092
|
input: viem.Hex;
|
|
@@ -1094,7 +1095,6 @@ declare class WalletManager {
|
|
|
1094
1095
|
s: viem.Hex;
|
|
1095
1096
|
typeHex: viem.Hex | null;
|
|
1096
1097
|
v: bigint;
|
|
1097
|
-
value: bigint;
|
|
1098
1098
|
accessList: viem.AccessList;
|
|
1099
1099
|
authorizationList?: undefined | undefined;
|
|
1100
1100
|
blobVersionedHashes?: undefined | undefined;
|
|
@@ -1111,6 +1111,7 @@ declare class WalletManager {
|
|
|
1111
1111
|
to: abitype.Address | null;
|
|
1112
1112
|
hash: viem.Hash;
|
|
1113
1113
|
from: abitype.Address;
|
|
1114
|
+
value: bigint;
|
|
1114
1115
|
yParity: number;
|
|
1115
1116
|
gas: bigint;
|
|
1116
1117
|
input: viem.Hex;
|
|
@@ -1119,7 +1120,6 @@ declare class WalletManager {
|
|
|
1119
1120
|
s: viem.Hex;
|
|
1120
1121
|
typeHex: viem.Hex | null;
|
|
1121
1122
|
v: bigint;
|
|
1122
|
-
value: bigint;
|
|
1123
1123
|
accessList: viem.AccessList;
|
|
1124
1124
|
authorizationList?: undefined | undefined;
|
|
1125
1125
|
blobVersionedHashes: readonly viem.Hex[];
|
|
@@ -1136,6 +1136,7 @@ declare class WalletManager {
|
|
|
1136
1136
|
to: abitype.Address | null;
|
|
1137
1137
|
hash: viem.Hash;
|
|
1138
1138
|
from: abitype.Address;
|
|
1139
|
+
value: bigint;
|
|
1139
1140
|
yParity: number;
|
|
1140
1141
|
gas: bigint;
|
|
1141
1142
|
input: viem.Hex;
|
|
@@ -1144,7 +1145,6 @@ declare class WalletManager {
|
|
|
1144
1145
|
s: viem.Hex;
|
|
1145
1146
|
typeHex: viem.Hex | null;
|
|
1146
1147
|
v: bigint;
|
|
1147
|
-
value: bigint;
|
|
1148
1148
|
accessList: viem.AccessList;
|
|
1149
1149
|
authorizationList: viem.SignedAuthorizationList;
|
|
1150
1150
|
blobVersionedHashes?: undefined | undefined;
|
|
@@ -766,6 +766,7 @@ declare class WalletManager {
|
|
|
766
766
|
number: blockTag extends "pending" ? null : bigint;
|
|
767
767
|
hash: blockTag extends "pending" ? null : `0x${string}`;
|
|
768
768
|
gasUsed: bigint;
|
|
769
|
+
timestamp: bigint;
|
|
769
770
|
nonce: blockTag extends "pending" ? null : `0x${string}`;
|
|
770
771
|
logsBloom: blockTag extends "pending" ? null : `0x${string}`;
|
|
771
772
|
baseFeePerGas: bigint | null;
|
|
@@ -783,7 +784,6 @@ declare class WalletManager {
|
|
|
783
784
|
sha3Uncles: viem.Hash;
|
|
784
785
|
size: bigint;
|
|
785
786
|
stateRoot: viem.Hash;
|
|
786
|
-
timestamp: bigint;
|
|
787
787
|
totalDifficulty: bigint | null;
|
|
788
788
|
transactionsRoot: viem.Hash;
|
|
789
789
|
uncles: viem.Hash[];
|
|
@@ -794,6 +794,7 @@ declare class WalletManager {
|
|
|
794
794
|
to: abitype.Address | null;
|
|
795
795
|
hash: viem.Hash;
|
|
796
796
|
from: abitype.Address;
|
|
797
|
+
value: bigint;
|
|
797
798
|
yParity?: undefined | undefined;
|
|
798
799
|
gas: bigint;
|
|
799
800
|
input: viem.Hex;
|
|
@@ -802,7 +803,6 @@ declare class WalletManager {
|
|
|
802
803
|
s: viem.Hex;
|
|
803
804
|
typeHex: viem.Hex | null;
|
|
804
805
|
v: bigint;
|
|
805
|
-
value: bigint;
|
|
806
806
|
accessList?: undefined | undefined;
|
|
807
807
|
authorizationList?: undefined | undefined;
|
|
808
808
|
blobVersionedHashes?: undefined | undefined;
|
|
@@ -819,6 +819,7 @@ declare class WalletManager {
|
|
|
819
819
|
to: abitype.Address | null;
|
|
820
820
|
hash: viem.Hash;
|
|
821
821
|
from: abitype.Address;
|
|
822
|
+
value: bigint;
|
|
822
823
|
yParity: number;
|
|
823
824
|
gas: bigint;
|
|
824
825
|
input: viem.Hex;
|
|
@@ -827,7 +828,6 @@ declare class WalletManager {
|
|
|
827
828
|
s: viem.Hex;
|
|
828
829
|
typeHex: viem.Hex | null;
|
|
829
830
|
v: bigint;
|
|
830
|
-
value: bigint;
|
|
831
831
|
accessList: viem.AccessList;
|
|
832
832
|
authorizationList?: undefined | undefined;
|
|
833
833
|
blobVersionedHashes?: undefined | undefined;
|
|
@@ -844,6 +844,7 @@ declare class WalletManager {
|
|
|
844
844
|
to: abitype.Address | null;
|
|
845
845
|
hash: viem.Hash;
|
|
846
846
|
from: abitype.Address;
|
|
847
|
+
value: bigint;
|
|
847
848
|
yParity: number;
|
|
848
849
|
gas: bigint;
|
|
849
850
|
input: viem.Hex;
|
|
@@ -852,7 +853,6 @@ declare class WalletManager {
|
|
|
852
853
|
s: viem.Hex;
|
|
853
854
|
typeHex: viem.Hex | null;
|
|
854
855
|
v: bigint;
|
|
855
|
-
value: bigint;
|
|
856
856
|
accessList: viem.AccessList;
|
|
857
857
|
authorizationList?: undefined | undefined;
|
|
858
858
|
blobVersionedHashes?: undefined | undefined;
|
|
@@ -869,6 +869,7 @@ declare class WalletManager {
|
|
|
869
869
|
to: abitype.Address | null;
|
|
870
870
|
hash: viem.Hash;
|
|
871
871
|
from: abitype.Address;
|
|
872
|
+
value: bigint;
|
|
872
873
|
yParity: number;
|
|
873
874
|
gas: bigint;
|
|
874
875
|
input: viem.Hex;
|
|
@@ -877,7 +878,6 @@ declare class WalletManager {
|
|
|
877
878
|
s: viem.Hex;
|
|
878
879
|
typeHex: viem.Hex | null;
|
|
879
880
|
v: bigint;
|
|
880
|
-
value: bigint;
|
|
881
881
|
accessList: viem.AccessList;
|
|
882
882
|
authorizationList?: undefined | undefined;
|
|
883
883
|
blobVersionedHashes: readonly viem.Hex[];
|
|
@@ -894,6 +894,7 @@ declare class WalletManager {
|
|
|
894
894
|
to: abitype.Address | null;
|
|
895
895
|
hash: viem.Hash;
|
|
896
896
|
from: abitype.Address;
|
|
897
|
+
value: bigint;
|
|
897
898
|
yParity: number;
|
|
898
899
|
gas: bigint;
|
|
899
900
|
input: viem.Hex;
|
|
@@ -902,7 +903,6 @@ declare class WalletManager {
|
|
|
902
903
|
s: viem.Hex;
|
|
903
904
|
typeHex: viem.Hex | null;
|
|
904
905
|
v: bigint;
|
|
905
|
-
value: bigint;
|
|
906
906
|
accessList: viem.AccessList;
|
|
907
907
|
authorizationList: viem.SignedAuthorizationList;
|
|
908
908
|
blobVersionedHashes?: undefined | undefined;
|
|
@@ -1036,6 +1036,7 @@ declare class WalletManager {
|
|
|
1036
1036
|
to: abitype.Address | null;
|
|
1037
1037
|
hash: viem.Hash;
|
|
1038
1038
|
from: abitype.Address;
|
|
1039
|
+
value: bigint;
|
|
1039
1040
|
yParity?: undefined | undefined;
|
|
1040
1041
|
gas: bigint;
|
|
1041
1042
|
input: viem.Hex;
|
|
@@ -1044,7 +1045,6 @@ declare class WalletManager {
|
|
|
1044
1045
|
s: viem.Hex;
|
|
1045
1046
|
typeHex: viem.Hex | null;
|
|
1046
1047
|
v: bigint;
|
|
1047
|
-
value: bigint;
|
|
1048
1048
|
accessList?: undefined | undefined;
|
|
1049
1049
|
authorizationList?: undefined | undefined;
|
|
1050
1050
|
blobVersionedHashes?: undefined | undefined;
|
|
@@ -1061,6 +1061,7 @@ declare class WalletManager {
|
|
|
1061
1061
|
to: abitype.Address | null;
|
|
1062
1062
|
hash: viem.Hash;
|
|
1063
1063
|
from: abitype.Address;
|
|
1064
|
+
value: bigint;
|
|
1064
1065
|
yParity: number;
|
|
1065
1066
|
gas: bigint;
|
|
1066
1067
|
input: viem.Hex;
|
|
@@ -1069,7 +1070,6 @@ declare class WalletManager {
|
|
|
1069
1070
|
s: viem.Hex;
|
|
1070
1071
|
typeHex: viem.Hex | null;
|
|
1071
1072
|
v: bigint;
|
|
1072
|
-
value: bigint;
|
|
1073
1073
|
accessList: viem.AccessList;
|
|
1074
1074
|
authorizationList?: undefined | undefined;
|
|
1075
1075
|
blobVersionedHashes?: undefined | undefined;
|
|
@@ -1086,6 +1086,7 @@ declare class WalletManager {
|
|
|
1086
1086
|
to: abitype.Address | null;
|
|
1087
1087
|
hash: viem.Hash;
|
|
1088
1088
|
from: abitype.Address;
|
|
1089
|
+
value: bigint;
|
|
1089
1090
|
yParity: number;
|
|
1090
1091
|
gas: bigint;
|
|
1091
1092
|
input: viem.Hex;
|
|
@@ -1094,7 +1095,6 @@ declare class WalletManager {
|
|
|
1094
1095
|
s: viem.Hex;
|
|
1095
1096
|
typeHex: viem.Hex | null;
|
|
1096
1097
|
v: bigint;
|
|
1097
|
-
value: bigint;
|
|
1098
1098
|
accessList: viem.AccessList;
|
|
1099
1099
|
authorizationList?: undefined | undefined;
|
|
1100
1100
|
blobVersionedHashes?: undefined | undefined;
|
|
@@ -1111,6 +1111,7 @@ declare class WalletManager {
|
|
|
1111
1111
|
to: abitype.Address | null;
|
|
1112
1112
|
hash: viem.Hash;
|
|
1113
1113
|
from: abitype.Address;
|
|
1114
|
+
value: bigint;
|
|
1114
1115
|
yParity: number;
|
|
1115
1116
|
gas: bigint;
|
|
1116
1117
|
input: viem.Hex;
|
|
@@ -1119,7 +1120,6 @@ declare class WalletManager {
|
|
|
1119
1120
|
s: viem.Hex;
|
|
1120
1121
|
typeHex: viem.Hex | null;
|
|
1121
1122
|
v: bigint;
|
|
1122
|
-
value: bigint;
|
|
1123
1123
|
accessList: viem.AccessList;
|
|
1124
1124
|
authorizationList?: undefined | undefined;
|
|
1125
1125
|
blobVersionedHashes: readonly viem.Hex[];
|
|
@@ -1136,6 +1136,7 @@ declare class WalletManager {
|
|
|
1136
1136
|
to: abitype.Address | null;
|
|
1137
1137
|
hash: viem.Hash;
|
|
1138
1138
|
from: abitype.Address;
|
|
1139
|
+
value: bigint;
|
|
1139
1140
|
yParity: number;
|
|
1140
1141
|
gas: bigint;
|
|
1141
1142
|
input: viem.Hex;
|
|
@@ -1144,7 +1145,6 @@ declare class WalletManager {
|
|
|
1144
1145
|
s: viem.Hex;
|
|
1145
1146
|
typeHex: viem.Hex | null;
|
|
1146
1147
|
v: bigint;
|
|
1147
|
-
value: bigint;
|
|
1148
1148
|
accessList: viem.AccessList;
|
|
1149
1149
|
authorizationList: viem.SignedAuthorizationList;
|
|
1150
1150
|
blobVersionedHashes?: undefined | undefined;
|