@0xkey-io/http 0.1.0
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/CHANGELOG.md +5 -0
- package/LICENSE +201 -0
- package/README.md +94 -0
- package/dist/__generated__/barrel.d.ts +2 -0
- package/dist/__generated__/barrel.d.ts.map +1 -0
- package/dist/__generated__/services/coordinator/public/v1/public_api.client.d.ts +1794 -0
- package/dist/__generated__/services/coordinator/public/v1/public_api.client.d.ts.map +1 -0
- package/dist/__generated__/services/coordinator/public/v1/public_api.client.js +3022 -0
- package/dist/__generated__/services/coordinator/public/v1/public_api.client.js.map +1 -0
- package/dist/__generated__/services/coordinator/public/v1/public_api.client.mjs +3020 -0
- package/dist/__generated__/services/coordinator/public/v1/public_api.client.mjs.map +1 -0
- package/dist/__generated__/services/coordinator/public/v1/public_api.fetcher.d.ts +150383 -0
- package/dist/__generated__/services/coordinator/public/v1/public_api.fetcher.d.ts.map +1 -0
- package/dist/__generated__/services/coordinator/public/v1/public_api.fetcher.js +2880 -0
- package/dist/__generated__/services/coordinator/public/v1/public_api.fetcher.js.map +1 -0
- package/dist/__generated__/services/coordinator/public/v1/public_api.fetcher.mjs +2639 -0
- package/dist/__generated__/services/coordinator/public/v1/public_api.fetcher.mjs.map +1 -0
- package/dist/__generated__/services/coordinator/public/v1/public_api.types.d.ts +6732 -0
- package/dist/__generated__/services/coordinator/public/v1/public_api.types.d.ts.map +1 -0
- package/dist/_kernel/transport.d.ts +2 -0
- package/dist/_kernel/transport.d.ts.map +1 -0
- package/dist/_kernel/transport.js +8 -0
- package/dist/_kernel/transport.js.map +1 -0
- package/dist/_kernel/transport.mjs +6 -0
- package/dist/_kernel/transport.mjs.map +1 -0
- package/dist/async.d.ts +32 -0
- package/dist/async.d.ts.map +1 -0
- package/dist/async.js +158 -0
- package/dist/async.js.map +1 -0
- package/dist/async.mjs +155 -0
- package/dist/async.mjs.map +1 -0
- package/dist/base.d.ts +91 -0
- package/dist/base.d.ts.map +1 -0
- package/dist/base.js +172 -0
- package/dist/base.js.map +1 -0
- package/dist/base.mjs +165 -0
- package/dist/base.mjs.map +1 -0
- package/dist/config.d.ts +32 -0
- package/dist/config.d.ts.map +1 -0
- package/dist/config.js +48 -0
- package/dist/config.js.map +1 -0
- package/dist/config.mjs +43 -0
- package/dist/config.mjs.map +1 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +34 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +10 -0
- package/dist/index.mjs.map +1 -0
- package/dist/shared.d.ts +76 -0
- package/dist/shared.d.ts.map +1 -0
- package/dist/shared.js +138 -0
- package/dist/shared.js.map +1 -0
- package/dist/shared.mjs +128 -0
- package/dist/shared.mjs.map +1 -0
- package/dist/universal.d.ts +4 -0
- package/dist/universal.d.ts.map +1 -0
- package/dist/universal.js +10 -0
- package/dist/universal.js.map +1 -0
- package/dist/universal.mjs +8 -0
- package/dist/universal.mjs.map +1 -0
- package/dist/version.d.ts +2 -0
- package/dist/version.d.ts.map +1 -0
- package/dist/version.js +6 -0
- package/dist/version.js.map +1 -0
- package/dist/version.mjs +4 -0
- package/dist/version.mjs.map +1 -0
- package/dist/webauthn-json/api.d.ts +13 -0
- package/dist/webauthn-json/api.d.ts.map +1 -0
- package/dist/webauthn-json/api.js +16 -0
- package/dist/webauthn-json/api.js.map +1 -0
- package/dist/webauthn-json/api.mjs +13 -0
- package/dist/webauthn-json/api.mjs.map +1 -0
- package/dist/webauthn-json/base64url.d.ts +4 -0
- package/dist/webauthn-json/base64url.d.ts.map +1 -0
- package/dist/webauthn-json/base64url.js +22 -0
- package/dist/webauthn-json/base64url.js.map +1 -0
- package/dist/webauthn-json/base64url.mjs +20 -0
- package/dist/webauthn-json/base64url.mjs.map +1 -0
- package/dist/webauthn-json/convert.d.ts +8 -0
- package/dist/webauthn-json/convert.d.ts.map +1 -0
- package/dist/webauthn-json/convert.js +71 -0
- package/dist/webauthn-json/convert.js.map +1 -0
- package/dist/webauthn-json/convert.mjs +64 -0
- package/dist/webauthn-json/convert.mjs.map +1 -0
- package/dist/webauthn-json/index.d.ts +14 -0
- package/dist/webauthn-json/index.d.ts.map +1 -0
- package/dist/webauthn-json/index.js +18 -0
- package/dist/webauthn-json/index.js.map +1 -0
- package/dist/webauthn-json/index.mjs +15 -0
- package/dist/webauthn-json/index.mjs.map +1 -0
- package/dist/webauthn-json/json.d.ts +92 -0
- package/dist/webauthn-json/json.d.ts.map +1 -0
- package/dist/webauthn-json/schema-format.d.ts +13 -0
- package/dist/webauthn-json/schema-format.d.ts.map +1 -0
- package/dist/webauthn-json/schema.d.ts +9 -0
- package/dist/webauthn-json/schema.d.ts.map +1 -0
- package/dist/webauthn-json/schema.js +40 -0
- package/dist/webauthn-json/schema.js.map +1 -0
- package/dist/webauthn-json/schema.mjs +37 -0
- package/dist/webauthn-json/schema.mjs.map +1 -0
- package/dist/webauthn.d.ts +24 -0
- package/dist/webauthn.d.ts.map +1 -0
- package/dist/webauthn.js +97 -0
- package/dist/webauthn.js.map +1 -0
- package/dist/webauthn.mjs +93 -0
- package/dist/webauthn.mjs.map +1 -0
- package/package.json +57 -0
|
@@ -0,0 +1,1794 @@
|
|
|
1
|
+
import { THttpConfig, TSignedRequest, TStamper } from "../../../../../base";
|
|
2
|
+
import type { TGetActivityBody, TGetActivityResponse } from "./public_api.fetcher";
|
|
3
|
+
import type { TGetApiKeyBody, TGetApiKeyResponse } from "./public_api.fetcher";
|
|
4
|
+
import type { TGetApiKeysBody, TGetApiKeysResponse } from "./public_api.fetcher";
|
|
5
|
+
import type { TGetAppStatusBody, TGetAppStatusResponse } from "./public_api.fetcher";
|
|
6
|
+
import type { TGetAuthenticatorBody, TGetAuthenticatorResponse } from "./public_api.fetcher";
|
|
7
|
+
import type { TGetAuthenticatorsBody, TGetAuthenticatorsResponse } from "./public_api.fetcher";
|
|
8
|
+
import type { TGetBootProofBody, TGetBootProofResponse } from "./public_api.fetcher";
|
|
9
|
+
import type { TGetGasUsageBody, TGetGasUsageResponse } from "./public_api.fetcher";
|
|
10
|
+
import type { TGetLatestBootProofBody, TGetLatestBootProofResponse } from "./public_api.fetcher";
|
|
11
|
+
import type { TGetNoncesBody, TGetNoncesResponse } from "./public_api.fetcher";
|
|
12
|
+
import type { TGetOauth2CredentialBody, TGetOauth2CredentialResponse } from "./public_api.fetcher";
|
|
13
|
+
import type { TGetOauthProvidersBody, TGetOauthProvidersResponse } from "./public_api.fetcher";
|
|
14
|
+
import type { TGetOnRampTransactionStatusBody, TGetOnRampTransactionStatusResponse } from "./public_api.fetcher";
|
|
15
|
+
import type { TGetOrganizationConfigsBody, TGetOrganizationConfigsResponse } from "./public_api.fetcher";
|
|
16
|
+
import type { TGetPolicyBody, TGetPolicyResponse } from "./public_api.fetcher";
|
|
17
|
+
import type { TGetPolicyEvaluationsBody, TGetPolicyEvaluationsResponse } from "./public_api.fetcher";
|
|
18
|
+
import type { TGetPrivateKeyBody, TGetPrivateKeyResponse } from "./public_api.fetcher";
|
|
19
|
+
import type { TGetSendTransactionStatusBody, TGetSendTransactionStatusResponse } from "./public_api.fetcher";
|
|
20
|
+
import type { TGetSmartContractInterfaceBody, TGetSmartContractInterfaceResponse } from "./public_api.fetcher";
|
|
21
|
+
import type { TGetUserBody, TGetUserResponse } from "./public_api.fetcher";
|
|
22
|
+
import type { TGetWalletBody, TGetWalletResponse } from "./public_api.fetcher";
|
|
23
|
+
import type { TGetWalletAccountBody, TGetWalletAccountResponse } from "./public_api.fetcher";
|
|
24
|
+
import type { TGetWalletAddressBalancesBody, TGetWalletAddressBalancesResponse } from "./public_api.fetcher";
|
|
25
|
+
import type { TGetActivitiesBody, TGetActivitiesResponse } from "./public_api.fetcher";
|
|
26
|
+
import type { TGetAppProofsBody, TGetAppProofsResponse } from "./public_api.fetcher";
|
|
27
|
+
import type { TListFiatOnRampCredentialsBody, TListFiatOnRampCredentialsResponse } from "./public_api.fetcher";
|
|
28
|
+
import type { TListOauth2CredentialsBody, TListOauth2CredentialsResponse } from "./public_api.fetcher";
|
|
29
|
+
import type { TGetPoliciesBody, TGetPoliciesResponse } from "./public_api.fetcher";
|
|
30
|
+
import type { TListPrivateKeyTagsBody, TListPrivateKeyTagsResponse } from "./public_api.fetcher";
|
|
31
|
+
import type { TGetPrivateKeysBody, TGetPrivateKeysResponse } from "./public_api.fetcher";
|
|
32
|
+
import type { TGetSmartContractInterfacesBody, TGetSmartContractInterfacesResponse } from "./public_api.fetcher";
|
|
33
|
+
import type { TGetSubOrgIdsBody, TGetSubOrgIdsResponse } from "./public_api.fetcher";
|
|
34
|
+
import type { TListSupportedAssetsBody, TListSupportedAssetsResponse } from "./public_api.fetcher";
|
|
35
|
+
import type { TListUserTagsBody, TListUserTagsResponse } from "./public_api.fetcher";
|
|
36
|
+
import type { TGetUsersBody, TGetUsersResponse } from "./public_api.fetcher";
|
|
37
|
+
import type { TGetVerifiedSubOrgIdsBody, TGetVerifiedSubOrgIdsResponse } from "./public_api.fetcher";
|
|
38
|
+
import type { TGetWalletAccountsBody, TGetWalletAccountsResponse } from "./public_api.fetcher";
|
|
39
|
+
import type { TGetWalletsBody, TGetWalletsResponse } from "./public_api.fetcher";
|
|
40
|
+
import type { TListWebhookEndpointsBody, TListWebhookEndpointsResponse } from "./public_api.fetcher";
|
|
41
|
+
import type { TGetWhoamiBody, TGetWhoamiResponse } from "./public_api.fetcher";
|
|
42
|
+
import type { TApproveActivityBody, TApproveActivityResponse } from "./public_api.fetcher";
|
|
43
|
+
import type { TCreateApiKeysBody, TCreateApiKeysResponse } from "./public_api.fetcher";
|
|
44
|
+
import type { TCreateApiOnlyUsersBody, TCreateApiOnlyUsersResponse } from "./public_api.fetcher";
|
|
45
|
+
import type { TCreateAuthenticatorsBody, TCreateAuthenticatorsResponse } from "./public_api.fetcher";
|
|
46
|
+
import type { TCreateFiatOnRampCredentialBody, TCreateFiatOnRampCredentialResponse } from "./public_api.fetcher";
|
|
47
|
+
import type { TCreateInvitationsBody, TCreateInvitationsResponse } from "./public_api.fetcher";
|
|
48
|
+
import type { TCreateOauth2CredentialBody, TCreateOauth2CredentialResponse } from "./public_api.fetcher";
|
|
49
|
+
import type { TCreateOauthProvidersBody, TCreateOauthProvidersResponse } from "./public_api.fetcher";
|
|
50
|
+
import type { TCreatePoliciesBody, TCreatePoliciesResponse } from "./public_api.fetcher";
|
|
51
|
+
import type { TCreatePolicyBody, TCreatePolicyResponse } from "./public_api.fetcher";
|
|
52
|
+
import type { TCreatePrivateKeyTagBody, TCreatePrivateKeyTagResponse } from "./public_api.fetcher";
|
|
53
|
+
import type { TCreatePrivateKeysBody, TCreatePrivateKeysResponse } from "./public_api.fetcher";
|
|
54
|
+
import type { TCreateReadOnlySessionBody, TCreateReadOnlySessionResponse } from "./public_api.fetcher";
|
|
55
|
+
import type { TCreateReadWriteSessionBody, TCreateReadWriteSessionResponse } from "./public_api.fetcher";
|
|
56
|
+
import type { TCreateSmartContractInterfaceBody, TCreateSmartContractInterfaceResponse } from "./public_api.fetcher";
|
|
57
|
+
import type { TCreateSubOrganizationBody, TCreateSubOrganizationResponse } from "./public_api.fetcher";
|
|
58
|
+
import type { TCreateUserTagBody, TCreateUserTagResponse } from "./public_api.fetcher";
|
|
59
|
+
import type { TCreateUsersBody, TCreateUsersResponse } from "./public_api.fetcher";
|
|
60
|
+
import type { TCreateWalletBody, TCreateWalletResponse } from "./public_api.fetcher";
|
|
61
|
+
import type { TCreateWalletAccountsBody, TCreateWalletAccountsResponse } from "./public_api.fetcher";
|
|
62
|
+
import type { TCreateWebhookEndpointBody, TCreateWebhookEndpointResponse } from "./public_api.fetcher";
|
|
63
|
+
import type { TDeleteApiKeysBody, TDeleteApiKeysResponse } from "./public_api.fetcher";
|
|
64
|
+
import type { TDeleteAuthenticatorsBody, TDeleteAuthenticatorsResponse } from "./public_api.fetcher";
|
|
65
|
+
import type { TDeleteFiatOnRampCredentialBody, TDeleteFiatOnRampCredentialResponse } from "./public_api.fetcher";
|
|
66
|
+
import type { TDeleteInvitationBody, TDeleteInvitationResponse } from "./public_api.fetcher";
|
|
67
|
+
import type { TDeleteOauth2CredentialBody, TDeleteOauth2CredentialResponse } from "./public_api.fetcher";
|
|
68
|
+
import type { TDeleteOauthProvidersBody, TDeleteOauthProvidersResponse } from "./public_api.fetcher";
|
|
69
|
+
import type { TDeletePoliciesBody, TDeletePoliciesResponse } from "./public_api.fetcher";
|
|
70
|
+
import type { TDeletePolicyBody, TDeletePolicyResponse } from "./public_api.fetcher";
|
|
71
|
+
import type { TDeletePrivateKeyTagsBody, TDeletePrivateKeyTagsResponse } from "./public_api.fetcher";
|
|
72
|
+
import type { TDeletePrivateKeysBody, TDeletePrivateKeysResponse } from "./public_api.fetcher";
|
|
73
|
+
import type { TDeleteSmartContractInterfaceBody, TDeleteSmartContractInterfaceResponse } from "./public_api.fetcher";
|
|
74
|
+
import type { TDeleteSubOrganizationBody, TDeleteSubOrganizationResponse } from "./public_api.fetcher";
|
|
75
|
+
import type { TDeleteUserTagsBody, TDeleteUserTagsResponse } from "./public_api.fetcher";
|
|
76
|
+
import type { TDeleteUsersBody, TDeleteUsersResponse } from "./public_api.fetcher";
|
|
77
|
+
import type { TDeleteWalletAccountsBody, TDeleteWalletAccountsResponse } from "./public_api.fetcher";
|
|
78
|
+
import type { TDeleteWalletsBody, TDeleteWalletsResponse } from "./public_api.fetcher";
|
|
79
|
+
import type { TDeleteWebhookEndpointBody, TDeleteWebhookEndpointResponse } from "./public_api.fetcher";
|
|
80
|
+
import type { TEmailAuthBody, TEmailAuthResponse } from "./public_api.fetcher";
|
|
81
|
+
import type { TEthSendTransactionBody, TEthSendTransactionResponse } from "./public_api.fetcher";
|
|
82
|
+
import type { TExportPrivateKeyBody, TExportPrivateKeyResponse } from "./public_api.fetcher";
|
|
83
|
+
import type { TExportWalletBody, TExportWalletResponse } from "./public_api.fetcher";
|
|
84
|
+
import type { TExportWalletAccountBody, TExportWalletAccountResponse } from "./public_api.fetcher";
|
|
85
|
+
import type { TImportPrivateKeyBody, TImportPrivateKeyResponse } from "./public_api.fetcher";
|
|
86
|
+
import type { TImportWalletBody, TImportWalletResponse } from "./public_api.fetcher";
|
|
87
|
+
import type { TInitFiatOnRampBody, TInitFiatOnRampResponse } from "./public_api.fetcher";
|
|
88
|
+
import type { TInitImportPrivateKeyBody, TInitImportPrivateKeyResponse } from "./public_api.fetcher";
|
|
89
|
+
import type { TInitImportWalletBody, TInitImportWalletResponse } from "./public_api.fetcher";
|
|
90
|
+
import type { TInitOtpBody, TInitOtpResponse } from "./public_api.fetcher";
|
|
91
|
+
import type { TInitOtpAuthBody, TInitOtpAuthResponse } from "./public_api.fetcher";
|
|
92
|
+
import type { TInitUserEmailRecoveryBody, TInitUserEmailRecoveryResponse } from "./public_api.fetcher";
|
|
93
|
+
import type { TOauthBody, TOauthResponse } from "./public_api.fetcher";
|
|
94
|
+
import type { TOauth2AuthenticateBody, TOauth2AuthenticateResponse } from "./public_api.fetcher";
|
|
95
|
+
import type { TOauthLoginBody, TOauthLoginResponse } from "./public_api.fetcher";
|
|
96
|
+
import type { TOtpAuthBody, TOtpAuthResponse } from "./public_api.fetcher";
|
|
97
|
+
import type { TOtpLoginBody, TOtpLoginResponse } from "./public_api.fetcher";
|
|
98
|
+
import type { TRecoverUserBody, TRecoverUserResponse } from "./public_api.fetcher";
|
|
99
|
+
import type { TRejectActivityBody, TRejectActivityResponse } from "./public_api.fetcher";
|
|
100
|
+
import type { TRemoveOrganizationFeatureBody, TRemoveOrganizationFeatureResponse } from "./public_api.fetcher";
|
|
101
|
+
import type { TSetOrganizationFeatureBody, TSetOrganizationFeatureResponse } from "./public_api.fetcher";
|
|
102
|
+
import type { TSignRawPayloadBody, TSignRawPayloadResponse } from "./public_api.fetcher";
|
|
103
|
+
import type { TSignRawPayloadsBody, TSignRawPayloadsResponse } from "./public_api.fetcher";
|
|
104
|
+
import type { TSignTransactionBody, TSignTransactionResponse } from "./public_api.fetcher";
|
|
105
|
+
import type { TSolSendTransactionBody, TSolSendTransactionResponse } from "./public_api.fetcher";
|
|
106
|
+
import type { TStampLoginBody, TStampLoginResponse } from "./public_api.fetcher";
|
|
107
|
+
import type { TUpdateFiatOnRampCredentialBody, TUpdateFiatOnRampCredentialResponse } from "./public_api.fetcher";
|
|
108
|
+
import type { TUpdateOauth2CredentialBody, TUpdateOauth2CredentialResponse } from "./public_api.fetcher";
|
|
109
|
+
import type { TUpdateOrganizationNameBody, TUpdateOrganizationNameResponse } from "./public_api.fetcher";
|
|
110
|
+
import type { TUpdatePolicyBody, TUpdatePolicyResponse } from "./public_api.fetcher";
|
|
111
|
+
import type { TUpdatePrivateKeyTagBody, TUpdatePrivateKeyTagResponse } from "./public_api.fetcher";
|
|
112
|
+
import type { TUpdateRootQuorumBody, TUpdateRootQuorumResponse } from "./public_api.fetcher";
|
|
113
|
+
import type { TUpdateUserBody, TUpdateUserResponse } from "./public_api.fetcher";
|
|
114
|
+
import type { TUpdateUserEmailBody, TUpdateUserEmailResponse } from "./public_api.fetcher";
|
|
115
|
+
import type { TUpdateUserNameBody, TUpdateUserNameResponse } from "./public_api.fetcher";
|
|
116
|
+
import type { TUpdateUserPhoneNumberBody, TUpdateUserPhoneNumberResponse } from "./public_api.fetcher";
|
|
117
|
+
import type { TUpdateUserTagBody, TUpdateUserTagResponse } from "./public_api.fetcher";
|
|
118
|
+
import type { TUpdateWalletBody, TUpdateWalletResponse } from "./public_api.fetcher";
|
|
119
|
+
import type { TUpdateWebhookEndpointBody, TUpdateWebhookEndpointResponse } from "./public_api.fetcher";
|
|
120
|
+
import type { TVerifyOtpBody, TVerifyOtpResponse } from "./public_api.fetcher";
|
|
121
|
+
export declare class ZeroXKeyClient {
|
|
122
|
+
config: THttpConfig;
|
|
123
|
+
stamper: TStamper;
|
|
124
|
+
name: string;
|
|
125
|
+
constructor(config: THttpConfig, stamper: TStamper);
|
|
126
|
+
request<TBodyType, TResponseType>(url: string, body: TBodyType): Promise<TResponseType>;
|
|
127
|
+
/**
|
|
128
|
+
* Get details about an activity.
|
|
129
|
+
*
|
|
130
|
+
* Sign the provided `TGetActivityBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_activity).
|
|
131
|
+
*
|
|
132
|
+
* See also {@link stampGetActivity}.
|
|
133
|
+
*/
|
|
134
|
+
getActivity: (input: TGetActivityBody) => Promise<TGetActivityResponse>;
|
|
135
|
+
/**
|
|
136
|
+
* Produce a `SignedRequest` from `TGetActivityBody` by using the client's `stamp` function.
|
|
137
|
+
*
|
|
138
|
+
* See also {@link GetActivity}.
|
|
139
|
+
*/
|
|
140
|
+
stampGetActivity: (input: TGetActivityBody) => Promise<TSignedRequest>;
|
|
141
|
+
/**
|
|
142
|
+
* Get details about an API key.
|
|
143
|
+
*
|
|
144
|
+
* Sign the provided `TGetApiKeyBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_api_key).
|
|
145
|
+
*
|
|
146
|
+
* See also {@link stampGetApiKey}.
|
|
147
|
+
*/
|
|
148
|
+
getApiKey: (input: TGetApiKeyBody) => Promise<TGetApiKeyResponse>;
|
|
149
|
+
/**
|
|
150
|
+
* Produce a `SignedRequest` from `TGetApiKeyBody` by using the client's `stamp` function.
|
|
151
|
+
*
|
|
152
|
+
* See also {@link GetApiKey}.
|
|
153
|
+
*/
|
|
154
|
+
stampGetApiKey: (input: TGetApiKeyBody) => Promise<TSignedRequest>;
|
|
155
|
+
/**
|
|
156
|
+
* Get details about API keys for a user.
|
|
157
|
+
*
|
|
158
|
+
* Sign the provided `TGetApiKeysBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_api_keys).
|
|
159
|
+
*
|
|
160
|
+
* See also {@link stampGetApiKeys}.
|
|
161
|
+
*/
|
|
162
|
+
getApiKeys: (input: TGetApiKeysBody) => Promise<TGetApiKeysResponse>;
|
|
163
|
+
/**
|
|
164
|
+
* Produce a `SignedRequest` from `TGetApiKeysBody` by using the client's `stamp` function.
|
|
165
|
+
*
|
|
166
|
+
* See also {@link GetApiKeys}.
|
|
167
|
+
*/
|
|
168
|
+
stampGetApiKeys: (input: TGetApiKeysBody) => Promise<TSignedRequest>;
|
|
169
|
+
/**
|
|
170
|
+
* Get live runtime status for a TVC App from the cluster.
|
|
171
|
+
*
|
|
172
|
+
* Sign the provided `TGetAppStatusBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_app_status).
|
|
173
|
+
*
|
|
174
|
+
* See also {@link stampGetAppStatus}.
|
|
175
|
+
*/
|
|
176
|
+
getAppStatus: (input: TGetAppStatusBody) => Promise<TGetAppStatusResponse>;
|
|
177
|
+
/**
|
|
178
|
+
* Produce a `SignedRequest` from `TGetAppStatusBody` by using the client's `stamp` function.
|
|
179
|
+
*
|
|
180
|
+
* See also {@link GetAppStatus}.
|
|
181
|
+
*/
|
|
182
|
+
stampGetAppStatus: (input: TGetAppStatusBody) => Promise<TSignedRequest>;
|
|
183
|
+
/**
|
|
184
|
+
* Get details about an authenticator.
|
|
185
|
+
*
|
|
186
|
+
* Sign the provided `TGetAuthenticatorBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_authenticator).
|
|
187
|
+
*
|
|
188
|
+
* See also {@link stampGetAuthenticator}.
|
|
189
|
+
*/
|
|
190
|
+
getAuthenticator: (input: TGetAuthenticatorBody) => Promise<TGetAuthenticatorResponse>;
|
|
191
|
+
/**
|
|
192
|
+
* Produce a `SignedRequest` from `TGetAuthenticatorBody` by using the client's `stamp` function.
|
|
193
|
+
*
|
|
194
|
+
* See also {@link GetAuthenticator}.
|
|
195
|
+
*/
|
|
196
|
+
stampGetAuthenticator: (input: TGetAuthenticatorBody) => Promise<TSignedRequest>;
|
|
197
|
+
/**
|
|
198
|
+
* Get details about authenticators for a user.
|
|
199
|
+
*
|
|
200
|
+
* Sign the provided `TGetAuthenticatorsBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_authenticators).
|
|
201
|
+
*
|
|
202
|
+
* See also {@link stampGetAuthenticators}.
|
|
203
|
+
*/
|
|
204
|
+
getAuthenticators: (input: TGetAuthenticatorsBody) => Promise<TGetAuthenticatorsResponse>;
|
|
205
|
+
/**
|
|
206
|
+
* Produce a `SignedRequest` from `TGetAuthenticatorsBody` by using the client's `stamp` function.
|
|
207
|
+
*
|
|
208
|
+
* See also {@link GetAuthenticators}.
|
|
209
|
+
*/
|
|
210
|
+
stampGetAuthenticators: (input: TGetAuthenticatorsBody) => Promise<TSignedRequest>;
|
|
211
|
+
/**
|
|
212
|
+
* Get the boot proof for a given ephemeral key.
|
|
213
|
+
*
|
|
214
|
+
* Sign the provided `TGetBootProofBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_boot_proof).
|
|
215
|
+
*
|
|
216
|
+
* See also {@link stampGetBootProof}.
|
|
217
|
+
*/
|
|
218
|
+
getBootProof: (input: TGetBootProofBody) => Promise<TGetBootProofResponse>;
|
|
219
|
+
/**
|
|
220
|
+
* Produce a `SignedRequest` from `TGetBootProofBody` by using the client's `stamp` function.
|
|
221
|
+
*
|
|
222
|
+
* See also {@link GetBootProof}.
|
|
223
|
+
*/
|
|
224
|
+
stampGetBootProof: (input: TGetBootProofBody) => Promise<TSignedRequest>;
|
|
225
|
+
/**
|
|
226
|
+
* Get gas usage and gas limits for either the parent organization or a sub-organization.
|
|
227
|
+
*
|
|
228
|
+
* Sign the provided `TGetGasUsageBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_gas_usage).
|
|
229
|
+
*
|
|
230
|
+
* See also {@link stampGetGasUsage}.
|
|
231
|
+
*/
|
|
232
|
+
getGasUsage: (input: TGetGasUsageBody) => Promise<TGetGasUsageResponse>;
|
|
233
|
+
/**
|
|
234
|
+
* Produce a `SignedRequest` from `TGetGasUsageBody` by using the client's `stamp` function.
|
|
235
|
+
*
|
|
236
|
+
* See also {@link GetGasUsage}.
|
|
237
|
+
*/
|
|
238
|
+
stampGetGasUsage: (input: TGetGasUsageBody) => Promise<TSignedRequest>;
|
|
239
|
+
/**
|
|
240
|
+
* Get the latest boot proof for a given enclave app name.
|
|
241
|
+
*
|
|
242
|
+
* Sign the provided `TGetLatestBootProofBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_latest_boot_proof).
|
|
243
|
+
*
|
|
244
|
+
* See also {@link stampGetLatestBootProof}.
|
|
245
|
+
*/
|
|
246
|
+
getLatestBootProof: (input: TGetLatestBootProofBody) => Promise<TGetLatestBootProofResponse>;
|
|
247
|
+
/**
|
|
248
|
+
* Produce a `SignedRequest` from `TGetLatestBootProofBody` by using the client's `stamp` function.
|
|
249
|
+
*
|
|
250
|
+
* See also {@link GetLatestBootProof}.
|
|
251
|
+
*/
|
|
252
|
+
stampGetLatestBootProof: (input: TGetLatestBootProofBody) => Promise<TSignedRequest>;
|
|
253
|
+
/**
|
|
254
|
+
* Get nonce values for an address on a given network. Can fetch the standard on-chain nonce and/or the gas station nonce used for sponsored transactions.
|
|
255
|
+
*
|
|
256
|
+
* Sign the provided `TGetNoncesBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_nonces).
|
|
257
|
+
*
|
|
258
|
+
* See also {@link stampGetNonces}.
|
|
259
|
+
*/
|
|
260
|
+
getNonces: (input: TGetNoncesBody) => Promise<TGetNoncesResponse>;
|
|
261
|
+
/**
|
|
262
|
+
* Produce a `SignedRequest` from `TGetNoncesBody` by using the client's `stamp` function.
|
|
263
|
+
*
|
|
264
|
+
* See also {@link GetNonces}.
|
|
265
|
+
*/
|
|
266
|
+
stampGetNonces: (input: TGetNoncesBody) => Promise<TSignedRequest>;
|
|
267
|
+
/**
|
|
268
|
+
* Get details about an OAuth 2.0 credential.
|
|
269
|
+
*
|
|
270
|
+
* Sign the provided `TGetOauth2CredentialBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_oauth2_credential).
|
|
271
|
+
*
|
|
272
|
+
* See also {@link stampGetOauth2Credential}.
|
|
273
|
+
*/
|
|
274
|
+
getOauth2Credential: (input: TGetOauth2CredentialBody) => Promise<TGetOauth2CredentialResponse>;
|
|
275
|
+
/**
|
|
276
|
+
* Produce a `SignedRequest` from `TGetOauth2CredentialBody` by using the client's `stamp` function.
|
|
277
|
+
*
|
|
278
|
+
* See also {@link GetOauth2Credential}.
|
|
279
|
+
*/
|
|
280
|
+
stampGetOauth2Credential: (input: TGetOauth2CredentialBody) => Promise<TSignedRequest>;
|
|
281
|
+
/**
|
|
282
|
+
* Get details about Oauth providers for a user.
|
|
283
|
+
*
|
|
284
|
+
* Sign the provided `TGetOauthProvidersBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_oauth_providers).
|
|
285
|
+
*
|
|
286
|
+
* See also {@link stampGetOauthProviders}.
|
|
287
|
+
*/
|
|
288
|
+
getOauthProviders: (input: TGetOauthProvidersBody) => Promise<TGetOauthProvidersResponse>;
|
|
289
|
+
/**
|
|
290
|
+
* Produce a `SignedRequest` from `TGetOauthProvidersBody` by using the client's `stamp` function.
|
|
291
|
+
*
|
|
292
|
+
* See also {@link GetOauthProviders}.
|
|
293
|
+
*/
|
|
294
|
+
stampGetOauthProviders: (input: TGetOauthProvidersBody) => Promise<TSignedRequest>;
|
|
295
|
+
/**
|
|
296
|
+
* Get the status of an on ramp transaction.
|
|
297
|
+
*
|
|
298
|
+
* Sign the provided `TGetOnRampTransactionStatusBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_onramp_transaction_status).
|
|
299
|
+
*
|
|
300
|
+
* See also {@link stampGetOnRampTransactionStatus}.
|
|
301
|
+
*/
|
|
302
|
+
getOnRampTransactionStatus: (input: TGetOnRampTransactionStatusBody) => Promise<TGetOnRampTransactionStatusResponse>;
|
|
303
|
+
/**
|
|
304
|
+
* Produce a `SignedRequest` from `TGetOnRampTransactionStatusBody` by using the client's `stamp` function.
|
|
305
|
+
*
|
|
306
|
+
* See also {@link GetOnRampTransactionStatus}.
|
|
307
|
+
*/
|
|
308
|
+
stampGetOnRampTransactionStatus: (input: TGetOnRampTransactionStatusBody) => Promise<TSignedRequest>;
|
|
309
|
+
/**
|
|
310
|
+
* Get quorum settings and features for an organization.
|
|
311
|
+
*
|
|
312
|
+
* Sign the provided `TGetOrganizationConfigsBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_organization_configs).
|
|
313
|
+
*
|
|
314
|
+
* See also {@link stampGetOrganizationConfigs}.
|
|
315
|
+
*/
|
|
316
|
+
getOrganizationConfigs: (input: TGetOrganizationConfigsBody) => Promise<TGetOrganizationConfigsResponse>;
|
|
317
|
+
/**
|
|
318
|
+
* Produce a `SignedRequest` from `TGetOrganizationConfigsBody` by using the client's `stamp` function.
|
|
319
|
+
*
|
|
320
|
+
* See also {@link GetOrganizationConfigs}.
|
|
321
|
+
*/
|
|
322
|
+
stampGetOrganizationConfigs: (input: TGetOrganizationConfigsBody) => Promise<TSignedRequest>;
|
|
323
|
+
/**
|
|
324
|
+
* Get details about a policy.
|
|
325
|
+
*
|
|
326
|
+
* Sign the provided `TGetPolicyBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_policy).
|
|
327
|
+
*
|
|
328
|
+
* See also {@link stampGetPolicy}.
|
|
329
|
+
*/
|
|
330
|
+
getPolicy: (input: TGetPolicyBody) => Promise<TGetPolicyResponse>;
|
|
331
|
+
/**
|
|
332
|
+
* Produce a `SignedRequest` from `TGetPolicyBody` by using the client's `stamp` function.
|
|
333
|
+
*
|
|
334
|
+
* See also {@link GetPolicy}.
|
|
335
|
+
*/
|
|
336
|
+
stampGetPolicy: (input: TGetPolicyBody) => Promise<TSignedRequest>;
|
|
337
|
+
/**
|
|
338
|
+
* Get the policy evaluations for an activity.
|
|
339
|
+
*
|
|
340
|
+
* Sign the provided `TGetPolicyEvaluationsBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_policy_evaluations).
|
|
341
|
+
*
|
|
342
|
+
* See also {@link stampGetPolicyEvaluations}.
|
|
343
|
+
*/
|
|
344
|
+
getPolicyEvaluations: (input: TGetPolicyEvaluationsBody) => Promise<TGetPolicyEvaluationsResponse>;
|
|
345
|
+
/**
|
|
346
|
+
* Produce a `SignedRequest` from `TGetPolicyEvaluationsBody` by using the client's `stamp` function.
|
|
347
|
+
*
|
|
348
|
+
* See also {@link GetPolicyEvaluations}.
|
|
349
|
+
*/
|
|
350
|
+
stampGetPolicyEvaluations: (input: TGetPolicyEvaluationsBody) => Promise<TSignedRequest>;
|
|
351
|
+
/**
|
|
352
|
+
* Get details about a private key.
|
|
353
|
+
*
|
|
354
|
+
* Sign the provided `TGetPrivateKeyBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_private_key).
|
|
355
|
+
*
|
|
356
|
+
* See also {@link stampGetPrivateKey}.
|
|
357
|
+
*/
|
|
358
|
+
getPrivateKey: (input: TGetPrivateKeyBody) => Promise<TGetPrivateKeyResponse>;
|
|
359
|
+
/**
|
|
360
|
+
* Produce a `SignedRequest` from `TGetPrivateKeyBody` by using the client's `stamp` function.
|
|
361
|
+
*
|
|
362
|
+
* See also {@link GetPrivateKey}.
|
|
363
|
+
*/
|
|
364
|
+
stampGetPrivateKey: (input: TGetPrivateKeyBody) => Promise<TSignedRequest>;
|
|
365
|
+
/**
|
|
366
|
+
* Get the status of a send transaction request.
|
|
367
|
+
*
|
|
368
|
+
* Sign the provided `TGetSendTransactionStatusBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_send_transaction_status).
|
|
369
|
+
*
|
|
370
|
+
* See also {@link stampGetSendTransactionStatus}.
|
|
371
|
+
*/
|
|
372
|
+
getSendTransactionStatus: (input: TGetSendTransactionStatusBody) => Promise<TGetSendTransactionStatusResponse>;
|
|
373
|
+
/**
|
|
374
|
+
* Produce a `SignedRequest` from `TGetSendTransactionStatusBody` by using the client's `stamp` function.
|
|
375
|
+
*
|
|
376
|
+
* See also {@link GetSendTransactionStatus}.
|
|
377
|
+
*/
|
|
378
|
+
stampGetSendTransactionStatus: (input: TGetSendTransactionStatusBody) => Promise<TSignedRequest>;
|
|
379
|
+
/**
|
|
380
|
+
* Get details about a smart contract interface.
|
|
381
|
+
*
|
|
382
|
+
* Sign the provided `TGetSmartContractInterfaceBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_smart_contract_interface).
|
|
383
|
+
*
|
|
384
|
+
* See also {@link stampGetSmartContractInterface}.
|
|
385
|
+
*/
|
|
386
|
+
getSmartContractInterface: (input: TGetSmartContractInterfaceBody) => Promise<TGetSmartContractInterfaceResponse>;
|
|
387
|
+
/**
|
|
388
|
+
* Produce a `SignedRequest` from `TGetSmartContractInterfaceBody` by using the client's `stamp` function.
|
|
389
|
+
*
|
|
390
|
+
* See also {@link GetSmartContractInterface}.
|
|
391
|
+
*/
|
|
392
|
+
stampGetSmartContractInterface: (input: TGetSmartContractInterfaceBody) => Promise<TSignedRequest>;
|
|
393
|
+
/**
|
|
394
|
+
* Get details about a user.
|
|
395
|
+
*
|
|
396
|
+
* Sign the provided `TGetUserBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_user).
|
|
397
|
+
*
|
|
398
|
+
* See also {@link stampGetUser}.
|
|
399
|
+
*/
|
|
400
|
+
getUser: (input: TGetUserBody) => Promise<TGetUserResponse>;
|
|
401
|
+
/**
|
|
402
|
+
* Produce a `SignedRequest` from `TGetUserBody` by using the client's `stamp` function.
|
|
403
|
+
*
|
|
404
|
+
* See also {@link GetUser}.
|
|
405
|
+
*/
|
|
406
|
+
stampGetUser: (input: TGetUserBody) => Promise<TSignedRequest>;
|
|
407
|
+
/**
|
|
408
|
+
* Get details about a wallet.
|
|
409
|
+
*
|
|
410
|
+
* Sign the provided `TGetWalletBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_wallet).
|
|
411
|
+
*
|
|
412
|
+
* See also {@link stampGetWallet}.
|
|
413
|
+
*/
|
|
414
|
+
getWallet: (input: TGetWalletBody) => Promise<TGetWalletResponse>;
|
|
415
|
+
/**
|
|
416
|
+
* Produce a `SignedRequest` from `TGetWalletBody` by using the client's `stamp` function.
|
|
417
|
+
*
|
|
418
|
+
* See also {@link GetWallet}.
|
|
419
|
+
*/
|
|
420
|
+
stampGetWallet: (input: TGetWalletBody) => Promise<TSignedRequest>;
|
|
421
|
+
/**
|
|
422
|
+
* Get a single wallet account.
|
|
423
|
+
*
|
|
424
|
+
* Sign the provided `TGetWalletAccountBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_wallet_account).
|
|
425
|
+
*
|
|
426
|
+
* See also {@link stampGetWalletAccount}.
|
|
427
|
+
*/
|
|
428
|
+
getWalletAccount: (input: TGetWalletAccountBody) => Promise<TGetWalletAccountResponse>;
|
|
429
|
+
/**
|
|
430
|
+
* Produce a `SignedRequest` from `TGetWalletAccountBody` by using the client's `stamp` function.
|
|
431
|
+
*
|
|
432
|
+
* See also {@link GetWalletAccount}.
|
|
433
|
+
*/
|
|
434
|
+
stampGetWalletAccount: (input: TGetWalletAccountBody) => Promise<TSignedRequest>;
|
|
435
|
+
/**
|
|
436
|
+
* Get balances of supported assets for an address on the specified network. Only non-zero balances are returned. This feature is in beta - please contact support for access.
|
|
437
|
+
*
|
|
438
|
+
* Sign the provided `TGetWalletAddressBalancesBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/get_wallet_address_balances).
|
|
439
|
+
*
|
|
440
|
+
* See also {@link stampGetWalletAddressBalances}.
|
|
441
|
+
*/
|
|
442
|
+
getWalletAddressBalances: (input: TGetWalletAddressBalancesBody) => Promise<TGetWalletAddressBalancesResponse>;
|
|
443
|
+
/**
|
|
444
|
+
* Produce a `SignedRequest` from `TGetWalletAddressBalancesBody` by using the client's `stamp` function.
|
|
445
|
+
*
|
|
446
|
+
* See also {@link GetWalletAddressBalances}.
|
|
447
|
+
*/
|
|
448
|
+
stampGetWalletAddressBalances: (input: TGetWalletAddressBalancesBody) => Promise<TSignedRequest>;
|
|
449
|
+
/**
|
|
450
|
+
* List all activities within an organization.
|
|
451
|
+
*
|
|
452
|
+
* Sign the provided `TGetActivitiesBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/list_activities).
|
|
453
|
+
*
|
|
454
|
+
* See also {@link stampGetActivities}.
|
|
455
|
+
*/
|
|
456
|
+
getActivities: (input: TGetActivitiesBody) => Promise<TGetActivitiesResponse>;
|
|
457
|
+
/**
|
|
458
|
+
* Produce a `SignedRequest` from `TGetActivitiesBody` by using the client's `stamp` function.
|
|
459
|
+
*
|
|
460
|
+
* See also {@link GetActivities}.
|
|
461
|
+
*/
|
|
462
|
+
stampGetActivities: (input: TGetActivitiesBody) => Promise<TSignedRequest>;
|
|
463
|
+
/**
|
|
464
|
+
* List the App Proofs for the given activity.
|
|
465
|
+
*
|
|
466
|
+
* Sign the provided `TGetAppProofsBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/list_app_proofs).
|
|
467
|
+
*
|
|
468
|
+
* See also {@link stampGetAppProofs}.
|
|
469
|
+
*/
|
|
470
|
+
getAppProofs: (input: TGetAppProofsBody) => Promise<TGetAppProofsResponse>;
|
|
471
|
+
/**
|
|
472
|
+
* Produce a `SignedRequest` from `TGetAppProofsBody` by using the client's `stamp` function.
|
|
473
|
+
*
|
|
474
|
+
* See also {@link GetAppProofs}.
|
|
475
|
+
*/
|
|
476
|
+
stampGetAppProofs: (input: TGetAppProofsBody) => Promise<TSignedRequest>;
|
|
477
|
+
/**
|
|
478
|
+
* List all fiat on ramp provider credentials within an organization.
|
|
479
|
+
*
|
|
480
|
+
* Sign the provided `TListFiatOnRampCredentialsBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/list_fiat_on_ramp_credentials).
|
|
481
|
+
*
|
|
482
|
+
* See also {@link stampListFiatOnRampCredentials}.
|
|
483
|
+
*/
|
|
484
|
+
listFiatOnRampCredentials: (input: TListFiatOnRampCredentialsBody) => Promise<TListFiatOnRampCredentialsResponse>;
|
|
485
|
+
/**
|
|
486
|
+
* Produce a `SignedRequest` from `TListFiatOnRampCredentialsBody` by using the client's `stamp` function.
|
|
487
|
+
*
|
|
488
|
+
* See also {@link ListFiatOnRampCredentials}.
|
|
489
|
+
*/
|
|
490
|
+
stampListFiatOnRampCredentials: (input: TListFiatOnRampCredentialsBody) => Promise<TSignedRequest>;
|
|
491
|
+
/**
|
|
492
|
+
* List all OAuth 2.0 credentials within an organization.
|
|
493
|
+
*
|
|
494
|
+
* Sign the provided `TListOauth2CredentialsBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/list_oauth2_credentials).
|
|
495
|
+
*
|
|
496
|
+
* See also {@link stampListOauth2Credentials}.
|
|
497
|
+
*/
|
|
498
|
+
listOauth2Credentials: (input: TListOauth2CredentialsBody) => Promise<TListOauth2CredentialsResponse>;
|
|
499
|
+
/**
|
|
500
|
+
* Produce a `SignedRequest` from `TListOauth2CredentialsBody` by using the client's `stamp` function.
|
|
501
|
+
*
|
|
502
|
+
* See also {@link ListOauth2Credentials}.
|
|
503
|
+
*/
|
|
504
|
+
stampListOauth2Credentials: (input: TListOauth2CredentialsBody) => Promise<TSignedRequest>;
|
|
505
|
+
/**
|
|
506
|
+
* List all policies within an organization.
|
|
507
|
+
*
|
|
508
|
+
* Sign the provided `TGetPoliciesBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/list_policies).
|
|
509
|
+
*
|
|
510
|
+
* See also {@link stampGetPolicies}.
|
|
511
|
+
*/
|
|
512
|
+
getPolicies: (input: TGetPoliciesBody) => Promise<TGetPoliciesResponse>;
|
|
513
|
+
/**
|
|
514
|
+
* Produce a `SignedRequest` from `TGetPoliciesBody` by using the client's `stamp` function.
|
|
515
|
+
*
|
|
516
|
+
* See also {@link GetPolicies}.
|
|
517
|
+
*/
|
|
518
|
+
stampGetPolicies: (input: TGetPoliciesBody) => Promise<TSignedRequest>;
|
|
519
|
+
/**
|
|
520
|
+
* List all private key tags within an organization.
|
|
521
|
+
*
|
|
522
|
+
* Sign the provided `TListPrivateKeyTagsBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/list_private_key_tags).
|
|
523
|
+
*
|
|
524
|
+
* See also {@link stampListPrivateKeyTags}.
|
|
525
|
+
*/
|
|
526
|
+
listPrivateKeyTags: (input: TListPrivateKeyTagsBody) => Promise<TListPrivateKeyTagsResponse>;
|
|
527
|
+
/**
|
|
528
|
+
* Produce a `SignedRequest` from `TListPrivateKeyTagsBody` by using the client's `stamp` function.
|
|
529
|
+
*
|
|
530
|
+
* See also {@link ListPrivateKeyTags}.
|
|
531
|
+
*/
|
|
532
|
+
stampListPrivateKeyTags: (input: TListPrivateKeyTagsBody) => Promise<TSignedRequest>;
|
|
533
|
+
/**
|
|
534
|
+
* List all private keys within an organization.
|
|
535
|
+
*
|
|
536
|
+
* Sign the provided `TGetPrivateKeysBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/list_private_keys).
|
|
537
|
+
*
|
|
538
|
+
* See also {@link stampGetPrivateKeys}.
|
|
539
|
+
*/
|
|
540
|
+
getPrivateKeys: (input: TGetPrivateKeysBody) => Promise<TGetPrivateKeysResponse>;
|
|
541
|
+
/**
|
|
542
|
+
* Produce a `SignedRequest` from `TGetPrivateKeysBody` by using the client's `stamp` function.
|
|
543
|
+
*
|
|
544
|
+
* See also {@link GetPrivateKeys}.
|
|
545
|
+
*/
|
|
546
|
+
stampGetPrivateKeys: (input: TGetPrivateKeysBody) => Promise<TSignedRequest>;
|
|
547
|
+
/**
|
|
548
|
+
* List all smart contract interfaces within an organization.
|
|
549
|
+
*
|
|
550
|
+
* Sign the provided `TGetSmartContractInterfacesBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/list_smart_contract_interfaces).
|
|
551
|
+
*
|
|
552
|
+
* See also {@link stampGetSmartContractInterfaces}.
|
|
553
|
+
*/
|
|
554
|
+
getSmartContractInterfaces: (input: TGetSmartContractInterfacesBody) => Promise<TGetSmartContractInterfacesResponse>;
|
|
555
|
+
/**
|
|
556
|
+
* Produce a `SignedRequest` from `TGetSmartContractInterfacesBody` by using the client's `stamp` function.
|
|
557
|
+
*
|
|
558
|
+
* See also {@link GetSmartContractInterfaces}.
|
|
559
|
+
*/
|
|
560
|
+
stampGetSmartContractInterfaces: (input: TGetSmartContractInterfacesBody) => Promise<TSignedRequest>;
|
|
561
|
+
/**
|
|
562
|
+
* Get all suborg IDs associated given a parent org ID and an optional filter.
|
|
563
|
+
*
|
|
564
|
+
* Sign the provided `TGetSubOrgIdsBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/list_suborgs).
|
|
565
|
+
*
|
|
566
|
+
* See also {@link stampGetSubOrgIds}.
|
|
567
|
+
*/
|
|
568
|
+
getSubOrgIds: (input: TGetSubOrgIdsBody) => Promise<TGetSubOrgIdsResponse>;
|
|
569
|
+
/**
|
|
570
|
+
* Produce a `SignedRequest` from `TGetSubOrgIdsBody` by using the client's `stamp` function.
|
|
571
|
+
*
|
|
572
|
+
* See also {@link GetSubOrgIds}.
|
|
573
|
+
*/
|
|
574
|
+
stampGetSubOrgIds: (input: TGetSubOrgIdsBody) => Promise<TSignedRequest>;
|
|
575
|
+
/**
|
|
576
|
+
* List supported assets for the specified network. This feature is in beta - please contact support for access.
|
|
577
|
+
*
|
|
578
|
+
* Sign the provided `TListSupportedAssetsBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/list_supported_assets).
|
|
579
|
+
*
|
|
580
|
+
* See also {@link stampListSupportedAssets}.
|
|
581
|
+
*/
|
|
582
|
+
listSupportedAssets: (input: TListSupportedAssetsBody) => Promise<TListSupportedAssetsResponse>;
|
|
583
|
+
/**
|
|
584
|
+
* Produce a `SignedRequest` from `TListSupportedAssetsBody` by using the client's `stamp` function.
|
|
585
|
+
*
|
|
586
|
+
* See also {@link ListSupportedAssets}.
|
|
587
|
+
*/
|
|
588
|
+
stampListSupportedAssets: (input: TListSupportedAssetsBody) => Promise<TSignedRequest>;
|
|
589
|
+
/**
|
|
590
|
+
* List all user tags within an organization.
|
|
591
|
+
*
|
|
592
|
+
* Sign the provided `TListUserTagsBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/list_user_tags).
|
|
593
|
+
*
|
|
594
|
+
* See also {@link stampListUserTags}.
|
|
595
|
+
*/
|
|
596
|
+
listUserTags: (input: TListUserTagsBody) => Promise<TListUserTagsResponse>;
|
|
597
|
+
/**
|
|
598
|
+
* Produce a `SignedRequest` from `TListUserTagsBody` by using the client's `stamp` function.
|
|
599
|
+
*
|
|
600
|
+
* See also {@link ListUserTags}.
|
|
601
|
+
*/
|
|
602
|
+
stampListUserTags: (input: TListUserTagsBody) => Promise<TSignedRequest>;
|
|
603
|
+
/**
|
|
604
|
+
* List all users within an organization.
|
|
605
|
+
*
|
|
606
|
+
* Sign the provided `TGetUsersBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/list_users).
|
|
607
|
+
*
|
|
608
|
+
* See also {@link stampGetUsers}.
|
|
609
|
+
*/
|
|
610
|
+
getUsers: (input: TGetUsersBody) => Promise<TGetUsersResponse>;
|
|
611
|
+
/**
|
|
612
|
+
* Produce a `SignedRequest` from `TGetUsersBody` by using the client's `stamp` function.
|
|
613
|
+
*
|
|
614
|
+
* See also {@link GetUsers}.
|
|
615
|
+
*/
|
|
616
|
+
stampGetUsers: (input: TGetUsersBody) => Promise<TSignedRequest>;
|
|
617
|
+
/**
|
|
618
|
+
* Get all email or phone verified suborg IDs associated given a parent org ID.
|
|
619
|
+
*
|
|
620
|
+
* Sign the provided `TGetVerifiedSubOrgIdsBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/list_verified_suborgs).
|
|
621
|
+
*
|
|
622
|
+
* See also {@link stampGetVerifiedSubOrgIds}.
|
|
623
|
+
*/
|
|
624
|
+
getVerifiedSubOrgIds: (input: TGetVerifiedSubOrgIdsBody) => Promise<TGetVerifiedSubOrgIdsResponse>;
|
|
625
|
+
/**
|
|
626
|
+
* Produce a `SignedRequest` from `TGetVerifiedSubOrgIdsBody` by using the client's `stamp` function.
|
|
627
|
+
*
|
|
628
|
+
* See also {@link GetVerifiedSubOrgIds}.
|
|
629
|
+
*/
|
|
630
|
+
stampGetVerifiedSubOrgIds: (input: TGetVerifiedSubOrgIdsBody) => Promise<TSignedRequest>;
|
|
631
|
+
/**
|
|
632
|
+
* List all accounts within a wallet.
|
|
633
|
+
*
|
|
634
|
+
* Sign the provided `TGetWalletAccountsBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/list_wallet_accounts).
|
|
635
|
+
*
|
|
636
|
+
* See also {@link stampGetWalletAccounts}.
|
|
637
|
+
*/
|
|
638
|
+
getWalletAccounts: (input: TGetWalletAccountsBody) => Promise<TGetWalletAccountsResponse>;
|
|
639
|
+
/**
|
|
640
|
+
* Produce a `SignedRequest` from `TGetWalletAccountsBody` by using the client's `stamp` function.
|
|
641
|
+
*
|
|
642
|
+
* See also {@link GetWalletAccounts}.
|
|
643
|
+
*/
|
|
644
|
+
stampGetWalletAccounts: (input: TGetWalletAccountsBody) => Promise<TSignedRequest>;
|
|
645
|
+
/**
|
|
646
|
+
* List all wallets within an organization.
|
|
647
|
+
*
|
|
648
|
+
* Sign the provided `TGetWalletsBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/list_wallets).
|
|
649
|
+
*
|
|
650
|
+
* See also {@link stampGetWallets}.
|
|
651
|
+
*/
|
|
652
|
+
getWallets: (input: TGetWalletsBody) => Promise<TGetWalletsResponse>;
|
|
653
|
+
/**
|
|
654
|
+
* Produce a `SignedRequest` from `TGetWalletsBody` by using the client's `stamp` function.
|
|
655
|
+
*
|
|
656
|
+
* See also {@link GetWallets}.
|
|
657
|
+
*/
|
|
658
|
+
stampGetWallets: (input: TGetWalletsBody) => Promise<TSignedRequest>;
|
|
659
|
+
/**
|
|
660
|
+
* List webhook endpoints within an organization.
|
|
661
|
+
*
|
|
662
|
+
* Sign the provided `TListWebhookEndpointsBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/list_webhook_endpoints).
|
|
663
|
+
*
|
|
664
|
+
* See also {@link stampListWebhookEndpoints}.
|
|
665
|
+
*/
|
|
666
|
+
listWebhookEndpoints: (input: TListWebhookEndpointsBody) => Promise<TListWebhookEndpointsResponse>;
|
|
667
|
+
/**
|
|
668
|
+
* Produce a `SignedRequest` from `TListWebhookEndpointsBody` by using the client's `stamp` function.
|
|
669
|
+
*
|
|
670
|
+
* See also {@link ListWebhookEndpoints}.
|
|
671
|
+
*/
|
|
672
|
+
stampListWebhookEndpoints: (input: TListWebhookEndpointsBody) => Promise<TSignedRequest>;
|
|
673
|
+
/**
|
|
674
|
+
* Get basic information about your current API or WebAuthN user and their organization. Affords sub-organization look ups via parent organization for WebAuthN or API key users.
|
|
675
|
+
*
|
|
676
|
+
* Sign the provided `TGetWhoamiBody` with the client's `stamp` function, and submit the request (POST /public/v1/query/whoami).
|
|
677
|
+
*
|
|
678
|
+
* See also {@link stampGetWhoami}.
|
|
679
|
+
*/
|
|
680
|
+
getWhoami: (input: TGetWhoamiBody) => Promise<TGetWhoamiResponse>;
|
|
681
|
+
/**
|
|
682
|
+
* Produce a `SignedRequest` from `TGetWhoamiBody` by using the client's `stamp` function.
|
|
683
|
+
*
|
|
684
|
+
* See also {@link GetWhoami}.
|
|
685
|
+
*/
|
|
686
|
+
stampGetWhoami: (input: TGetWhoamiBody) => Promise<TSignedRequest>;
|
|
687
|
+
/**
|
|
688
|
+
* Approve an activity.
|
|
689
|
+
*
|
|
690
|
+
* Sign the provided `TApproveActivityBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/approve_activity).
|
|
691
|
+
*
|
|
692
|
+
* See also {@link stampApproveActivity}.
|
|
693
|
+
*/
|
|
694
|
+
approveActivity: (input: TApproveActivityBody) => Promise<TApproveActivityResponse>;
|
|
695
|
+
/**
|
|
696
|
+
* Produce a `SignedRequest` from `TApproveActivityBody` by using the client's `stamp` function.
|
|
697
|
+
*
|
|
698
|
+
* See also {@link ApproveActivity}.
|
|
699
|
+
*/
|
|
700
|
+
stampApproveActivity: (input: TApproveActivityBody) => Promise<TSignedRequest>;
|
|
701
|
+
/**
|
|
702
|
+
* Add API keys to an existing user.
|
|
703
|
+
*
|
|
704
|
+
* Sign the provided `TCreateApiKeysBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/create_api_keys).
|
|
705
|
+
*
|
|
706
|
+
* See also {@link stampCreateApiKeys}.
|
|
707
|
+
*/
|
|
708
|
+
createApiKeys: (input: TCreateApiKeysBody) => Promise<TCreateApiKeysResponse>;
|
|
709
|
+
/**
|
|
710
|
+
* Produce a `SignedRequest` from `TCreateApiKeysBody` by using the client's `stamp` function.
|
|
711
|
+
*
|
|
712
|
+
* See also {@link CreateApiKeys}.
|
|
713
|
+
*/
|
|
714
|
+
stampCreateApiKeys: (input: TCreateApiKeysBody) => Promise<TSignedRequest>;
|
|
715
|
+
/**
|
|
716
|
+
* Create API-only users in an existing organization.
|
|
717
|
+
*
|
|
718
|
+
* Sign the provided `TCreateApiOnlyUsersBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/create_api_only_users).
|
|
719
|
+
*
|
|
720
|
+
* See also {@link stampCreateApiOnlyUsers}.
|
|
721
|
+
*/
|
|
722
|
+
createApiOnlyUsers: (input: TCreateApiOnlyUsersBody) => Promise<TCreateApiOnlyUsersResponse>;
|
|
723
|
+
/**
|
|
724
|
+
* Produce a `SignedRequest` from `TCreateApiOnlyUsersBody` by using the client's `stamp` function.
|
|
725
|
+
*
|
|
726
|
+
* See also {@link CreateApiOnlyUsers}.
|
|
727
|
+
*/
|
|
728
|
+
stampCreateApiOnlyUsers: (input: TCreateApiOnlyUsersBody) => Promise<TSignedRequest>;
|
|
729
|
+
/**
|
|
730
|
+
* Create authenticators to authenticate requests to ZeroXKey.
|
|
731
|
+
*
|
|
732
|
+
* Sign the provided `TCreateAuthenticatorsBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/create_authenticators).
|
|
733
|
+
*
|
|
734
|
+
* See also {@link stampCreateAuthenticators}.
|
|
735
|
+
*/
|
|
736
|
+
createAuthenticators: (input: TCreateAuthenticatorsBody) => Promise<TCreateAuthenticatorsResponse>;
|
|
737
|
+
/**
|
|
738
|
+
* Produce a `SignedRequest` from `TCreateAuthenticatorsBody` by using the client's `stamp` function.
|
|
739
|
+
*
|
|
740
|
+
* See also {@link CreateAuthenticators}.
|
|
741
|
+
*/
|
|
742
|
+
stampCreateAuthenticators: (input: TCreateAuthenticatorsBody) => Promise<TSignedRequest>;
|
|
743
|
+
/**
|
|
744
|
+
* Create a fiat on ramp provider credential
|
|
745
|
+
*
|
|
746
|
+
* Sign the provided `TCreateFiatOnRampCredentialBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/create_fiat_on_ramp_credential).
|
|
747
|
+
*
|
|
748
|
+
* See also {@link stampCreateFiatOnRampCredential}.
|
|
749
|
+
*/
|
|
750
|
+
createFiatOnRampCredential: (input: TCreateFiatOnRampCredentialBody) => Promise<TCreateFiatOnRampCredentialResponse>;
|
|
751
|
+
/**
|
|
752
|
+
* Produce a `SignedRequest` from `TCreateFiatOnRampCredentialBody` by using the client's `stamp` function.
|
|
753
|
+
*
|
|
754
|
+
* See also {@link CreateFiatOnRampCredential}.
|
|
755
|
+
*/
|
|
756
|
+
stampCreateFiatOnRampCredential: (input: TCreateFiatOnRampCredentialBody) => Promise<TSignedRequest>;
|
|
757
|
+
/**
|
|
758
|
+
* Create invitations to join an existing organization.
|
|
759
|
+
*
|
|
760
|
+
* Sign the provided `TCreateInvitationsBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/create_invitations).
|
|
761
|
+
*
|
|
762
|
+
* See also {@link stampCreateInvitations}.
|
|
763
|
+
*/
|
|
764
|
+
createInvitations: (input: TCreateInvitationsBody) => Promise<TCreateInvitationsResponse>;
|
|
765
|
+
/**
|
|
766
|
+
* Produce a `SignedRequest` from `TCreateInvitationsBody` by using the client's `stamp` function.
|
|
767
|
+
*
|
|
768
|
+
* See also {@link CreateInvitations}.
|
|
769
|
+
*/
|
|
770
|
+
stampCreateInvitations: (input: TCreateInvitationsBody) => Promise<TSignedRequest>;
|
|
771
|
+
/**
|
|
772
|
+
* Enable authentication for end users with an OAuth 2.0 provider
|
|
773
|
+
*
|
|
774
|
+
* Sign the provided `TCreateOauth2CredentialBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/create_oauth2_credential).
|
|
775
|
+
*
|
|
776
|
+
* See also {@link stampCreateOauth2Credential}.
|
|
777
|
+
*/
|
|
778
|
+
createOauth2Credential: (input: TCreateOauth2CredentialBody) => Promise<TCreateOauth2CredentialResponse>;
|
|
779
|
+
/**
|
|
780
|
+
* Produce a `SignedRequest` from `TCreateOauth2CredentialBody` by using the client's `stamp` function.
|
|
781
|
+
*
|
|
782
|
+
* See also {@link CreateOauth2Credential}.
|
|
783
|
+
*/
|
|
784
|
+
stampCreateOauth2Credential: (input: TCreateOauth2CredentialBody) => Promise<TSignedRequest>;
|
|
785
|
+
/**
|
|
786
|
+
* Create Oauth providers for a specified user.
|
|
787
|
+
*
|
|
788
|
+
* Sign the provided `TCreateOauthProvidersBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/create_oauth_providers).
|
|
789
|
+
*
|
|
790
|
+
* See also {@link stampCreateOauthProviders}.
|
|
791
|
+
*/
|
|
792
|
+
createOauthProviders: (input: TCreateOauthProvidersBody) => Promise<TCreateOauthProvidersResponse>;
|
|
793
|
+
/**
|
|
794
|
+
* Produce a `SignedRequest` from `TCreateOauthProvidersBody` by using the client's `stamp` function.
|
|
795
|
+
*
|
|
796
|
+
* See also {@link CreateOauthProviders}.
|
|
797
|
+
*/
|
|
798
|
+
stampCreateOauthProviders: (input: TCreateOauthProvidersBody) => Promise<TSignedRequest>;
|
|
799
|
+
/**
|
|
800
|
+
* Create new policies.
|
|
801
|
+
*
|
|
802
|
+
* Sign the provided `TCreatePoliciesBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/create_policies).
|
|
803
|
+
*
|
|
804
|
+
* See also {@link stampCreatePolicies}.
|
|
805
|
+
*/
|
|
806
|
+
createPolicies: (input: TCreatePoliciesBody) => Promise<TCreatePoliciesResponse>;
|
|
807
|
+
/**
|
|
808
|
+
* Produce a `SignedRequest` from `TCreatePoliciesBody` by using the client's `stamp` function.
|
|
809
|
+
*
|
|
810
|
+
* See also {@link CreatePolicies}.
|
|
811
|
+
*/
|
|
812
|
+
stampCreatePolicies: (input: TCreatePoliciesBody) => Promise<TSignedRequest>;
|
|
813
|
+
/**
|
|
814
|
+
* Create a new policy.
|
|
815
|
+
*
|
|
816
|
+
* Sign the provided `TCreatePolicyBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/create_policy).
|
|
817
|
+
*
|
|
818
|
+
* See also {@link stampCreatePolicy}.
|
|
819
|
+
*/
|
|
820
|
+
createPolicy: (input: TCreatePolicyBody) => Promise<TCreatePolicyResponse>;
|
|
821
|
+
/**
|
|
822
|
+
* Produce a `SignedRequest` from `TCreatePolicyBody` by using the client's `stamp` function.
|
|
823
|
+
*
|
|
824
|
+
* See also {@link CreatePolicy}.
|
|
825
|
+
*/
|
|
826
|
+
stampCreatePolicy: (input: TCreatePolicyBody) => Promise<TSignedRequest>;
|
|
827
|
+
/**
|
|
828
|
+
* Create a private key tag and add it to private keys.
|
|
829
|
+
*
|
|
830
|
+
* Sign the provided `TCreatePrivateKeyTagBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/create_private_key_tag).
|
|
831
|
+
*
|
|
832
|
+
* See also {@link stampCreatePrivateKeyTag}.
|
|
833
|
+
*/
|
|
834
|
+
createPrivateKeyTag: (input: TCreatePrivateKeyTagBody) => Promise<TCreatePrivateKeyTagResponse>;
|
|
835
|
+
/**
|
|
836
|
+
* Produce a `SignedRequest` from `TCreatePrivateKeyTagBody` by using the client's `stamp` function.
|
|
837
|
+
*
|
|
838
|
+
* See also {@link CreatePrivateKeyTag}.
|
|
839
|
+
*/
|
|
840
|
+
stampCreatePrivateKeyTag: (input: TCreatePrivateKeyTagBody) => Promise<TSignedRequest>;
|
|
841
|
+
/**
|
|
842
|
+
* Create new private keys.
|
|
843
|
+
*
|
|
844
|
+
* Sign the provided `TCreatePrivateKeysBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/create_private_keys).
|
|
845
|
+
*
|
|
846
|
+
* See also {@link stampCreatePrivateKeys}.
|
|
847
|
+
*/
|
|
848
|
+
createPrivateKeys: (input: TCreatePrivateKeysBody) => Promise<TCreatePrivateKeysResponse>;
|
|
849
|
+
/**
|
|
850
|
+
* Produce a `SignedRequest` from `TCreatePrivateKeysBody` by using the client's `stamp` function.
|
|
851
|
+
*
|
|
852
|
+
* See also {@link CreatePrivateKeys}.
|
|
853
|
+
*/
|
|
854
|
+
stampCreatePrivateKeys: (input: TCreatePrivateKeysBody) => Promise<TSignedRequest>;
|
|
855
|
+
/**
|
|
856
|
+
* Create a read only session for a user (valid for 1 hour).
|
|
857
|
+
*
|
|
858
|
+
* Sign the provided `TCreateReadOnlySessionBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/create_read_only_session).
|
|
859
|
+
*
|
|
860
|
+
* See also {@link stampCreateReadOnlySession}.
|
|
861
|
+
*/
|
|
862
|
+
createReadOnlySession: (input: TCreateReadOnlySessionBody) => Promise<TCreateReadOnlySessionResponse>;
|
|
863
|
+
/**
|
|
864
|
+
* Produce a `SignedRequest` from `TCreateReadOnlySessionBody` by using the client's `stamp` function.
|
|
865
|
+
*
|
|
866
|
+
* See also {@link CreateReadOnlySession}.
|
|
867
|
+
*/
|
|
868
|
+
stampCreateReadOnlySession: (input: TCreateReadOnlySessionBody) => Promise<TSignedRequest>;
|
|
869
|
+
/**
|
|
870
|
+
* Create a read write session for a user.
|
|
871
|
+
*
|
|
872
|
+
* Sign the provided `TCreateReadWriteSessionBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/create_read_write_session).
|
|
873
|
+
*
|
|
874
|
+
* See also {@link stampCreateReadWriteSession}.
|
|
875
|
+
*/
|
|
876
|
+
createReadWriteSession: (input: TCreateReadWriteSessionBody) => Promise<TCreateReadWriteSessionResponse>;
|
|
877
|
+
/**
|
|
878
|
+
* Produce a `SignedRequest` from `TCreateReadWriteSessionBody` by using the client's `stamp` function.
|
|
879
|
+
*
|
|
880
|
+
* See also {@link CreateReadWriteSession}.
|
|
881
|
+
*/
|
|
882
|
+
stampCreateReadWriteSession: (input: TCreateReadWriteSessionBody) => Promise<TSignedRequest>;
|
|
883
|
+
/**
|
|
884
|
+
* Create an ABI/IDL in JSON.
|
|
885
|
+
*
|
|
886
|
+
* Sign the provided `TCreateSmartContractInterfaceBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/create_smart_contract_interface).
|
|
887
|
+
*
|
|
888
|
+
* See also {@link stampCreateSmartContractInterface}.
|
|
889
|
+
*/
|
|
890
|
+
createSmartContractInterface: (input: TCreateSmartContractInterfaceBody) => Promise<TCreateSmartContractInterfaceResponse>;
|
|
891
|
+
/**
|
|
892
|
+
* Produce a `SignedRequest` from `TCreateSmartContractInterfaceBody` by using the client's `stamp` function.
|
|
893
|
+
*
|
|
894
|
+
* See also {@link CreateSmartContractInterface}.
|
|
895
|
+
*/
|
|
896
|
+
stampCreateSmartContractInterface: (input: TCreateSmartContractInterfaceBody) => Promise<TSignedRequest>;
|
|
897
|
+
/**
|
|
898
|
+
* Create a new sub-organization.
|
|
899
|
+
*
|
|
900
|
+
* Sign the provided `TCreateSubOrganizationBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/create_sub_organization).
|
|
901
|
+
*
|
|
902
|
+
* See also {@link stampCreateSubOrganization}.
|
|
903
|
+
*/
|
|
904
|
+
createSubOrganization: (input: TCreateSubOrganizationBody) => Promise<TCreateSubOrganizationResponse>;
|
|
905
|
+
/**
|
|
906
|
+
* Produce a `SignedRequest` from `TCreateSubOrganizationBody` by using the client's `stamp` function.
|
|
907
|
+
*
|
|
908
|
+
* See also {@link CreateSubOrganization}.
|
|
909
|
+
*/
|
|
910
|
+
stampCreateSubOrganization: (input: TCreateSubOrganizationBody) => Promise<TSignedRequest>;
|
|
911
|
+
/**
|
|
912
|
+
* Create a user tag and add it to users.
|
|
913
|
+
*
|
|
914
|
+
* Sign the provided `TCreateUserTagBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/create_user_tag).
|
|
915
|
+
*
|
|
916
|
+
* See also {@link stampCreateUserTag}.
|
|
917
|
+
*/
|
|
918
|
+
createUserTag: (input: TCreateUserTagBody) => Promise<TCreateUserTagResponse>;
|
|
919
|
+
/**
|
|
920
|
+
* Produce a `SignedRequest` from `TCreateUserTagBody` by using the client's `stamp` function.
|
|
921
|
+
*
|
|
922
|
+
* See also {@link CreateUserTag}.
|
|
923
|
+
*/
|
|
924
|
+
stampCreateUserTag: (input: TCreateUserTagBody) => Promise<TSignedRequest>;
|
|
925
|
+
/**
|
|
926
|
+
* Create users in an existing organization.
|
|
927
|
+
*
|
|
928
|
+
* Sign the provided `TCreateUsersBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/create_users).
|
|
929
|
+
*
|
|
930
|
+
* See also {@link stampCreateUsers}.
|
|
931
|
+
*/
|
|
932
|
+
createUsers: (input: TCreateUsersBody) => Promise<TCreateUsersResponse>;
|
|
933
|
+
/**
|
|
934
|
+
* Produce a `SignedRequest` from `TCreateUsersBody` by using the client's `stamp` function.
|
|
935
|
+
*
|
|
936
|
+
* See also {@link CreateUsers}.
|
|
937
|
+
*/
|
|
938
|
+
stampCreateUsers: (input: TCreateUsersBody) => Promise<TSignedRequest>;
|
|
939
|
+
/**
|
|
940
|
+
* Create a wallet and derive addresses.
|
|
941
|
+
*
|
|
942
|
+
* Sign the provided `TCreateWalletBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/create_wallet).
|
|
943
|
+
*
|
|
944
|
+
* See also {@link stampCreateWallet}.
|
|
945
|
+
*/
|
|
946
|
+
createWallet: (input: TCreateWalletBody) => Promise<TCreateWalletResponse>;
|
|
947
|
+
/**
|
|
948
|
+
* Produce a `SignedRequest` from `TCreateWalletBody` by using the client's `stamp` function.
|
|
949
|
+
*
|
|
950
|
+
* See also {@link CreateWallet}.
|
|
951
|
+
*/
|
|
952
|
+
stampCreateWallet: (input: TCreateWalletBody) => Promise<TSignedRequest>;
|
|
953
|
+
/**
|
|
954
|
+
* Derive additional addresses using an existing wallet.
|
|
955
|
+
*
|
|
956
|
+
* Sign the provided `TCreateWalletAccountsBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/create_wallet_accounts).
|
|
957
|
+
*
|
|
958
|
+
* See also {@link stampCreateWalletAccounts}.
|
|
959
|
+
*/
|
|
960
|
+
createWalletAccounts: (input: TCreateWalletAccountsBody) => Promise<TCreateWalletAccountsResponse>;
|
|
961
|
+
/**
|
|
962
|
+
* Produce a `SignedRequest` from `TCreateWalletAccountsBody` by using the client's `stamp` function.
|
|
963
|
+
*
|
|
964
|
+
* See also {@link CreateWalletAccounts}.
|
|
965
|
+
*/
|
|
966
|
+
stampCreateWalletAccounts: (input: TCreateWalletAccountsBody) => Promise<TSignedRequest>;
|
|
967
|
+
/**
|
|
968
|
+
* Create a webhook endpoint for an organization.
|
|
969
|
+
*
|
|
970
|
+
* Sign the provided `TCreateWebhookEndpointBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/create_webhook_endpoint).
|
|
971
|
+
*
|
|
972
|
+
* See also {@link stampCreateWebhookEndpoint}.
|
|
973
|
+
*/
|
|
974
|
+
createWebhookEndpoint: (input: TCreateWebhookEndpointBody) => Promise<TCreateWebhookEndpointResponse>;
|
|
975
|
+
/**
|
|
976
|
+
* Produce a `SignedRequest` from `TCreateWebhookEndpointBody` by using the client's `stamp` function.
|
|
977
|
+
*
|
|
978
|
+
* See also {@link CreateWebhookEndpoint}.
|
|
979
|
+
*/
|
|
980
|
+
stampCreateWebhookEndpoint: (input: TCreateWebhookEndpointBody) => Promise<TSignedRequest>;
|
|
981
|
+
/**
|
|
982
|
+
* Remove api keys from a user.
|
|
983
|
+
*
|
|
984
|
+
* Sign the provided `TDeleteApiKeysBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/delete_api_keys).
|
|
985
|
+
*
|
|
986
|
+
* See also {@link stampDeleteApiKeys}.
|
|
987
|
+
*/
|
|
988
|
+
deleteApiKeys: (input: TDeleteApiKeysBody) => Promise<TDeleteApiKeysResponse>;
|
|
989
|
+
/**
|
|
990
|
+
* Produce a `SignedRequest` from `TDeleteApiKeysBody` by using the client's `stamp` function.
|
|
991
|
+
*
|
|
992
|
+
* See also {@link DeleteApiKeys}.
|
|
993
|
+
*/
|
|
994
|
+
stampDeleteApiKeys: (input: TDeleteApiKeysBody) => Promise<TSignedRequest>;
|
|
995
|
+
/**
|
|
996
|
+
* Remove authenticators from a user.
|
|
997
|
+
*
|
|
998
|
+
* Sign the provided `TDeleteAuthenticatorsBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/delete_authenticators).
|
|
999
|
+
*
|
|
1000
|
+
* See also {@link stampDeleteAuthenticators}.
|
|
1001
|
+
*/
|
|
1002
|
+
deleteAuthenticators: (input: TDeleteAuthenticatorsBody) => Promise<TDeleteAuthenticatorsResponse>;
|
|
1003
|
+
/**
|
|
1004
|
+
* Produce a `SignedRequest` from `TDeleteAuthenticatorsBody` by using the client's `stamp` function.
|
|
1005
|
+
*
|
|
1006
|
+
* See also {@link DeleteAuthenticators}.
|
|
1007
|
+
*/
|
|
1008
|
+
stampDeleteAuthenticators: (input: TDeleteAuthenticatorsBody) => Promise<TSignedRequest>;
|
|
1009
|
+
/**
|
|
1010
|
+
* Delete a fiat on ramp provider credential
|
|
1011
|
+
*
|
|
1012
|
+
* Sign the provided `TDeleteFiatOnRampCredentialBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/delete_fiat_on_ramp_credential).
|
|
1013
|
+
*
|
|
1014
|
+
* See also {@link stampDeleteFiatOnRampCredential}.
|
|
1015
|
+
*/
|
|
1016
|
+
deleteFiatOnRampCredential: (input: TDeleteFiatOnRampCredentialBody) => Promise<TDeleteFiatOnRampCredentialResponse>;
|
|
1017
|
+
/**
|
|
1018
|
+
* Produce a `SignedRequest` from `TDeleteFiatOnRampCredentialBody` by using the client's `stamp` function.
|
|
1019
|
+
*
|
|
1020
|
+
* See also {@link DeleteFiatOnRampCredential}.
|
|
1021
|
+
*/
|
|
1022
|
+
stampDeleteFiatOnRampCredential: (input: TDeleteFiatOnRampCredentialBody) => Promise<TSignedRequest>;
|
|
1023
|
+
/**
|
|
1024
|
+
* Delete an existing invitation.
|
|
1025
|
+
*
|
|
1026
|
+
* Sign the provided `TDeleteInvitationBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/delete_invitation).
|
|
1027
|
+
*
|
|
1028
|
+
* See also {@link stampDeleteInvitation}.
|
|
1029
|
+
*/
|
|
1030
|
+
deleteInvitation: (input: TDeleteInvitationBody) => Promise<TDeleteInvitationResponse>;
|
|
1031
|
+
/**
|
|
1032
|
+
* Produce a `SignedRequest` from `TDeleteInvitationBody` by using the client's `stamp` function.
|
|
1033
|
+
*
|
|
1034
|
+
* See also {@link DeleteInvitation}.
|
|
1035
|
+
*/
|
|
1036
|
+
stampDeleteInvitation: (input: TDeleteInvitationBody) => Promise<TSignedRequest>;
|
|
1037
|
+
/**
|
|
1038
|
+
* Disable authentication for end users with an OAuth 2.0 provider
|
|
1039
|
+
*
|
|
1040
|
+
* Sign the provided `TDeleteOauth2CredentialBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/delete_oauth2_credential).
|
|
1041
|
+
*
|
|
1042
|
+
* See also {@link stampDeleteOauth2Credential}.
|
|
1043
|
+
*/
|
|
1044
|
+
deleteOauth2Credential: (input: TDeleteOauth2CredentialBody) => Promise<TDeleteOauth2CredentialResponse>;
|
|
1045
|
+
/**
|
|
1046
|
+
* Produce a `SignedRequest` from `TDeleteOauth2CredentialBody` by using the client's `stamp` function.
|
|
1047
|
+
*
|
|
1048
|
+
* See also {@link DeleteOauth2Credential}.
|
|
1049
|
+
*/
|
|
1050
|
+
stampDeleteOauth2Credential: (input: TDeleteOauth2CredentialBody) => Promise<TSignedRequest>;
|
|
1051
|
+
/**
|
|
1052
|
+
* Remove Oauth providers for a specified user.
|
|
1053
|
+
*
|
|
1054
|
+
* Sign the provided `TDeleteOauthProvidersBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/delete_oauth_providers).
|
|
1055
|
+
*
|
|
1056
|
+
* See also {@link stampDeleteOauthProviders}.
|
|
1057
|
+
*/
|
|
1058
|
+
deleteOauthProviders: (input: TDeleteOauthProvidersBody) => Promise<TDeleteOauthProvidersResponse>;
|
|
1059
|
+
/**
|
|
1060
|
+
* Produce a `SignedRequest` from `TDeleteOauthProvidersBody` by using the client's `stamp` function.
|
|
1061
|
+
*
|
|
1062
|
+
* See also {@link DeleteOauthProviders}.
|
|
1063
|
+
*/
|
|
1064
|
+
stampDeleteOauthProviders: (input: TDeleteOauthProvidersBody) => Promise<TSignedRequest>;
|
|
1065
|
+
/**
|
|
1066
|
+
* Delete existing policies.
|
|
1067
|
+
*
|
|
1068
|
+
* Sign the provided `TDeletePoliciesBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/delete_policies).
|
|
1069
|
+
*
|
|
1070
|
+
* See also {@link stampDeletePolicies}.
|
|
1071
|
+
*/
|
|
1072
|
+
deletePolicies: (input: TDeletePoliciesBody) => Promise<TDeletePoliciesResponse>;
|
|
1073
|
+
/**
|
|
1074
|
+
* Produce a `SignedRequest` from `TDeletePoliciesBody` by using the client's `stamp` function.
|
|
1075
|
+
*
|
|
1076
|
+
* See also {@link DeletePolicies}.
|
|
1077
|
+
*/
|
|
1078
|
+
stampDeletePolicies: (input: TDeletePoliciesBody) => Promise<TSignedRequest>;
|
|
1079
|
+
/**
|
|
1080
|
+
* Delete an existing policy.
|
|
1081
|
+
*
|
|
1082
|
+
* Sign the provided `TDeletePolicyBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/delete_policy).
|
|
1083
|
+
*
|
|
1084
|
+
* See also {@link stampDeletePolicy}.
|
|
1085
|
+
*/
|
|
1086
|
+
deletePolicy: (input: TDeletePolicyBody) => Promise<TDeletePolicyResponse>;
|
|
1087
|
+
/**
|
|
1088
|
+
* Produce a `SignedRequest` from `TDeletePolicyBody` by using the client's `stamp` function.
|
|
1089
|
+
*
|
|
1090
|
+
* See also {@link DeletePolicy}.
|
|
1091
|
+
*/
|
|
1092
|
+
stampDeletePolicy: (input: TDeletePolicyBody) => Promise<TSignedRequest>;
|
|
1093
|
+
/**
|
|
1094
|
+
* Delete private key tags within an organization.
|
|
1095
|
+
*
|
|
1096
|
+
* Sign the provided `TDeletePrivateKeyTagsBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/delete_private_key_tags).
|
|
1097
|
+
*
|
|
1098
|
+
* See also {@link stampDeletePrivateKeyTags}.
|
|
1099
|
+
*/
|
|
1100
|
+
deletePrivateKeyTags: (input: TDeletePrivateKeyTagsBody) => Promise<TDeletePrivateKeyTagsResponse>;
|
|
1101
|
+
/**
|
|
1102
|
+
* Produce a `SignedRequest` from `TDeletePrivateKeyTagsBody` by using the client's `stamp` function.
|
|
1103
|
+
*
|
|
1104
|
+
* See also {@link DeletePrivateKeyTags}.
|
|
1105
|
+
*/
|
|
1106
|
+
stampDeletePrivateKeyTags: (input: TDeletePrivateKeyTagsBody) => Promise<TSignedRequest>;
|
|
1107
|
+
/**
|
|
1108
|
+
* Delete private keys for an organization.
|
|
1109
|
+
*
|
|
1110
|
+
* Sign the provided `TDeletePrivateKeysBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/delete_private_keys).
|
|
1111
|
+
*
|
|
1112
|
+
* See also {@link stampDeletePrivateKeys}.
|
|
1113
|
+
*/
|
|
1114
|
+
deletePrivateKeys: (input: TDeletePrivateKeysBody) => Promise<TDeletePrivateKeysResponse>;
|
|
1115
|
+
/**
|
|
1116
|
+
* Produce a `SignedRequest` from `TDeletePrivateKeysBody` by using the client's `stamp` function.
|
|
1117
|
+
*
|
|
1118
|
+
* See also {@link DeletePrivateKeys}.
|
|
1119
|
+
*/
|
|
1120
|
+
stampDeletePrivateKeys: (input: TDeletePrivateKeysBody) => Promise<TSignedRequest>;
|
|
1121
|
+
/**
|
|
1122
|
+
* Delete a smart contract interface.
|
|
1123
|
+
*
|
|
1124
|
+
* Sign the provided `TDeleteSmartContractInterfaceBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/delete_smart_contract_interface).
|
|
1125
|
+
*
|
|
1126
|
+
* See also {@link stampDeleteSmartContractInterface}.
|
|
1127
|
+
*/
|
|
1128
|
+
deleteSmartContractInterface: (input: TDeleteSmartContractInterfaceBody) => Promise<TDeleteSmartContractInterfaceResponse>;
|
|
1129
|
+
/**
|
|
1130
|
+
* Produce a `SignedRequest` from `TDeleteSmartContractInterfaceBody` by using the client's `stamp` function.
|
|
1131
|
+
*
|
|
1132
|
+
* See also {@link DeleteSmartContractInterface}.
|
|
1133
|
+
*/
|
|
1134
|
+
stampDeleteSmartContractInterface: (input: TDeleteSmartContractInterfaceBody) => Promise<TSignedRequest>;
|
|
1135
|
+
/**
|
|
1136
|
+
* Delete a sub-organization.
|
|
1137
|
+
*
|
|
1138
|
+
* Sign the provided `TDeleteSubOrganizationBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/delete_sub_organization).
|
|
1139
|
+
*
|
|
1140
|
+
* See also {@link stampDeleteSubOrganization}.
|
|
1141
|
+
*/
|
|
1142
|
+
deleteSubOrganization: (input: TDeleteSubOrganizationBody) => Promise<TDeleteSubOrganizationResponse>;
|
|
1143
|
+
/**
|
|
1144
|
+
* Produce a `SignedRequest` from `TDeleteSubOrganizationBody` by using the client's `stamp` function.
|
|
1145
|
+
*
|
|
1146
|
+
* See also {@link DeleteSubOrganization}.
|
|
1147
|
+
*/
|
|
1148
|
+
stampDeleteSubOrganization: (input: TDeleteSubOrganizationBody) => Promise<TSignedRequest>;
|
|
1149
|
+
/**
|
|
1150
|
+
* Delete user tags within an organization.
|
|
1151
|
+
*
|
|
1152
|
+
* Sign the provided `TDeleteUserTagsBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/delete_user_tags).
|
|
1153
|
+
*
|
|
1154
|
+
* See also {@link stampDeleteUserTags}.
|
|
1155
|
+
*/
|
|
1156
|
+
deleteUserTags: (input: TDeleteUserTagsBody) => Promise<TDeleteUserTagsResponse>;
|
|
1157
|
+
/**
|
|
1158
|
+
* Produce a `SignedRequest` from `TDeleteUserTagsBody` by using the client's `stamp` function.
|
|
1159
|
+
*
|
|
1160
|
+
* See also {@link DeleteUserTags}.
|
|
1161
|
+
*/
|
|
1162
|
+
stampDeleteUserTags: (input: TDeleteUserTagsBody) => Promise<TSignedRequest>;
|
|
1163
|
+
/**
|
|
1164
|
+
* Delete users within an organization.
|
|
1165
|
+
*
|
|
1166
|
+
* Sign the provided `TDeleteUsersBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/delete_users).
|
|
1167
|
+
*
|
|
1168
|
+
* See also {@link stampDeleteUsers}.
|
|
1169
|
+
*/
|
|
1170
|
+
deleteUsers: (input: TDeleteUsersBody) => Promise<TDeleteUsersResponse>;
|
|
1171
|
+
/**
|
|
1172
|
+
* Produce a `SignedRequest` from `TDeleteUsersBody` by using the client's `stamp` function.
|
|
1173
|
+
*
|
|
1174
|
+
* See also {@link DeleteUsers}.
|
|
1175
|
+
*/
|
|
1176
|
+
stampDeleteUsers: (input: TDeleteUsersBody) => Promise<TSignedRequest>;
|
|
1177
|
+
/**
|
|
1178
|
+
* Delete wallet accounts for an organization.
|
|
1179
|
+
*
|
|
1180
|
+
* Sign the provided `TDeleteWalletAccountsBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/delete_wallet_accounts).
|
|
1181
|
+
*
|
|
1182
|
+
* See also {@link stampDeleteWalletAccounts}.
|
|
1183
|
+
*/
|
|
1184
|
+
deleteWalletAccounts: (input: TDeleteWalletAccountsBody) => Promise<TDeleteWalletAccountsResponse>;
|
|
1185
|
+
/**
|
|
1186
|
+
* Produce a `SignedRequest` from `TDeleteWalletAccountsBody` by using the client's `stamp` function.
|
|
1187
|
+
*
|
|
1188
|
+
* See also {@link DeleteWalletAccounts}.
|
|
1189
|
+
*/
|
|
1190
|
+
stampDeleteWalletAccounts: (input: TDeleteWalletAccountsBody) => Promise<TSignedRequest>;
|
|
1191
|
+
/**
|
|
1192
|
+
* Delete wallets for an organization.
|
|
1193
|
+
*
|
|
1194
|
+
* Sign the provided `TDeleteWalletsBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/delete_wallets).
|
|
1195
|
+
*
|
|
1196
|
+
* See also {@link stampDeleteWallets}.
|
|
1197
|
+
*/
|
|
1198
|
+
deleteWallets: (input: TDeleteWalletsBody) => Promise<TDeleteWalletsResponse>;
|
|
1199
|
+
/**
|
|
1200
|
+
* Produce a `SignedRequest` from `TDeleteWalletsBody` by using the client's `stamp` function.
|
|
1201
|
+
*
|
|
1202
|
+
* See also {@link DeleteWallets}.
|
|
1203
|
+
*/
|
|
1204
|
+
stampDeleteWallets: (input: TDeleteWalletsBody) => Promise<TSignedRequest>;
|
|
1205
|
+
/**
|
|
1206
|
+
* Delete a webhook endpoint for an organization.
|
|
1207
|
+
*
|
|
1208
|
+
* Sign the provided `TDeleteWebhookEndpointBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/delete_webhook_endpoint).
|
|
1209
|
+
*
|
|
1210
|
+
* See also {@link stampDeleteWebhookEndpoint}.
|
|
1211
|
+
*/
|
|
1212
|
+
deleteWebhookEndpoint: (input: TDeleteWebhookEndpointBody) => Promise<TDeleteWebhookEndpointResponse>;
|
|
1213
|
+
/**
|
|
1214
|
+
* Produce a `SignedRequest` from `TDeleteWebhookEndpointBody` by using the client's `stamp` function.
|
|
1215
|
+
*
|
|
1216
|
+
* See also {@link DeleteWebhookEndpoint}.
|
|
1217
|
+
*/
|
|
1218
|
+
stampDeleteWebhookEndpoint: (input: TDeleteWebhookEndpointBody) => Promise<TSignedRequest>;
|
|
1219
|
+
/**
|
|
1220
|
+
* Authenticate a user via email.
|
|
1221
|
+
*
|
|
1222
|
+
* Sign the provided `TEmailAuthBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/email_auth).
|
|
1223
|
+
*
|
|
1224
|
+
* See also {@link stampEmailAuth}.
|
|
1225
|
+
*/
|
|
1226
|
+
emailAuth: (input: TEmailAuthBody) => Promise<TEmailAuthResponse>;
|
|
1227
|
+
/**
|
|
1228
|
+
* Produce a `SignedRequest` from `TEmailAuthBody` by using the client's `stamp` function.
|
|
1229
|
+
*
|
|
1230
|
+
* See also {@link EmailAuth}.
|
|
1231
|
+
*/
|
|
1232
|
+
stampEmailAuth: (input: TEmailAuthBody) => Promise<TSignedRequest>;
|
|
1233
|
+
/**
|
|
1234
|
+
* Submit a transaction intent describing an EVM transaction you would like to broadcast.
|
|
1235
|
+
*
|
|
1236
|
+
* Sign the provided `TEthSendTransactionBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/eth_send_transaction).
|
|
1237
|
+
*
|
|
1238
|
+
* See also {@link stampEthSendTransaction}.
|
|
1239
|
+
*/
|
|
1240
|
+
ethSendTransaction: (input: TEthSendTransactionBody) => Promise<TEthSendTransactionResponse>;
|
|
1241
|
+
/**
|
|
1242
|
+
* Produce a `SignedRequest` from `TEthSendTransactionBody` by using the client's `stamp` function.
|
|
1243
|
+
*
|
|
1244
|
+
* See also {@link EthSendTransaction}.
|
|
1245
|
+
*/
|
|
1246
|
+
stampEthSendTransaction: (input: TEthSendTransactionBody) => Promise<TSignedRequest>;
|
|
1247
|
+
/**
|
|
1248
|
+
* Export a private key.
|
|
1249
|
+
*
|
|
1250
|
+
* Sign the provided `TExportPrivateKeyBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/export_private_key).
|
|
1251
|
+
*
|
|
1252
|
+
* See also {@link stampExportPrivateKey}.
|
|
1253
|
+
*/
|
|
1254
|
+
exportPrivateKey: (input: TExportPrivateKeyBody) => Promise<TExportPrivateKeyResponse>;
|
|
1255
|
+
/**
|
|
1256
|
+
* Produce a `SignedRequest` from `TExportPrivateKeyBody` by using the client's `stamp` function.
|
|
1257
|
+
*
|
|
1258
|
+
* See also {@link ExportPrivateKey}.
|
|
1259
|
+
*/
|
|
1260
|
+
stampExportPrivateKey: (input: TExportPrivateKeyBody) => Promise<TSignedRequest>;
|
|
1261
|
+
/**
|
|
1262
|
+
* Export a wallet.
|
|
1263
|
+
*
|
|
1264
|
+
* Sign the provided `TExportWalletBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/export_wallet).
|
|
1265
|
+
*
|
|
1266
|
+
* See also {@link stampExportWallet}.
|
|
1267
|
+
*/
|
|
1268
|
+
exportWallet: (input: TExportWalletBody) => Promise<TExportWalletResponse>;
|
|
1269
|
+
/**
|
|
1270
|
+
* Produce a `SignedRequest` from `TExportWalletBody` by using the client's `stamp` function.
|
|
1271
|
+
*
|
|
1272
|
+
* See also {@link ExportWallet}.
|
|
1273
|
+
*/
|
|
1274
|
+
stampExportWallet: (input: TExportWalletBody) => Promise<TSignedRequest>;
|
|
1275
|
+
/**
|
|
1276
|
+
* Export a wallet account.
|
|
1277
|
+
*
|
|
1278
|
+
* Sign the provided `TExportWalletAccountBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/export_wallet_account).
|
|
1279
|
+
*
|
|
1280
|
+
* See also {@link stampExportWalletAccount}.
|
|
1281
|
+
*/
|
|
1282
|
+
exportWalletAccount: (input: TExportWalletAccountBody) => Promise<TExportWalletAccountResponse>;
|
|
1283
|
+
/**
|
|
1284
|
+
* Produce a `SignedRequest` from `TExportWalletAccountBody` by using the client's `stamp` function.
|
|
1285
|
+
*
|
|
1286
|
+
* See also {@link ExportWalletAccount}.
|
|
1287
|
+
*/
|
|
1288
|
+
stampExportWalletAccount: (input: TExportWalletAccountBody) => Promise<TSignedRequest>;
|
|
1289
|
+
/**
|
|
1290
|
+
* Import a private key.
|
|
1291
|
+
*
|
|
1292
|
+
* Sign the provided `TImportPrivateKeyBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/import_private_key).
|
|
1293
|
+
*
|
|
1294
|
+
* See also {@link stampImportPrivateKey}.
|
|
1295
|
+
*/
|
|
1296
|
+
importPrivateKey: (input: TImportPrivateKeyBody) => Promise<TImportPrivateKeyResponse>;
|
|
1297
|
+
/**
|
|
1298
|
+
* Produce a `SignedRequest` from `TImportPrivateKeyBody` by using the client's `stamp` function.
|
|
1299
|
+
*
|
|
1300
|
+
* See also {@link ImportPrivateKey}.
|
|
1301
|
+
*/
|
|
1302
|
+
stampImportPrivateKey: (input: TImportPrivateKeyBody) => Promise<TSignedRequest>;
|
|
1303
|
+
/**
|
|
1304
|
+
* Import a wallet.
|
|
1305
|
+
*
|
|
1306
|
+
* Sign the provided `TImportWalletBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/import_wallet).
|
|
1307
|
+
*
|
|
1308
|
+
* See also {@link stampImportWallet}.
|
|
1309
|
+
*/
|
|
1310
|
+
importWallet: (input: TImportWalletBody) => Promise<TImportWalletResponse>;
|
|
1311
|
+
/**
|
|
1312
|
+
* Produce a `SignedRequest` from `TImportWalletBody` by using the client's `stamp` function.
|
|
1313
|
+
*
|
|
1314
|
+
* See also {@link ImportWallet}.
|
|
1315
|
+
*/
|
|
1316
|
+
stampImportWallet: (input: TImportWalletBody) => Promise<TSignedRequest>;
|
|
1317
|
+
/**
|
|
1318
|
+
* Initiate a fiat on ramp flow.
|
|
1319
|
+
*
|
|
1320
|
+
* Sign the provided `TInitFiatOnRampBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/init_fiat_on_ramp).
|
|
1321
|
+
*
|
|
1322
|
+
* See also {@link stampInitFiatOnRamp}.
|
|
1323
|
+
*/
|
|
1324
|
+
initFiatOnRamp: (input: TInitFiatOnRampBody) => Promise<TInitFiatOnRampResponse>;
|
|
1325
|
+
/**
|
|
1326
|
+
* Produce a `SignedRequest` from `TInitFiatOnRampBody` by using the client's `stamp` function.
|
|
1327
|
+
*
|
|
1328
|
+
* See also {@link InitFiatOnRamp}.
|
|
1329
|
+
*/
|
|
1330
|
+
stampInitFiatOnRamp: (input: TInitFiatOnRampBody) => Promise<TSignedRequest>;
|
|
1331
|
+
/**
|
|
1332
|
+
* Initialize a new private key import.
|
|
1333
|
+
*
|
|
1334
|
+
* Sign the provided `TInitImportPrivateKeyBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/init_import_private_key).
|
|
1335
|
+
*
|
|
1336
|
+
* See also {@link stampInitImportPrivateKey}.
|
|
1337
|
+
*/
|
|
1338
|
+
initImportPrivateKey: (input: TInitImportPrivateKeyBody) => Promise<TInitImportPrivateKeyResponse>;
|
|
1339
|
+
/**
|
|
1340
|
+
* Produce a `SignedRequest` from `TInitImportPrivateKeyBody` by using the client's `stamp` function.
|
|
1341
|
+
*
|
|
1342
|
+
* See also {@link InitImportPrivateKey}.
|
|
1343
|
+
*/
|
|
1344
|
+
stampInitImportPrivateKey: (input: TInitImportPrivateKeyBody) => Promise<TSignedRequest>;
|
|
1345
|
+
/**
|
|
1346
|
+
* Initialize a new wallet import.
|
|
1347
|
+
*
|
|
1348
|
+
* Sign the provided `TInitImportWalletBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/init_import_wallet).
|
|
1349
|
+
*
|
|
1350
|
+
* See also {@link stampInitImportWallet}.
|
|
1351
|
+
*/
|
|
1352
|
+
initImportWallet: (input: TInitImportWalletBody) => Promise<TInitImportWalletResponse>;
|
|
1353
|
+
/**
|
|
1354
|
+
* Produce a `SignedRequest` from `TInitImportWalletBody` by using the client's `stamp` function.
|
|
1355
|
+
*
|
|
1356
|
+
* See also {@link InitImportWallet}.
|
|
1357
|
+
*/
|
|
1358
|
+
stampInitImportWallet: (input: TInitImportWalletBody) => Promise<TSignedRequest>;
|
|
1359
|
+
/**
|
|
1360
|
+
* Initiate a generic OTP activity.
|
|
1361
|
+
*
|
|
1362
|
+
* Sign the provided `TInitOtpBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/init_otp).
|
|
1363
|
+
*
|
|
1364
|
+
* See also {@link stampInitOtp}.
|
|
1365
|
+
*/
|
|
1366
|
+
initOtp: (input: TInitOtpBody) => Promise<TInitOtpResponse>;
|
|
1367
|
+
/**
|
|
1368
|
+
* Produce a `SignedRequest` from `TInitOtpBody` by using the client's `stamp` function.
|
|
1369
|
+
*
|
|
1370
|
+
* See also {@link InitOtp}.
|
|
1371
|
+
*/
|
|
1372
|
+
stampInitOtp: (input: TInitOtpBody) => Promise<TSignedRequest>;
|
|
1373
|
+
/**
|
|
1374
|
+
* Initiate an OTP auth activity.
|
|
1375
|
+
*
|
|
1376
|
+
* Sign the provided `TInitOtpAuthBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/init_otp_auth).
|
|
1377
|
+
*
|
|
1378
|
+
* See also {@link stampInitOtpAuth}.
|
|
1379
|
+
*/
|
|
1380
|
+
initOtpAuth: (input: TInitOtpAuthBody) => Promise<TInitOtpAuthResponse>;
|
|
1381
|
+
/**
|
|
1382
|
+
* Produce a `SignedRequest` from `TInitOtpAuthBody` by using the client's `stamp` function.
|
|
1383
|
+
*
|
|
1384
|
+
* See also {@link InitOtpAuth}.
|
|
1385
|
+
*/
|
|
1386
|
+
stampInitOtpAuth: (input: TInitOtpAuthBody) => Promise<TSignedRequest>;
|
|
1387
|
+
/**
|
|
1388
|
+
* Initialize a new email recovery.
|
|
1389
|
+
*
|
|
1390
|
+
* Sign the provided `TInitUserEmailRecoveryBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/init_user_email_recovery).
|
|
1391
|
+
*
|
|
1392
|
+
* See also {@link stampInitUserEmailRecovery}.
|
|
1393
|
+
*/
|
|
1394
|
+
initUserEmailRecovery: (input: TInitUserEmailRecoveryBody) => Promise<TInitUserEmailRecoveryResponse>;
|
|
1395
|
+
/**
|
|
1396
|
+
* Produce a `SignedRequest` from `TInitUserEmailRecoveryBody` by using the client's `stamp` function.
|
|
1397
|
+
*
|
|
1398
|
+
* See also {@link InitUserEmailRecovery}.
|
|
1399
|
+
*/
|
|
1400
|
+
stampInitUserEmailRecovery: (input: TInitUserEmailRecoveryBody) => Promise<TSignedRequest>;
|
|
1401
|
+
/**
|
|
1402
|
+
* Authenticate a user with an OIDC token (Oauth).
|
|
1403
|
+
*
|
|
1404
|
+
* Sign the provided `TOauthBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/oauth).
|
|
1405
|
+
*
|
|
1406
|
+
* See also {@link stampOauth}.
|
|
1407
|
+
*/
|
|
1408
|
+
oauth: (input: TOauthBody) => Promise<TOauthResponse>;
|
|
1409
|
+
/**
|
|
1410
|
+
* Produce a `SignedRequest` from `TOauthBody` by using the client's `stamp` function.
|
|
1411
|
+
*
|
|
1412
|
+
* See also {@link Oauth}.
|
|
1413
|
+
*/
|
|
1414
|
+
stampOauth: (input: TOauthBody) => Promise<TSignedRequest>;
|
|
1415
|
+
/**
|
|
1416
|
+
* Authenticate a user with an OAuth 2.0 provider and receive an OIDC token to use with the LoginWithOAuth or CreateSubOrganization activities
|
|
1417
|
+
*
|
|
1418
|
+
* Sign the provided `TOauth2AuthenticateBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/oauth2_authenticate).
|
|
1419
|
+
*
|
|
1420
|
+
* See also {@link stampOauth2Authenticate}.
|
|
1421
|
+
*/
|
|
1422
|
+
oauth2Authenticate: (input: TOauth2AuthenticateBody) => Promise<TOauth2AuthenticateResponse>;
|
|
1423
|
+
/**
|
|
1424
|
+
* Produce a `SignedRequest` from `TOauth2AuthenticateBody` by using the client's `stamp` function.
|
|
1425
|
+
*
|
|
1426
|
+
* See also {@link Oauth2Authenticate}.
|
|
1427
|
+
*/
|
|
1428
|
+
stampOauth2Authenticate: (input: TOauth2AuthenticateBody) => Promise<TSignedRequest>;
|
|
1429
|
+
/**
|
|
1430
|
+
* Create an Oauth session for a user.
|
|
1431
|
+
*
|
|
1432
|
+
* Sign the provided `TOauthLoginBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/oauth_login).
|
|
1433
|
+
*
|
|
1434
|
+
* See also {@link stampOauthLogin}.
|
|
1435
|
+
*/
|
|
1436
|
+
oauthLogin: (input: TOauthLoginBody) => Promise<TOauthLoginResponse>;
|
|
1437
|
+
/**
|
|
1438
|
+
* Produce a `SignedRequest` from `TOauthLoginBody` by using the client's `stamp` function.
|
|
1439
|
+
*
|
|
1440
|
+
* See also {@link OauthLogin}.
|
|
1441
|
+
*/
|
|
1442
|
+
stampOauthLogin: (input: TOauthLoginBody) => Promise<TSignedRequest>;
|
|
1443
|
+
/**
|
|
1444
|
+
* Authenticate a user with an OTP code sent via email or SMS.
|
|
1445
|
+
*
|
|
1446
|
+
* Sign the provided `TOtpAuthBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/otp_auth).
|
|
1447
|
+
*
|
|
1448
|
+
* See also {@link stampOtpAuth}.
|
|
1449
|
+
*/
|
|
1450
|
+
otpAuth: (input: TOtpAuthBody) => Promise<TOtpAuthResponse>;
|
|
1451
|
+
/**
|
|
1452
|
+
* Produce a `SignedRequest` from `TOtpAuthBody` by using the client's `stamp` function.
|
|
1453
|
+
*
|
|
1454
|
+
* See also {@link OtpAuth}.
|
|
1455
|
+
*/
|
|
1456
|
+
stampOtpAuth: (input: TOtpAuthBody) => Promise<TSignedRequest>;
|
|
1457
|
+
/**
|
|
1458
|
+
* Create an OTP session for a user.
|
|
1459
|
+
*
|
|
1460
|
+
* Sign the provided `TOtpLoginBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/otp_login).
|
|
1461
|
+
*
|
|
1462
|
+
* See also {@link stampOtpLogin}.
|
|
1463
|
+
*/
|
|
1464
|
+
otpLogin: (input: TOtpLoginBody) => Promise<TOtpLoginResponse>;
|
|
1465
|
+
/**
|
|
1466
|
+
* Produce a `SignedRequest` from `TOtpLoginBody` by using the client's `stamp` function.
|
|
1467
|
+
*
|
|
1468
|
+
* See also {@link OtpLogin}.
|
|
1469
|
+
*/
|
|
1470
|
+
stampOtpLogin: (input: TOtpLoginBody) => Promise<TSignedRequest>;
|
|
1471
|
+
/**
|
|
1472
|
+
* Complete the process of recovering a user by adding an authenticator.
|
|
1473
|
+
*
|
|
1474
|
+
* Sign the provided `TRecoverUserBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/recover_user).
|
|
1475
|
+
*
|
|
1476
|
+
* See also {@link stampRecoverUser}.
|
|
1477
|
+
*/
|
|
1478
|
+
recoverUser: (input: TRecoverUserBody) => Promise<TRecoverUserResponse>;
|
|
1479
|
+
/**
|
|
1480
|
+
* Produce a `SignedRequest` from `TRecoverUserBody` by using the client's `stamp` function.
|
|
1481
|
+
*
|
|
1482
|
+
* See also {@link RecoverUser}.
|
|
1483
|
+
*/
|
|
1484
|
+
stampRecoverUser: (input: TRecoverUserBody) => Promise<TSignedRequest>;
|
|
1485
|
+
/**
|
|
1486
|
+
* Reject an activity.
|
|
1487
|
+
*
|
|
1488
|
+
* Sign the provided `TRejectActivityBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/reject_activity).
|
|
1489
|
+
*
|
|
1490
|
+
* See also {@link stampRejectActivity}.
|
|
1491
|
+
*/
|
|
1492
|
+
rejectActivity: (input: TRejectActivityBody) => Promise<TRejectActivityResponse>;
|
|
1493
|
+
/**
|
|
1494
|
+
* Produce a `SignedRequest` from `TRejectActivityBody` by using the client's `stamp` function.
|
|
1495
|
+
*
|
|
1496
|
+
* See also {@link RejectActivity}.
|
|
1497
|
+
*/
|
|
1498
|
+
stampRejectActivity: (input: TRejectActivityBody) => Promise<TSignedRequest>;
|
|
1499
|
+
/**
|
|
1500
|
+
* Remove an organization feature. This activity must be approved by the current root quorum.
|
|
1501
|
+
*
|
|
1502
|
+
* Sign the provided `TRemoveOrganizationFeatureBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/remove_organization_feature).
|
|
1503
|
+
*
|
|
1504
|
+
* See also {@link stampRemoveOrganizationFeature}.
|
|
1505
|
+
*/
|
|
1506
|
+
removeOrganizationFeature: (input: TRemoveOrganizationFeatureBody) => Promise<TRemoveOrganizationFeatureResponse>;
|
|
1507
|
+
/**
|
|
1508
|
+
* Produce a `SignedRequest` from `TRemoveOrganizationFeatureBody` by using the client's `stamp` function.
|
|
1509
|
+
*
|
|
1510
|
+
* See also {@link RemoveOrganizationFeature}.
|
|
1511
|
+
*/
|
|
1512
|
+
stampRemoveOrganizationFeature: (input: TRemoveOrganizationFeatureBody) => Promise<TSignedRequest>;
|
|
1513
|
+
/**
|
|
1514
|
+
* Set an organization feature. This activity must be approved by the current root quorum.
|
|
1515
|
+
*
|
|
1516
|
+
* Sign the provided `TSetOrganizationFeatureBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/set_organization_feature).
|
|
1517
|
+
*
|
|
1518
|
+
* See also {@link stampSetOrganizationFeature}.
|
|
1519
|
+
*/
|
|
1520
|
+
setOrganizationFeature: (input: TSetOrganizationFeatureBody) => Promise<TSetOrganizationFeatureResponse>;
|
|
1521
|
+
/**
|
|
1522
|
+
* Produce a `SignedRequest` from `TSetOrganizationFeatureBody` by using the client's `stamp` function.
|
|
1523
|
+
*
|
|
1524
|
+
* See also {@link SetOrganizationFeature}.
|
|
1525
|
+
*/
|
|
1526
|
+
stampSetOrganizationFeature: (input: TSetOrganizationFeatureBody) => Promise<TSignedRequest>;
|
|
1527
|
+
/**
|
|
1528
|
+
* Sign a raw payload.
|
|
1529
|
+
*
|
|
1530
|
+
* Sign the provided `TSignRawPayloadBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/sign_raw_payload).
|
|
1531
|
+
*
|
|
1532
|
+
* See also {@link stampSignRawPayload}.
|
|
1533
|
+
*/
|
|
1534
|
+
signRawPayload: (input: TSignRawPayloadBody) => Promise<TSignRawPayloadResponse>;
|
|
1535
|
+
/**
|
|
1536
|
+
* Produce a `SignedRequest` from `TSignRawPayloadBody` by using the client's `stamp` function.
|
|
1537
|
+
*
|
|
1538
|
+
* See also {@link SignRawPayload}.
|
|
1539
|
+
*/
|
|
1540
|
+
stampSignRawPayload: (input: TSignRawPayloadBody) => Promise<TSignedRequest>;
|
|
1541
|
+
/**
|
|
1542
|
+
* Sign multiple raw payloads with the same signing parameters.
|
|
1543
|
+
*
|
|
1544
|
+
* Sign the provided `TSignRawPayloadsBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/sign_raw_payloads).
|
|
1545
|
+
*
|
|
1546
|
+
* See also {@link stampSignRawPayloads}.
|
|
1547
|
+
*/
|
|
1548
|
+
signRawPayloads: (input: TSignRawPayloadsBody) => Promise<TSignRawPayloadsResponse>;
|
|
1549
|
+
/**
|
|
1550
|
+
* Produce a `SignedRequest` from `TSignRawPayloadsBody` by using the client's `stamp` function.
|
|
1551
|
+
*
|
|
1552
|
+
* See also {@link SignRawPayloads}.
|
|
1553
|
+
*/
|
|
1554
|
+
stampSignRawPayloads: (input: TSignRawPayloadsBody) => Promise<TSignedRequest>;
|
|
1555
|
+
/**
|
|
1556
|
+
* Sign a transaction.
|
|
1557
|
+
*
|
|
1558
|
+
* Sign the provided `TSignTransactionBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/sign_transaction).
|
|
1559
|
+
*
|
|
1560
|
+
* See also {@link stampSignTransaction}.
|
|
1561
|
+
*/
|
|
1562
|
+
signTransaction: (input: TSignTransactionBody) => Promise<TSignTransactionResponse>;
|
|
1563
|
+
/**
|
|
1564
|
+
* Produce a `SignedRequest` from `TSignTransactionBody` by using the client's `stamp` function.
|
|
1565
|
+
*
|
|
1566
|
+
* See also {@link SignTransaction}.
|
|
1567
|
+
*/
|
|
1568
|
+
stampSignTransaction: (input: TSignTransactionBody) => Promise<TSignedRequest>;
|
|
1569
|
+
/**
|
|
1570
|
+
* Submit a transaction intent describing an SVM transaction you would like to broadcast.
|
|
1571
|
+
*
|
|
1572
|
+
* Sign the provided `TSolSendTransactionBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/sol_send_transaction).
|
|
1573
|
+
*
|
|
1574
|
+
* See also {@link stampSolSendTransaction}.
|
|
1575
|
+
*/
|
|
1576
|
+
solSendTransaction: (input: TSolSendTransactionBody) => Promise<TSolSendTransactionResponse>;
|
|
1577
|
+
/**
|
|
1578
|
+
* Produce a `SignedRequest` from `TSolSendTransactionBody` by using the client's `stamp` function.
|
|
1579
|
+
*
|
|
1580
|
+
* See also {@link SolSendTransaction}.
|
|
1581
|
+
*/
|
|
1582
|
+
stampSolSendTransaction: (input: TSolSendTransactionBody) => Promise<TSignedRequest>;
|
|
1583
|
+
/**
|
|
1584
|
+
* Create a session for a user through stamping client side (API key, wallet client, or passkey client).
|
|
1585
|
+
*
|
|
1586
|
+
* Sign the provided `TStampLoginBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/stamp_login).
|
|
1587
|
+
*
|
|
1588
|
+
* See also {@link stampStampLogin}.
|
|
1589
|
+
*/
|
|
1590
|
+
stampLogin: (input: TStampLoginBody) => Promise<TStampLoginResponse>;
|
|
1591
|
+
/**
|
|
1592
|
+
* Produce a `SignedRequest` from `TStampLoginBody` by using the client's `stamp` function.
|
|
1593
|
+
*
|
|
1594
|
+
* See also {@link StampLogin}.
|
|
1595
|
+
*/
|
|
1596
|
+
stampStampLogin: (input: TStampLoginBody) => Promise<TSignedRequest>;
|
|
1597
|
+
/**
|
|
1598
|
+
* Update a fiat on ramp provider credential
|
|
1599
|
+
*
|
|
1600
|
+
* Sign the provided `TUpdateFiatOnRampCredentialBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/update_fiat_on_ramp_credential).
|
|
1601
|
+
*
|
|
1602
|
+
* See also {@link stampUpdateFiatOnRampCredential}.
|
|
1603
|
+
*/
|
|
1604
|
+
updateFiatOnRampCredential: (input: TUpdateFiatOnRampCredentialBody) => Promise<TUpdateFiatOnRampCredentialResponse>;
|
|
1605
|
+
/**
|
|
1606
|
+
* Produce a `SignedRequest` from `TUpdateFiatOnRampCredentialBody` by using the client's `stamp` function.
|
|
1607
|
+
*
|
|
1608
|
+
* See also {@link UpdateFiatOnRampCredential}.
|
|
1609
|
+
*/
|
|
1610
|
+
stampUpdateFiatOnRampCredential: (input: TUpdateFiatOnRampCredentialBody) => Promise<TSignedRequest>;
|
|
1611
|
+
/**
|
|
1612
|
+
* Update an OAuth 2.0 provider credential
|
|
1613
|
+
*
|
|
1614
|
+
* Sign the provided `TUpdateOauth2CredentialBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/update_oauth2_credential).
|
|
1615
|
+
*
|
|
1616
|
+
* See also {@link stampUpdateOauth2Credential}.
|
|
1617
|
+
*/
|
|
1618
|
+
updateOauth2Credential: (input: TUpdateOauth2CredentialBody) => Promise<TUpdateOauth2CredentialResponse>;
|
|
1619
|
+
/**
|
|
1620
|
+
* Produce a `SignedRequest` from `TUpdateOauth2CredentialBody` by using the client's `stamp` function.
|
|
1621
|
+
*
|
|
1622
|
+
* See also {@link UpdateOauth2Credential}.
|
|
1623
|
+
*/
|
|
1624
|
+
stampUpdateOauth2Credential: (input: TUpdateOauth2CredentialBody) => Promise<TSignedRequest>;
|
|
1625
|
+
/**
|
|
1626
|
+
* Update the name of an organization.
|
|
1627
|
+
*
|
|
1628
|
+
* Sign the provided `TUpdateOrganizationNameBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/update_organization_name).
|
|
1629
|
+
*
|
|
1630
|
+
* See also {@link stampUpdateOrganizationName}.
|
|
1631
|
+
*/
|
|
1632
|
+
updateOrganizationName: (input: TUpdateOrganizationNameBody) => Promise<TUpdateOrganizationNameResponse>;
|
|
1633
|
+
/**
|
|
1634
|
+
* Produce a `SignedRequest` from `TUpdateOrganizationNameBody` by using the client's `stamp` function.
|
|
1635
|
+
*
|
|
1636
|
+
* See also {@link UpdateOrganizationName}.
|
|
1637
|
+
*/
|
|
1638
|
+
stampUpdateOrganizationName: (input: TUpdateOrganizationNameBody) => Promise<TSignedRequest>;
|
|
1639
|
+
/**
|
|
1640
|
+
* Update an existing policy.
|
|
1641
|
+
*
|
|
1642
|
+
* Sign the provided `TUpdatePolicyBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/update_policy).
|
|
1643
|
+
*
|
|
1644
|
+
* See also {@link stampUpdatePolicy}.
|
|
1645
|
+
*/
|
|
1646
|
+
updatePolicy: (input: TUpdatePolicyBody) => Promise<TUpdatePolicyResponse>;
|
|
1647
|
+
/**
|
|
1648
|
+
* Produce a `SignedRequest` from `TUpdatePolicyBody` by using the client's `stamp` function.
|
|
1649
|
+
*
|
|
1650
|
+
* See also {@link UpdatePolicy}.
|
|
1651
|
+
*/
|
|
1652
|
+
stampUpdatePolicy: (input: TUpdatePolicyBody) => Promise<TSignedRequest>;
|
|
1653
|
+
/**
|
|
1654
|
+
* Update human-readable name or associated private keys. Note that this activity is atomic: all of the updates will succeed at once, or all of them will fail.
|
|
1655
|
+
*
|
|
1656
|
+
* Sign the provided `TUpdatePrivateKeyTagBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/update_private_key_tag).
|
|
1657
|
+
*
|
|
1658
|
+
* See also {@link stampUpdatePrivateKeyTag}.
|
|
1659
|
+
*/
|
|
1660
|
+
updatePrivateKeyTag: (input: TUpdatePrivateKeyTagBody) => Promise<TUpdatePrivateKeyTagResponse>;
|
|
1661
|
+
/**
|
|
1662
|
+
* Produce a `SignedRequest` from `TUpdatePrivateKeyTagBody` by using the client's `stamp` function.
|
|
1663
|
+
*
|
|
1664
|
+
* See also {@link UpdatePrivateKeyTag}.
|
|
1665
|
+
*/
|
|
1666
|
+
stampUpdatePrivateKeyTag: (input: TUpdatePrivateKeyTagBody) => Promise<TSignedRequest>;
|
|
1667
|
+
/**
|
|
1668
|
+
* Set the threshold and members of the root quorum. This activity must be approved by the current root quorum.
|
|
1669
|
+
*
|
|
1670
|
+
* Sign the provided `TUpdateRootQuorumBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/update_root_quorum).
|
|
1671
|
+
*
|
|
1672
|
+
* See also {@link stampUpdateRootQuorum}.
|
|
1673
|
+
*/
|
|
1674
|
+
updateRootQuorum: (input: TUpdateRootQuorumBody) => Promise<TUpdateRootQuorumResponse>;
|
|
1675
|
+
/**
|
|
1676
|
+
* Produce a `SignedRequest` from `TUpdateRootQuorumBody` by using the client's `stamp` function.
|
|
1677
|
+
*
|
|
1678
|
+
* See also {@link UpdateRootQuorum}.
|
|
1679
|
+
*/
|
|
1680
|
+
stampUpdateRootQuorum: (input: TUpdateRootQuorumBody) => Promise<TSignedRequest>;
|
|
1681
|
+
/**
|
|
1682
|
+
* Update a user in an existing organization.
|
|
1683
|
+
*
|
|
1684
|
+
* Sign the provided `TUpdateUserBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/update_user).
|
|
1685
|
+
*
|
|
1686
|
+
* See also {@link stampUpdateUser}.
|
|
1687
|
+
*/
|
|
1688
|
+
updateUser: (input: TUpdateUserBody) => Promise<TUpdateUserResponse>;
|
|
1689
|
+
/**
|
|
1690
|
+
* Produce a `SignedRequest` from `TUpdateUserBody` by using the client's `stamp` function.
|
|
1691
|
+
*
|
|
1692
|
+
* See also {@link UpdateUser}.
|
|
1693
|
+
*/
|
|
1694
|
+
stampUpdateUser: (input: TUpdateUserBody) => Promise<TSignedRequest>;
|
|
1695
|
+
/**
|
|
1696
|
+
* Update a user's email in an existing organization.
|
|
1697
|
+
*
|
|
1698
|
+
* Sign the provided `TUpdateUserEmailBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/update_user_email).
|
|
1699
|
+
*
|
|
1700
|
+
* See also {@link stampUpdateUserEmail}.
|
|
1701
|
+
*/
|
|
1702
|
+
updateUserEmail: (input: TUpdateUserEmailBody) => Promise<TUpdateUserEmailResponse>;
|
|
1703
|
+
/**
|
|
1704
|
+
* Produce a `SignedRequest` from `TUpdateUserEmailBody` by using the client's `stamp` function.
|
|
1705
|
+
*
|
|
1706
|
+
* See also {@link UpdateUserEmail}.
|
|
1707
|
+
*/
|
|
1708
|
+
stampUpdateUserEmail: (input: TUpdateUserEmailBody) => Promise<TSignedRequest>;
|
|
1709
|
+
/**
|
|
1710
|
+
* Update a user's name in an existing organization.
|
|
1711
|
+
*
|
|
1712
|
+
* Sign the provided `TUpdateUserNameBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/update_user_name).
|
|
1713
|
+
*
|
|
1714
|
+
* See also {@link stampUpdateUserName}.
|
|
1715
|
+
*/
|
|
1716
|
+
updateUserName: (input: TUpdateUserNameBody) => Promise<TUpdateUserNameResponse>;
|
|
1717
|
+
/**
|
|
1718
|
+
* Produce a `SignedRequest` from `TUpdateUserNameBody` by using the client's `stamp` function.
|
|
1719
|
+
*
|
|
1720
|
+
* See also {@link UpdateUserName}.
|
|
1721
|
+
*/
|
|
1722
|
+
stampUpdateUserName: (input: TUpdateUserNameBody) => Promise<TSignedRequest>;
|
|
1723
|
+
/**
|
|
1724
|
+
* Update a user's phone number in an existing organization.
|
|
1725
|
+
*
|
|
1726
|
+
* Sign the provided `TUpdateUserPhoneNumberBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/update_user_phone_number).
|
|
1727
|
+
*
|
|
1728
|
+
* See also {@link stampUpdateUserPhoneNumber}.
|
|
1729
|
+
*/
|
|
1730
|
+
updateUserPhoneNumber: (input: TUpdateUserPhoneNumberBody) => Promise<TUpdateUserPhoneNumberResponse>;
|
|
1731
|
+
/**
|
|
1732
|
+
* Produce a `SignedRequest` from `TUpdateUserPhoneNumberBody` by using the client's `stamp` function.
|
|
1733
|
+
*
|
|
1734
|
+
* See also {@link UpdateUserPhoneNumber}.
|
|
1735
|
+
*/
|
|
1736
|
+
stampUpdateUserPhoneNumber: (input: TUpdateUserPhoneNumberBody) => Promise<TSignedRequest>;
|
|
1737
|
+
/**
|
|
1738
|
+
* Update human-readable name or associated users. Note that this activity is atomic: all of the updates will succeed at once, or all of them will fail.
|
|
1739
|
+
*
|
|
1740
|
+
* Sign the provided `TUpdateUserTagBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/update_user_tag).
|
|
1741
|
+
*
|
|
1742
|
+
* See also {@link stampUpdateUserTag}.
|
|
1743
|
+
*/
|
|
1744
|
+
updateUserTag: (input: TUpdateUserTagBody) => Promise<TUpdateUserTagResponse>;
|
|
1745
|
+
/**
|
|
1746
|
+
* Produce a `SignedRequest` from `TUpdateUserTagBody` by using the client's `stamp` function.
|
|
1747
|
+
*
|
|
1748
|
+
* See also {@link UpdateUserTag}.
|
|
1749
|
+
*/
|
|
1750
|
+
stampUpdateUserTag: (input: TUpdateUserTagBody) => Promise<TSignedRequest>;
|
|
1751
|
+
/**
|
|
1752
|
+
* Update a wallet for an organization.
|
|
1753
|
+
*
|
|
1754
|
+
* Sign the provided `TUpdateWalletBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/update_wallet).
|
|
1755
|
+
*
|
|
1756
|
+
* See also {@link stampUpdateWallet}.
|
|
1757
|
+
*/
|
|
1758
|
+
updateWallet: (input: TUpdateWalletBody) => Promise<TUpdateWalletResponse>;
|
|
1759
|
+
/**
|
|
1760
|
+
* Produce a `SignedRequest` from `TUpdateWalletBody` by using the client's `stamp` function.
|
|
1761
|
+
*
|
|
1762
|
+
* See also {@link UpdateWallet}.
|
|
1763
|
+
*/
|
|
1764
|
+
stampUpdateWallet: (input: TUpdateWalletBody) => Promise<TSignedRequest>;
|
|
1765
|
+
/**
|
|
1766
|
+
* Update a webhook endpoint for an organization.
|
|
1767
|
+
*
|
|
1768
|
+
* Sign the provided `TUpdateWebhookEndpointBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/update_webhook_endpoint).
|
|
1769
|
+
*
|
|
1770
|
+
* See also {@link stampUpdateWebhookEndpoint}.
|
|
1771
|
+
*/
|
|
1772
|
+
updateWebhookEndpoint: (input: TUpdateWebhookEndpointBody) => Promise<TUpdateWebhookEndpointResponse>;
|
|
1773
|
+
/**
|
|
1774
|
+
* Produce a `SignedRequest` from `TUpdateWebhookEndpointBody` by using the client's `stamp` function.
|
|
1775
|
+
*
|
|
1776
|
+
* See also {@link UpdateWebhookEndpoint}.
|
|
1777
|
+
*/
|
|
1778
|
+
stampUpdateWebhookEndpoint: (input: TUpdateWebhookEndpointBody) => Promise<TSignedRequest>;
|
|
1779
|
+
/**
|
|
1780
|
+
* Verify a generic OTP.
|
|
1781
|
+
*
|
|
1782
|
+
* Sign the provided `TVerifyOtpBody` with the client's `stamp` function, and submit the request (POST /public/v1/submit/verify_otp).
|
|
1783
|
+
*
|
|
1784
|
+
* See also {@link stampVerifyOtp}.
|
|
1785
|
+
*/
|
|
1786
|
+
verifyOtp: (input: TVerifyOtpBody) => Promise<TVerifyOtpResponse>;
|
|
1787
|
+
/**
|
|
1788
|
+
* Produce a `SignedRequest` from `TVerifyOtpBody` by using the client's `stamp` function.
|
|
1789
|
+
*
|
|
1790
|
+
* See also {@link VerifyOtp}.
|
|
1791
|
+
*/
|
|
1792
|
+
stampVerifyOtp: (input: TVerifyOtpBody) => Promise<TSignedRequest>;
|
|
1793
|
+
}
|
|
1794
|
+
//# sourceMappingURL=public_api.client.d.ts.map
|