@coinbase/cdp-api-client 0.0.18 → 0.0.20
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/esm/index.js +122 -93
- package/dist/esm/index2.js +70 -27
- package/dist/esm/index3.js +278 -149
- package/dist/types/index.d.ts +624 -123
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -1,98 +1,127 @@
|
|
|
1
|
-
import { createEndUserEvmAccount as r,
|
|
2
|
-
import { AbiFunctionType as
|
|
3
|
-
import { configureCdpApiClient as
|
|
4
|
-
import { APIError as
|
|
1
|
+
import { createEndUserEvmAccount as r, createEndUserEvmSmartAccount as n, exportEndUserEvmAccount as i, getAuthenticatedEndUser as o, getUserOperationWithEndUserAccount as a, initiateAuthentication as s, logOutEndUser as p, refreshAccessToken as c, registerTemporaryWalletSecret as m, sendEvmTransactionWithEndUserAccount as d, sendUserOperationWithEndUserAccount as l, signEvmHashWithEndUserAccount as u, signEvmMessageWithEndUserAccount as y, signEvmTransactionWithEndUserAccount as S, signEvmTypedDataWithEndUserAccount as T, signSolanaHashWithEndUserAccount as E, verifyEmailAuthentication as A, verifySmsAuthentication as O } from "./index2.js";
|
|
2
|
+
import { AbiFunctionType as C, AbiInputType as g, AbiStateMutability as h, DeveloperJWTAuthenticationType as R, EmailAuthenticationType as U, ErrorType as P, EthValueCriterionOperator as k, EthValueCriterionType as w, EvmAddressCriterionOperator as D, EvmAddressCriterionType as N, EvmDataCriterionType as f, EvmDataParameterConditionListOperator as I, EvmDataParameterConditionOperator as M, EvmMessageCriterionType as W, EvmNetworkCriterionNetworksItem as V, EvmNetworkCriterionOperator as X, EvmNetworkCriterionType as x, EvmSwapsNetwork as b, EvmTypedAddressConditionOperator as H, EvmTypedNumericalConditionOperator as L, EvmUserOperationNetwork as q, EvmUserOperationStatus as B, FeeType as F, InitiateEmailAuthenticationNextStepType as K, InitiateEmailAuthenticationRequestType as G, InitiateSmsAuthenticationNextStepType as J, InitiateSmsAuthenticationRequestType as j, KnownAbiType as z, KnownIdlType as Q, ListEvmTokenBalancesNetwork as Y, ListSolanaTokenBalancesNetwork as Z, MintAddressCriterionOperator as _, MintAddressCriterionType as $, NetUSDChangeCriterionOperator as ee, NetUSDChangeCriterionType as te, OnchainDataResultSchemaColumnsItemType as re, OnrampOrderFeeType as ne, OnrampOrderStatus as ie, OnrampPaymentLinkType as oe, OnrampPaymentMethodTypeId as ae, PaymentMethodType as se, PaymentRailAction as pe, PolicyScope as ce, PrepareUserOperationRuleAction as me, PrepareUserOperationRuleOperation as de, RefreshAccessTokenBodyGrantType as le, SendEvmTransactionRuleAction as ue, SendEvmTransactionRuleOperation as ye, SendEvmTransactionWithEndUserAccountBodyNetwork as Se, SendSolTransactionRuleAction as Te, SendSolTransactionRuleOperation as Ee, SendUserOperationRuleAction as Ae, SendUserOperationRuleOperation as Oe, SignEvmHashRuleAction as ve, SignEvmHashRuleOperation as Ce, SignEvmMessageRuleAction as ge, SignEvmMessageRuleOperation as he, SignEvmTransactionRuleAction as Re, SignEvmTransactionRuleOperation as Ue, SignEvmTypedDataFieldCriterionType as Pe, SignEvmTypedDataRuleAction as ke, SignEvmTypedDataRuleOperation as we, SignEvmTypedDataVerifyingContractCriterionOperator as De, SignEvmTypedDataVerifyingContractCriterionType as Ne, SignSolMessageRuleAction as fe, SignSolMessageRuleOperation as Ie, SignSolTransactionRuleAction as Me, SignSolTransactionRuleOperation as We, SmsAuthenticationType as Ve, SolAddressCriterionOperator as Xe, SolAddressCriterionType as xe, SolDataConditionInstruction as be, SolDataCriterionType as He, SolDataParameterConditionListOperator as Le, SolDataParameterConditionOperator as qe, SolMessageCriterionType as Be, SolValueCriterionOperator as Fe, SolValueCriterionType as Ke, SpendPermissionNetwork as Ge, SplAddressCriterionOperator as Je, SplAddressCriterionType as je, SplValueCriterionOperator as ze, SplValueCriterionType as Qe, TransferSourceType as Ye, TransferStatus as Ze, TransferTargetType as _e, X402DiscoveryResourceType as $e, X402PaymentPayloadNetwork as et, X402PaymentPayloadScheme as tt, X402PaymentRequirementsNetwork as rt, X402PaymentRequirementsScheme as nt, X402SettleErrorReason as it, X402SupportedPaymentKindNetwork as ot, X402SupportedPaymentKindScheme as at, X402VerifyInvalidReason as st, X402Version as pt } from "./index3.js";
|
|
3
|
+
import { configureCdpApiClient as mt, setAuthManager as dt } from "./index4.js";
|
|
4
|
+
import { APIError as ut, HttpErrorType as yt, UnknownApiError as St, UnknownError as Tt, isOpenAPIError as Et } from "./index5.js";
|
|
5
5
|
export {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
6
|
+
ut as APIError,
|
|
7
|
+
C as AbiFunctionType,
|
|
8
|
+
g as AbiInputType,
|
|
9
|
+
h as AbiStateMutability,
|
|
10
|
+
R as DeveloperJWTAuthenticationType,
|
|
11
|
+
U as EmailAuthenticationType,
|
|
12
|
+
P as ErrorType,
|
|
13
|
+
k as EthValueCriterionOperator,
|
|
14
|
+
w as EthValueCriterionType,
|
|
15
|
+
D as EvmAddressCriterionOperator,
|
|
16
|
+
N as EvmAddressCriterionType,
|
|
17
|
+
f as EvmDataCriterionType,
|
|
18
|
+
I as EvmDataParameterConditionListOperator,
|
|
19
|
+
M as EvmDataParameterConditionOperator,
|
|
20
|
+
W as EvmMessageCriterionType,
|
|
21
|
+
V as EvmNetworkCriterionNetworksItem,
|
|
22
22
|
X as EvmNetworkCriterionOperator,
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
Ee as
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
23
|
+
x as EvmNetworkCriterionType,
|
|
24
|
+
b as EvmSwapsNetwork,
|
|
25
|
+
H as EvmTypedAddressConditionOperator,
|
|
26
|
+
L as EvmTypedNumericalConditionOperator,
|
|
27
|
+
q as EvmUserOperationNetwork,
|
|
28
|
+
B as EvmUserOperationStatus,
|
|
29
|
+
F as FeeType,
|
|
30
|
+
yt as HttpErrorType,
|
|
31
|
+
K as InitiateEmailAuthenticationNextStepType,
|
|
32
|
+
G as InitiateEmailAuthenticationRequestType,
|
|
33
|
+
J as InitiateSmsAuthenticationNextStepType,
|
|
34
|
+
j as InitiateSmsAuthenticationRequestType,
|
|
35
|
+
z as KnownAbiType,
|
|
36
|
+
Q as KnownIdlType,
|
|
37
|
+
Y as ListEvmTokenBalancesNetwork,
|
|
38
|
+
Z as ListSolanaTokenBalancesNetwork,
|
|
39
|
+
_ as MintAddressCriterionOperator,
|
|
40
|
+
$ as MintAddressCriterionType,
|
|
41
|
+
ee as NetUSDChangeCriterionOperator,
|
|
42
|
+
te as NetUSDChangeCriterionType,
|
|
43
|
+
re as OnchainDataResultSchemaColumnsItemType,
|
|
44
|
+
ne as OnrampOrderFeeType,
|
|
45
|
+
ie as OnrampOrderStatus,
|
|
46
|
+
oe as OnrampPaymentLinkType,
|
|
47
|
+
ae as OnrampPaymentMethodTypeId,
|
|
48
|
+
se as PaymentMethodType,
|
|
49
|
+
pe as PaymentRailAction,
|
|
50
|
+
ce as PolicyScope,
|
|
51
|
+
me as PrepareUserOperationRuleAction,
|
|
52
|
+
de as PrepareUserOperationRuleOperation,
|
|
53
|
+
le as RefreshAccessTokenBodyGrantType,
|
|
54
|
+
ue as SendEvmTransactionRuleAction,
|
|
55
|
+
ye as SendEvmTransactionRuleOperation,
|
|
56
|
+
Se as SendEvmTransactionWithEndUserAccountBodyNetwork,
|
|
57
|
+
Te as SendSolTransactionRuleAction,
|
|
58
|
+
Ee as SendSolTransactionRuleOperation,
|
|
59
|
+
Ae as SendUserOperationRuleAction,
|
|
60
|
+
Oe as SendUserOperationRuleOperation,
|
|
61
|
+
ve as SignEvmHashRuleAction,
|
|
62
|
+
Ce as SignEvmHashRuleOperation,
|
|
63
|
+
ge as SignEvmMessageRuleAction,
|
|
64
|
+
he as SignEvmMessageRuleOperation,
|
|
65
|
+
Re as SignEvmTransactionRuleAction,
|
|
66
|
+
Ue as SignEvmTransactionRuleOperation,
|
|
67
|
+
Pe as SignEvmTypedDataFieldCriterionType,
|
|
68
|
+
ke as SignEvmTypedDataRuleAction,
|
|
69
|
+
we as SignEvmTypedDataRuleOperation,
|
|
70
|
+
De as SignEvmTypedDataVerifyingContractCriterionOperator,
|
|
71
|
+
Ne as SignEvmTypedDataVerifyingContractCriterionType,
|
|
72
|
+
fe as SignSolMessageRuleAction,
|
|
73
|
+
Ie as SignSolMessageRuleOperation,
|
|
74
|
+
Me as SignSolTransactionRuleAction,
|
|
75
|
+
We as SignSolTransactionRuleOperation,
|
|
76
|
+
Ve as SmsAuthenticationType,
|
|
77
|
+
Xe as SolAddressCriterionOperator,
|
|
78
|
+
xe as SolAddressCriterionType,
|
|
79
|
+
be as SolDataConditionInstruction,
|
|
80
|
+
He as SolDataCriterionType,
|
|
81
|
+
Le as SolDataParameterConditionListOperator,
|
|
82
|
+
qe as SolDataParameterConditionOperator,
|
|
83
|
+
Be as SolMessageCriterionType,
|
|
84
|
+
Fe as SolValueCriterionOperator,
|
|
85
|
+
Ke as SolValueCriterionType,
|
|
86
|
+
Ge as SpendPermissionNetwork,
|
|
87
|
+
Je as SplAddressCriterionOperator,
|
|
88
|
+
je as SplAddressCriterionType,
|
|
89
|
+
ze as SplValueCriterionOperator,
|
|
90
|
+
Qe as SplValueCriterionType,
|
|
91
|
+
Ye as TransferSourceType,
|
|
92
|
+
Ze as TransferStatus,
|
|
93
|
+
_e as TransferTargetType,
|
|
94
|
+
St as UnknownApiError,
|
|
95
|
+
Tt as UnknownError,
|
|
96
|
+
$e as X402DiscoveryResourceType,
|
|
97
|
+
et as X402PaymentPayloadNetwork,
|
|
98
|
+
tt as X402PaymentPayloadScheme,
|
|
99
|
+
rt as X402PaymentRequirementsNetwork,
|
|
100
|
+
nt as X402PaymentRequirementsScheme,
|
|
101
|
+
it as X402SettleErrorReason,
|
|
102
|
+
ot as X402SupportedPaymentKindNetwork,
|
|
103
|
+
at as X402SupportedPaymentKindScheme,
|
|
104
|
+
st as X402VerifyInvalidReason,
|
|
105
|
+
pt as X402Version,
|
|
106
|
+
mt as configureCdpApiClient,
|
|
83
107
|
r as createEndUserEvmAccount,
|
|
84
|
-
n as
|
|
85
|
-
i as
|
|
86
|
-
o as
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
108
|
+
n as createEndUserEvmSmartAccount,
|
|
109
|
+
i as exportEndUserEvmAccount,
|
|
110
|
+
o as getAuthenticatedEndUser,
|
|
111
|
+
a as getUserOperationWithEndUserAccount,
|
|
112
|
+
s as initiateAuthentication,
|
|
113
|
+
Et as isOpenAPIError,
|
|
114
|
+
p as logOutEndUser,
|
|
115
|
+
c as refreshAccessToken,
|
|
116
|
+
m as registerTemporaryWalletSecret,
|
|
117
|
+
d as sendEvmTransactionWithEndUserAccount,
|
|
118
|
+
l as sendUserOperationWithEndUserAccount,
|
|
119
|
+
dt as setAuthManager,
|
|
120
|
+
u as signEvmHashWithEndUserAccount,
|
|
94
121
|
y as signEvmMessageWithEndUserAccount,
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
122
|
+
S as signEvmTransactionWithEndUserAccount,
|
|
123
|
+
T as signEvmTypedDataWithEndUserAccount,
|
|
124
|
+
E as signSolanaHashWithEndUserAccount,
|
|
125
|
+
A as verifyEmailAuthentication,
|
|
126
|
+
O as verifySmsAuthentication
|
|
98
127
|
};
|
package/dist/esm/index2.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { cdpApiClient as
|
|
2
|
-
const
|
|
1
|
+
import { cdpApiClient as s } from "./index4.js";
|
|
2
|
+
const o = (e, t, n) => s(
|
|
3
3
|
{
|
|
4
4
|
url: `/v2/embedded-wallet-api/projects/${e}/auth/init`,
|
|
5
5
|
method: "POST",
|
|
@@ -7,7 +7,7 @@ const d = (e, t, n) => r(
|
|
|
7
7
|
data: t
|
|
8
8
|
},
|
|
9
9
|
n
|
|
10
|
-
),
|
|
10
|
+
), i = (e, t, n) => s(
|
|
11
11
|
{
|
|
12
12
|
url: `/v2/embedded-wallet-api/projects/${e}/auth/verify/email`,
|
|
13
13
|
method: "POST",
|
|
@@ -15,7 +15,15 @@ const d = (e, t, n) => r(
|
|
|
15
15
|
data: t
|
|
16
16
|
},
|
|
17
17
|
n
|
|
18
|
-
),
|
|
18
|
+
), c = (e, t, n) => s(
|
|
19
|
+
{
|
|
20
|
+
url: `/v2/embedded-wallet-api/projects/${e}/auth/verify/sms`,
|
|
21
|
+
method: "POST",
|
|
22
|
+
headers: { "Content-Type": "application/json" },
|
|
23
|
+
data: t
|
|
24
|
+
},
|
|
25
|
+
n
|
|
26
|
+
), p = (e, t, n) => s(
|
|
19
27
|
{
|
|
20
28
|
url: `/v2/embedded-wallet-api/projects/${e}/auth/refresh`,
|
|
21
29
|
method: "POST",
|
|
@@ -23,13 +31,13 @@ const d = (e, t, n) => r(
|
|
|
23
31
|
data: t
|
|
24
32
|
},
|
|
25
33
|
n
|
|
26
|
-
),
|
|
34
|
+
), l = (e, t) => s(
|
|
27
35
|
{ url: `/v2/embedded-wallet-api/projects/${e}/auth/logout`, method: "POST" },
|
|
28
36
|
t
|
|
29
|
-
),
|
|
37
|
+
), u = (e, t, n) => s(
|
|
30
38
|
{ url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}`, method: "GET" },
|
|
31
39
|
n
|
|
32
|
-
),
|
|
40
|
+
), m = (e, t, n, a) => s(
|
|
33
41
|
{
|
|
34
42
|
url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/wallet-secrets`,
|
|
35
43
|
method: "PUT",
|
|
@@ -37,7 +45,7 @@ const d = (e, t, n) => r(
|
|
|
37
45
|
data: n
|
|
38
46
|
},
|
|
39
47
|
a
|
|
40
|
-
),
|
|
48
|
+
), h = (e, t, n, a) => s(
|
|
41
49
|
{
|
|
42
50
|
url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm`,
|
|
43
51
|
method: "POST",
|
|
@@ -45,7 +53,7 @@ const d = (e, t, n) => r(
|
|
|
45
53
|
data: n
|
|
46
54
|
},
|
|
47
55
|
a
|
|
48
|
-
),
|
|
56
|
+
), v = (e, t, n, a) => s(
|
|
49
57
|
{
|
|
50
58
|
url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/sign`,
|
|
51
59
|
method: "POST",
|
|
@@ -53,7 +61,7 @@ const d = (e, t, n) => r(
|
|
|
53
61
|
data: n
|
|
54
62
|
},
|
|
55
63
|
a
|
|
56
|
-
),
|
|
64
|
+
), T = (e, t, n, a) => s(
|
|
57
65
|
{
|
|
58
66
|
url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/sign/transaction`,
|
|
59
67
|
method: "POST",
|
|
@@ -61,7 +69,7 @@ const d = (e, t, n) => r(
|
|
|
61
69
|
data: n
|
|
62
70
|
},
|
|
63
71
|
a
|
|
64
|
-
),
|
|
72
|
+
), $ = (e, t, n, a) => s(
|
|
65
73
|
{
|
|
66
74
|
url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/send/transaction`,
|
|
67
75
|
method: "POST",
|
|
@@ -69,7 +77,7 @@ const d = (e, t, n) => r(
|
|
|
69
77
|
data: n
|
|
70
78
|
},
|
|
71
79
|
a
|
|
72
|
-
),
|
|
80
|
+
), j = (e, t, n, a) => s(
|
|
73
81
|
{
|
|
74
82
|
url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/sign/message`,
|
|
75
83
|
method: "POST",
|
|
@@ -77,7 +85,7 @@ const d = (e, t, n) => r(
|
|
|
77
85
|
data: n
|
|
78
86
|
},
|
|
79
87
|
a
|
|
80
|
-
),
|
|
88
|
+
), E = (e, t, n, a) => s(
|
|
81
89
|
{
|
|
82
90
|
url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/sign/typed-data`,
|
|
83
91
|
method: "POST",
|
|
@@ -85,7 +93,7 @@ const d = (e, t, n) => r(
|
|
|
85
93
|
data: n
|
|
86
94
|
},
|
|
87
95
|
a
|
|
88
|
-
),
|
|
96
|
+
), y = (e, t, n, a) => s(
|
|
89
97
|
{
|
|
90
98
|
url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/export`,
|
|
91
99
|
method: "POST",
|
|
@@ -93,19 +101,54 @@ const d = (e, t, n) => r(
|
|
|
93
101
|
data: n
|
|
94
102
|
},
|
|
95
103
|
a
|
|
104
|
+
), w = (e, t, n, a) => s(
|
|
105
|
+
{
|
|
106
|
+
url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/smart-accounts`,
|
|
107
|
+
method: "POST",
|
|
108
|
+
headers: { "Content-Type": "application/json" },
|
|
109
|
+
data: n
|
|
110
|
+
},
|
|
111
|
+
a
|
|
112
|
+
), S = (e, t, n, a, r) => s(
|
|
113
|
+
{
|
|
114
|
+
url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/smart-accounts/${n}/user-operations/${a}`,
|
|
115
|
+
method: "GET"
|
|
116
|
+
},
|
|
117
|
+
r
|
|
118
|
+
), b = (e, t, n, a, r) => s(
|
|
119
|
+
{
|
|
120
|
+
url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/evm/smart-accounts/${n}/send`,
|
|
121
|
+
method: "POST",
|
|
122
|
+
headers: { "Content-Type": "application/json" },
|
|
123
|
+
data: a
|
|
124
|
+
},
|
|
125
|
+
r
|
|
126
|
+
), O = (e, t, n, a) => s(
|
|
127
|
+
{
|
|
128
|
+
url: `/v2/embedded-wallet-api/projects/${e}/end-users/${t}/solana/sign`,
|
|
129
|
+
method: "POST",
|
|
130
|
+
headers: { "Content-Type": "application/json" },
|
|
131
|
+
data: n
|
|
132
|
+
},
|
|
133
|
+
a
|
|
96
134
|
);
|
|
97
135
|
export {
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
l as
|
|
105
|
-
|
|
106
|
-
m as
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
136
|
+
h as createEndUserEvmAccount,
|
|
137
|
+
w as createEndUserEvmSmartAccount,
|
|
138
|
+
y as exportEndUserEvmAccount,
|
|
139
|
+
u as getAuthenticatedEndUser,
|
|
140
|
+
S as getUserOperationWithEndUserAccount,
|
|
141
|
+
o as initiateAuthentication,
|
|
142
|
+
l as logOutEndUser,
|
|
143
|
+
p as refreshAccessToken,
|
|
144
|
+
m as registerTemporaryWalletSecret,
|
|
145
|
+
$ as sendEvmTransactionWithEndUserAccount,
|
|
146
|
+
b as sendUserOperationWithEndUserAccount,
|
|
147
|
+
v as signEvmHashWithEndUserAccount,
|
|
148
|
+
j as signEvmMessageWithEndUserAccount,
|
|
149
|
+
T as signEvmTransactionWithEndUserAccount,
|
|
150
|
+
E as signEvmTypedDataWithEndUserAccount,
|
|
151
|
+
O as signSolanaHashWithEndUserAccount,
|
|
152
|
+
i as verifyEmailAuthentication,
|
|
153
|
+
c as verifySmsAuthentication
|
|
111
154
|
};
|