@dfns/sdk 0.2.3-rc.1 → 0.2.3
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/baseAuthApi.d.ts +113 -0
- package/baseAuthApi.js +97 -0
- package/codegen/Assets/AssetsClient.d.ts +13 -0
- package/codegen/Assets/AssetsClient.js +93 -0
- package/codegen/Assets/DelegatedAssetsClient.d.ts +16 -0
- package/codegen/Assets/DelegatedAssetsClient.js +124 -0
- package/codegen/Assets/index.d.ts +3 -0
- package/codegen/Assets/index.js +19 -0
- package/codegen/Assets/types.d.ts +37 -0
- package/codegen/Assets/types.js +2 -0
- package/codegen/Auth/AuthClient.d.ts +50 -0
- package/codegen/Auth/AuthClient.js +518 -0
- package/codegen/Auth/DelegatedAuthClient.d.ts +78 -0
- package/codegen/Auth/DelegatedAuthClient.js +936 -0
- package/codegen/Auth/index.d.ts +3 -0
- package/codegen/Auth/index.js +19 -0
- package/codegen/Auth/types.d.ts +177 -0
- package/codegen/Auth/types.js +2 -0
- package/codegen/Blockchains/BlockchainsClient.d.ts +7 -0
- package/codegen/Blockchains/BlockchainsClient.js +23 -0
- package/codegen/Blockchains/DelegatedBlockchainsClient.d.ts +7 -0
- package/codegen/Blockchains/DelegatedBlockchainsClient.js +23 -0
- package/codegen/Blockchains/index.d.ts +3 -0
- package/codegen/Blockchains/index.js +19 -0
- package/codegen/Blockchains/types.d.ts +6 -0
- package/codegen/Blockchains/types.js +2 -0
- package/codegen/Callbacks/CallbacksClient.d.ts +12 -0
- package/codegen/Callbacks/CallbacksClient.js +78 -0
- package/codegen/Callbacks/DelegatedCallbacksClient.d.ts +15 -0
- package/codegen/Callbacks/DelegatedCallbacksClient.js +110 -0
- package/codegen/Callbacks/index.d.ts +3 -0
- package/codegen/Callbacks/index.js +19 -0
- package/codegen/Callbacks/{types.ts → types.d.ts} +18 -26
- package/codegen/Callbacks/types.js +2 -0
- package/codegen/Permissions/DelegatedPermissionsClient.d.ts +27 -0
- package/codegen/Permissions/DelegatedPermissionsClient.js +284 -0
- package/codegen/Permissions/PermissionsClient.d.ts +18 -0
- package/codegen/Permissions/PermissionsClient.js +156 -0
- package/codegen/Permissions/index.d.ts +3 -0
- package/codegen/Permissions/index.js +19 -0
- package/codegen/Permissions/types.d.ts +62 -0
- package/codegen/Permissions/types.js +2 -0
- package/codegen/PolicyExecution/DelegatedPolicyExecutionClient.d.ts +11 -0
- package/codegen/PolicyExecution/DelegatedPolicyExecutionClient.js +61 -0
- package/codegen/PolicyExecution/PolicyExecutionClient.d.ts +9 -0
- package/codegen/PolicyExecution/PolicyExecutionClient.js +45 -0
- package/codegen/PolicyExecution/index.d.ts +3 -0
- package/codegen/PolicyExecution/index.js +19 -0
- package/codegen/PolicyExecution/types.d.ts +18 -0
- package/codegen/PolicyExecution/types.js +2 -0
- package/codegen/PolicyManagement/DelegatedPolicyManagementClient.d.ts +25 -0
- package/codegen/PolicyManagement/DelegatedPolicyManagementClient.js +240 -0
- package/codegen/PolicyManagement/PolicyManagementClient.d.ts +18 -0
- package/codegen/PolicyManagement/PolicyManagementClient.js +146 -0
- package/codegen/PolicyManagement/index.d.ts +3 -0
- package/codegen/PolicyManagement/index.js +19 -0
- package/codegen/PolicyManagement/{types.ts → types.d.ts} +40 -56
- package/codegen/PolicyManagement/types.js +2 -0
- package/codegen/PublicKeys/DelegatedPublicKeysClient.d.ts +21 -0
- package/codegen/PublicKeys/DelegatedPublicKeysClient.js +189 -0
- package/codegen/PublicKeys/PublicKeysClient.d.ts +16 -0
- package/codegen/PublicKeys/PublicKeysClient.js +128 -0
- package/codegen/PublicKeys/index.d.ts +3 -0
- package/codegen/PublicKeys/index.js +19 -0
- package/codegen/PublicKeys/types.d.ts +51 -0
- package/codegen/PublicKeys/types.js +2 -0
- package/codegen/Signers/DelegatedSignersClient.d.ts +7 -0
- package/codegen/Signers/DelegatedSignersClient.js +22 -0
- package/codegen/Signers/SignersClient.d.ts +7 -0
- package/codegen/Signers/SignersClient.js +22 -0
- package/codegen/Signers/index.d.ts +3 -0
- package/codegen/Signers/index.js +19 -0
- package/codegen/Signers/types.d.ts +2 -0
- package/codegen/Signers/types.js +2 -0
- package/codegen/Wallets/DelegatedWalletsClient.d.ts +32 -0
- package/codegen/Wallets/DelegatedWalletsClient.js +325 -0
- package/codegen/Wallets/WalletsClient.d.ts +24 -0
- package/codegen/Wallets/WalletsClient.js +219 -0
- package/codegen/Wallets/index.d.ts +3 -0
- package/codegen/Wallets/index.js +19 -0
- package/codegen/Wallets/types.d.ts +101 -0
- package/codegen/Wallets/types.js +2 -0
- package/codegen/datamodel/ApiKeys/errors.d.ts +6 -0
- package/codegen/datamodel/ApiKeys/errors.js +15 -0
- package/codegen/datamodel/ApiKeys/index.d.ts +3 -0
- package/codegen/datamodel/ApiKeys/index.js +19 -0
- package/codegen/datamodel/ApiKeys/responses.d.ts +25 -0
- package/codegen/datamodel/ApiKeys/responses.js +2 -0
- package/codegen/datamodel/ApiKeys/types.d.ts +32 -0
- package/codegen/datamodel/ApiKeys/types.js +11 -0
- package/codegen/datamodel/Assets/errors.d.ts +11 -0
- package/codegen/datamodel/Assets/errors.js +17 -0
- package/codegen/datamodel/Assets/index.d.ts +3 -0
- package/codegen/datamodel/Assets/index.js +19 -0
- package/codegen/datamodel/Assets/responses.d.ts +47 -0
- package/codegen/datamodel/Assets/responses.js +2 -0
- package/codegen/datamodel/Assets/types.d.ts +225 -0
- package/codegen/datamodel/Assets/types.js +75 -0
- package/codegen/datamodel/Auth/errors.js +1 -0
- package/codegen/datamodel/Auth/index.d.ts +2 -0
- package/codegen/datamodel/Auth/index.js +18 -0
- package/codegen/datamodel/Auth/responses.d.ts +358 -0
- package/codegen/datamodel/Auth/responses.js +2 -0
- package/codegen/datamodel/Auth/types.d.ts +615 -0
- package/codegen/datamodel/Auth/types.js +127 -0
- package/codegen/datamodel/BlockchainIndexing/errors.js +1 -0
- package/codegen/datamodel/BlockchainIndexing/index.d.ts +1 -0
- package/codegen/datamodel/BlockchainIndexing/index.js +17 -0
- package/codegen/datamodel/BlockchainIndexing/{responses.ts → responses.d.ts} +5 -10
- package/codegen/datamodel/BlockchainIndexing/responses.js +2 -0
- package/codegen/datamodel/BlockchainIndexing/types.js +1 -0
- package/codegen/datamodel/Blockchains/errors.js +1 -0
- package/codegen/datamodel/Blockchains/index.d.ts +2 -0
- package/codegen/datamodel/Blockchains/index.js +18 -0
- package/codegen/datamodel/Blockchains/responses.d.ts +12 -0
- package/codegen/datamodel/Blockchains/responses.js +2 -0
- package/codegen/datamodel/Blockchains/types.d.ts +270 -0
- package/codegen/datamodel/Blockchains/types.js +53 -0
- package/codegen/datamodel/Callbacks/errors.js +1 -0
- package/codegen/datamodel/Callbacks/index.d.ts +2 -0
- package/codegen/datamodel/Callbacks/index.js +18 -0
- package/codegen/datamodel/Callbacks/responses.d.ts +36 -0
- package/codegen/datamodel/Callbacks/responses.js +2 -0
- package/codegen/datamodel/Callbacks/types.d.ts +43 -0
- package/codegen/datamodel/Callbacks/types.js +39 -0
- package/codegen/datamodel/Foundations/errors.d.ts +131 -0
- package/codegen/datamodel/Foundations/errors.js +182 -0
- package/codegen/datamodel/Foundations/index.d.ts +2 -0
- package/codegen/datamodel/Foundations/index.js +18 -0
- package/codegen/datamodel/Foundations/responses.js +1 -0
- package/codegen/datamodel/Foundations/types.d.ts +9759 -0
- package/codegen/datamodel/Foundations/types.js +57755 -0
- package/codegen/datamodel/Orgs/errors.js +1 -0
- package/codegen/datamodel/Orgs/index.d.ts +2 -0
- package/codegen/datamodel/Orgs/index.js +18 -0
- package/codegen/datamodel/Orgs/responses.d.ts +45 -0
- package/codegen/datamodel/Orgs/responses.js +2 -0
- package/codegen/datamodel/Orgs/types.d.ts +240 -0
- package/codegen/datamodel/Orgs/types.js +39 -0
- package/codegen/datamodel/Permissions/errors.js +1 -0
- package/codegen/datamodel/Permissions/index.d.ts +2 -0
- package/codegen/datamodel/Permissions/index.js +18 -0
- package/codegen/datamodel/Permissions/responses.d.ts +75 -0
- package/codegen/datamodel/Permissions/responses.js +2 -0
- package/codegen/datamodel/Permissions/types.d.ts +93 -0
- package/codegen/datamodel/Permissions/types.js +43 -0
- package/codegen/datamodel/PolicyExecution/errors.d.ts +11 -0
- package/codegen/datamodel/PolicyExecution/errors.js +17 -0
- package/codegen/datamodel/PolicyExecution/index.d.ts +3 -0
- package/codegen/datamodel/PolicyExecution/index.js +19 -0
- package/codegen/datamodel/PolicyExecution/responses.d.ts +19 -0
- package/codegen/datamodel/PolicyExecution/responses.js +2 -0
- package/codegen/datamodel/PolicyExecution/types.d.ts +60 -0
- package/codegen/datamodel/PolicyExecution/types.js +17 -0
- package/codegen/datamodel/PolicyManagement/errors.js +1 -0
- package/codegen/datamodel/PolicyManagement/index.d.ts +2 -0
- package/codegen/datamodel/PolicyManagement/index.js +18 -0
- package/codegen/datamodel/PolicyManagement/responses.d.ts +83 -0
- package/codegen/datamodel/PolicyManagement/responses.js +2 -0
- package/codegen/datamodel/PolicyManagement/types.d.ts +391 -0
- package/codegen/datamodel/PolicyManagement/types.js +95 -0
- package/codegen/datamodel/PublicKeys/errors.js +1 -0
- package/codegen/datamodel/PublicKeys/index.d.ts +2 -0
- package/codegen/datamodel/PublicKeys/index.js +18 -0
- package/codegen/datamodel/PublicKeys/responses.d.ts +56 -0
- package/codegen/datamodel/PublicKeys/responses.js +2 -0
- package/codegen/datamodel/PublicKeys/types.d.ts +223 -0
- package/codegen/datamodel/PublicKeys/types.js +59 -0
- package/codegen/datamodel/Signers/errors.js +1 -0
- package/codegen/datamodel/Signers/index.d.ts +2 -0
- package/codegen/datamodel/Signers/index.js +18 -0
- package/codegen/datamodel/Signers/responses.d.ts +27 -0
- package/codegen/datamodel/Signers/responses.js +2 -0
- package/codegen/datamodel/Signers/types.d.ts +21 -0
- package/codegen/datamodel/Signers/types.js +2 -0
- package/codegen/datamodel/Wallets/errors.js +1 -0
- package/codegen/datamodel/Wallets/index.d.ts +2 -0
- package/codegen/datamodel/Wallets/index.js +18 -0
- package/codegen/datamodel/Wallets/responses.d.ts +92 -0
- package/codegen/datamodel/Wallets/responses.js +2 -0
- package/codegen/datamodel/Wallets/types.d.ts +677 -0
- package/codegen/datamodel/Wallets/types.js +251 -0
- package/dfnsApiClient.d.ts +39 -0
- package/dfnsApiClient.js +63 -0
- package/dfnsAuthenticator.d.ts +17 -0
- package/dfnsAuthenticator.js +29 -0
- package/dfnsDelegatedApiClient.d.ts +38 -0
- package/dfnsDelegatedApiClient.js +63 -0
- package/dfnsError.d.ts +5 -0
- package/dfnsError.js +11 -0
- package/generated/policies/client.d.ts +13 -0
- package/generated/policies/client.js +92 -0
- package/generated/policies/delegatedClient.d.ts +18 -0
- package/generated/policies/delegatedClient.js +153 -0
- package/generated/policies/index.d.ts +3 -0
- package/generated/policies/index.js +19 -0
- package/generated/policies/{types.ts → types.d.ts} +17 -29
- package/generated/policies/types.js +2 -0
- package/generated/signers/client.d.ts +7 -0
- package/generated/signers/client.js +22 -0
- package/generated/signers/delegatedClient.d.ts +7 -0
- package/generated/signers/delegatedClient.js +22 -0
- package/generated/signers/index.d.ts +3 -0
- package/generated/signers/index.js +19 -0
- package/generated/signers/{types.ts → types.d.ts} +0 -1
- package/generated/signers/types.js +2 -0
- package/generated/wallets/client.d.ts +25 -0
- package/generated/wallets/client.js +228 -0
- package/generated/wallets/delegatedClient.d.ts +34 -0
- package/generated/wallets/delegatedClient.js +349 -0
- package/generated/wallets/index.d.ts +3 -0
- package/generated/wallets/index.js +19 -0
- package/generated/wallets/{types.ts → types.d.ts} +45 -86
- package/generated/wallets/types.js +2 -0
- package/generated/webhooks/client.d.ts +14 -0
- package/generated/webhooks/client.js +103 -0
- package/generated/webhooks/delegatedClient.d.ts +19 -0
- package/generated/webhooks/delegatedClient.js +164 -0
- package/generated/webhooks/index.d.ts +3 -0
- package/generated/webhooks/index.js +19 -0
- package/generated/webhooks/{types.ts → types.d.ts} +16 -34
- package/generated/webhooks/types.js +2 -0
- package/index.d.ts +7 -0
- package/index.js +23 -0
- package/package.json +8 -1
- package/signer.d.ts +52 -0
- package/signer.js +2 -0
- package/store.d.ts +79 -0
- package/store.js +2 -0
- package/types/policies.d.ts +1 -0
- package/types/policies.js +17 -0
- package/types/signers.d.ts +1 -0
- package/types/signers.js +17 -0
- package/types/wallets.d.ts +1 -0
- package/types/wallets.js +17 -0
- package/types/webhooks.d.ts +1 -0
- package/types/webhooks.js +17 -0
- package/utils/base64.d.ts +3 -0
- package/utils/base64.js +20 -0
- package/utils/fetch.d.ts +12 -0
- package/utils/fetch.js +94 -0
- package/utils/index.d.ts +4 -0
- package/utils/index.js +20 -0
- package/utils/nonce.d.ts +1 -0
- package/utils/nonce.js +12 -0
- package/utils/url.d.ts +4 -0
- package/utils/url.js +16 -0
- package/baseAuthApi.ts +0 -236
- package/codegen/Assets/AssetsClient.ts +0 -137
- package/codegen/Assets/DelegatedAssetsClient.ts +0 -201
- package/codegen/Assets/index.ts +0 -3
- package/codegen/Assets/types.ts +0 -45
- package/codegen/Auth/AuthClient.ts +0 -729
- package/codegen/Auth/DelegatedAuthClient.ts +0 -1508
- package/codegen/Auth/index.ts +0 -3
- package/codegen/Auth/types.ts +0 -262
- package/codegen/Blockchains/BlockchainsClient.ts +0 -25
- package/codegen/Blockchains/DelegatedBlockchainsClient.ts +0 -25
- package/codegen/Blockchains/index.ts +0 -3
- package/codegen/Blockchains/types.ts +0 -8
- package/codegen/Callbacks/CallbacksClient.ts +0 -107
- package/codegen/Callbacks/DelegatedCallbacksClient.ts +0 -172
- package/codegen/Callbacks/index.ts +0 -3
- package/codegen/Permissions/DelegatedPermissionsClient.ts +0 -468
- package/codegen/Permissions/PermissionsClient.ts +0 -223
- package/codegen/Permissions/index.ts +0 -3
- package/codegen/Permissions/types.ts +0 -82
- package/codegen/PolicyExecution/DelegatedPolicyExecutionClient.ts +0 -99
- package/codegen/PolicyExecution/PolicyExecutionClient.ts +0 -63
- package/codegen/PolicyExecution/index.ts +0 -3
- package/codegen/PolicyExecution/types.ts +0 -24
- package/codegen/PolicyManagement/DelegatedPolicyManagementClient.ts +0 -384
- package/codegen/PolicyManagement/PolicyManagementClient.ts +0 -205
- package/codegen/PolicyManagement/index.ts +0 -3
- package/codegen/PublicKeys/DelegatedPublicKeysClient.ts +0 -299
- package/codegen/PublicKeys/PublicKeysClient.ts +0 -179
- package/codegen/PublicKeys/index.ts +0 -3
- package/codegen/PublicKeys/types.ts +0 -68
- package/codegen/Signers/DelegatedSignersClient.ts +0 -22
- package/codegen/Signers/SignersClient.ts +0 -22
- package/codegen/Signers/index.ts +0 -3
- package/codegen/Signers/types.ts +0 -3
- package/codegen/Wallets/DelegatedWalletsClient.ts +0 -511
- package/codegen/Wallets/WalletsClient.ts +0 -310
- package/codegen/Wallets/index.ts +0 -3
- package/codegen/Wallets/types.ts +0 -137
- package/codegen/datamodel/ApiKeys/errors.ts +0 -9
- package/codegen/datamodel/ApiKeys/index.ts +0 -3
- package/codegen/datamodel/ApiKeys/responses.ts +0 -68
- package/codegen/datamodel/ApiKeys/types.ts +0 -81
- package/codegen/datamodel/Assets/errors.ts +0 -24
- package/codegen/datamodel/Assets/index.ts +0 -3
- package/codegen/datamodel/Assets/responses.ts +0 -146
- package/codegen/datamodel/Assets/types.ts +0 -417
- package/codegen/datamodel/Auth/index.ts +0 -2
- package/codegen/datamodel/Auth/responses.ts +0 -1110
- package/codegen/datamodel/Auth/types.ts +0 -1404
- package/codegen/datamodel/BlockchainIndexing/index.ts +0 -1
- package/codegen/datamodel/Blockchains/index.ts +0 -2
- package/codegen/datamodel/Blockchains/responses.ts +0 -41
- package/codegen/datamodel/Blockchains/types.ts +0 -695
- package/codegen/datamodel/Callbacks/index.ts +0 -2
- package/codegen/datamodel/Callbacks/responses.ts +0 -110
- package/codegen/datamodel/Callbacks/types.ts +0 -100
- package/codegen/datamodel/Foundations/errors.ts +0 -299
- package/codegen/datamodel/Foundations/index.ts +0 -2
- package/codegen/datamodel/Foundations/types.ts +0 -57921
- package/codegen/datamodel/Orgs/index.ts +0 -2
- package/codegen/datamodel/Orgs/responses.ts +0 -104
- package/codegen/datamodel/Orgs/types.ts +0 -322
- package/codegen/datamodel/Permissions/index.ts +0 -2
- package/codegen/datamodel/Permissions/responses.ts +0 -258
- package/codegen/datamodel/Permissions/types.ts +0 -221
- package/codegen/datamodel/PolicyExecution/errors.ts +0 -24
- package/codegen/datamodel/PolicyExecution/index.ts +0 -3
- package/codegen/datamodel/PolicyExecution/responses.ts +0 -59
- package/codegen/datamodel/PolicyExecution/types.ts +0 -122
- package/codegen/datamodel/PolicyManagement/index.ts +0 -2
- package/codegen/datamodel/PolicyManagement/responses.ts +0 -255
- package/codegen/datamodel/PolicyManagement/types.ts +0 -711
- package/codegen/datamodel/PublicKeys/index.ts +0 -2
- package/codegen/datamodel/PublicKeys/responses.ts +0 -190
- package/codegen/datamodel/PublicKeys/types.ts +0 -558
- package/codegen/datamodel/Signers/index.ts +0 -2
- package/codegen/datamodel/Signers/responses.ts +0 -64
- package/codegen/datamodel/Signers/types.ts +0 -31
- package/codegen/datamodel/Wallets/errors.ts +0 -0
- package/codegen/datamodel/Wallets/index.ts +0 -2
- package/codegen/datamodel/Wallets/responses.ts +0 -318
- package/codegen/datamodel/Wallets/types.ts +0 -1268
- package/dfnsApiClient.ts +0 -76
- package/dfnsAuthenticator.ts +0 -59
- package/dfnsDelegatedApiClient.ts +0 -75
- package/dfnsError.ts +0 -5
- package/generated/permissions/client.ts +0 -125
- package/generated/permissions/delegatedClient.ts +0 -266
- package/generated/permissions/index.ts +0 -3
- package/generated/permissions/types.ts +0 -202
- package/generated/policies/client.ts +0 -110
- package/generated/policies/delegatedClient.ts +0 -223
- package/generated/policies/index.ts +0 -3
- package/generated/signers/client.ts +0 -22
- package/generated/signers/delegatedClient.ts +0 -23
- package/generated/signers/index.ts +0 -3
- package/generated/wallets/client.ts +0 -282
- package/generated/wallets/delegatedClient.ts +0 -507
- package/generated/wallets/index.ts +0 -3
- package/generated/webhooks/client.ts +0 -124
- package/generated/webhooks/delegatedClient.ts +0 -237
- package/generated/webhooks/index.ts +0 -3
- package/index.ts +0 -7
- package/project.json +0 -14
- package/signer.ts +0 -60
- package/store.ts +0 -99
- package/tsconfig.json +0 -7
- package/typedoc.json +0 -21
- package/types/policies.ts +0 -1
- package/types/signers.ts +0 -1
- package/types/wallets.ts +0 -1
- package/types/webhooks.ts +0 -1
- package/utils/base64.ts +0 -19
- package/utils/fetch.ts +0 -130
- package/utils/index.ts +0 -4
- package/utils/nonce.ts +0 -12
- package/utils/url.ts +0 -19
- /package/{README.md → codegen/datamodel/Auth/errors.d.ts} +0 -0
- /package/codegen/datamodel/{Auth/errors.ts → BlockchainIndexing/errors.d.ts} +0 -0
- /package/codegen/datamodel/BlockchainIndexing/{errors.ts → types.d.ts} +0 -0
- /package/codegen/datamodel/{BlockchainIndexing/types.ts → Blockchains/errors.d.ts} +0 -0
- /package/codegen/datamodel/{Blockchains/errors.ts → Callbacks/errors.d.ts} +0 -0
- /package/codegen/datamodel/{Callbacks/errors.ts → Foundations/responses.d.ts} +0 -0
- /package/codegen/datamodel/{Foundations/responses.ts → Orgs/errors.d.ts} +0 -0
- /package/codegen/datamodel/{Orgs/errors.ts → Permissions/errors.d.ts} +0 -0
- /package/codegen/datamodel/{Permissions/errors.ts → PolicyManagement/errors.d.ts} +0 -0
- /package/codegen/datamodel/{PolicyManagement/errors.ts → PublicKeys/errors.d.ts} +0 -0
- /package/codegen/datamodel/{PublicKeys/errors.ts → Signers/errors.d.ts} +0 -0
- /package/codegen/datamodel/{Signers/errors.ts → Wallets/errors.d.ts} +0 -0
|
@@ -1,695 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Amount,
|
|
3
|
-
BlockchainAddress,
|
|
4
|
-
IntegerPositiveStrict,
|
|
5
|
-
IsoDatetime,
|
|
6
|
-
} from '../Foundations'
|
|
7
|
-
|
|
8
|
-
// FIXME: Missing documentation for BtcBlock
|
|
9
|
-
export type BtcBlock = {
|
|
10
|
-
// FIXME: Missing documentation for hash
|
|
11
|
-
hash: string
|
|
12
|
-
|
|
13
|
-
// FIXME: Missing documentation for number
|
|
14
|
-
number: number
|
|
15
|
-
|
|
16
|
-
// FIXME: Missing documentation for timestamp
|
|
17
|
-
timestamp: IsoDatetime
|
|
18
|
-
|
|
19
|
-
// FIXME: Missing documentation for transactions
|
|
20
|
-
transactions: BtcTransaction[]
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
// FIXME: Missing documentation for BtcTransaction
|
|
24
|
-
export type BtcTransaction = {
|
|
25
|
-
// FIXME: Missing documentation for hash
|
|
26
|
-
hash: string
|
|
27
|
-
|
|
28
|
-
// FIXME: Missing documentation for blockNumber
|
|
29
|
-
blockNumber: number
|
|
30
|
-
|
|
31
|
-
// FIXME: Missing documentation for size
|
|
32
|
-
size: number
|
|
33
|
-
|
|
34
|
-
// FIXME: Missing documentation for weight
|
|
35
|
-
weight: number
|
|
36
|
-
|
|
37
|
-
// FIXME: Missing documentation for locktime
|
|
38
|
-
locktime: number
|
|
39
|
-
|
|
40
|
-
// FIXME: Missing documentation for vins
|
|
41
|
-
vins: BtcTransactionInput[]
|
|
42
|
-
|
|
43
|
-
// FIXME: Missing documentation for vouts
|
|
44
|
-
vouts: BtcTransactionOutput[]
|
|
45
|
-
|
|
46
|
-
// FIXME: Missing documentation for coinbase
|
|
47
|
-
coinbase: boolean
|
|
48
|
-
|
|
49
|
-
// FIXME: Missing documentation for fee
|
|
50
|
-
fee?: Amount
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
// FIXME: Missing documentation for BtcTransactionInput
|
|
54
|
-
export type BtcTransactionInput = {
|
|
55
|
-
// FIXME: Missing documentation for hash
|
|
56
|
-
hash: string
|
|
57
|
-
|
|
58
|
-
// FIXME: Missing documentation for index
|
|
59
|
-
index: number
|
|
60
|
-
|
|
61
|
-
// FIXME: Missing documentation for address
|
|
62
|
-
address?: BlockchainAddress
|
|
63
|
-
|
|
64
|
-
// FIXME: Missing documentation for value
|
|
65
|
-
value?: Amount
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
// FIXME: Missing documentation for BtcTransactionOutput
|
|
69
|
-
export type BtcTransactionOutput = {
|
|
70
|
-
// FIXME: Missing documentation for index
|
|
71
|
-
index: number
|
|
72
|
-
|
|
73
|
-
// FIXME: Missing documentation for address
|
|
74
|
-
address?: BlockchainAddress
|
|
75
|
-
|
|
76
|
-
// FIXME: Missing documentation for value
|
|
77
|
-
value: Amount
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
// FIXME: Missing documentation for EvmBlock
|
|
81
|
-
export type EvmBlock = {
|
|
82
|
-
// FIXME: Missing documentation for hash
|
|
83
|
-
hash: string
|
|
84
|
-
|
|
85
|
-
// FIXME: Missing documentation for number
|
|
86
|
-
number: number
|
|
87
|
-
|
|
88
|
-
// FIXME: Missing documentation for timestamp
|
|
89
|
-
timestamp: IsoDatetime
|
|
90
|
-
|
|
91
|
-
// FIXME: Missing documentation for transactions
|
|
92
|
-
transactions: EvmTransaction[]
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
// FIXME: Missing documentation for EvmTransaction
|
|
96
|
-
export type EvmTransaction = {
|
|
97
|
-
// FIXME: Missing documentation for hash
|
|
98
|
-
hash: string
|
|
99
|
-
|
|
100
|
-
// FIXME: Missing documentation for blockNumber
|
|
101
|
-
blockNumber: number
|
|
102
|
-
|
|
103
|
-
// FIXME: Missing documentation for nonce
|
|
104
|
-
nonce: number
|
|
105
|
-
|
|
106
|
-
// FIXME: Missing documentation for from
|
|
107
|
-
from: BlockchainAddress
|
|
108
|
-
|
|
109
|
-
// FIXME: Missing documentation for to
|
|
110
|
-
to?: BlockchainAddress
|
|
111
|
-
|
|
112
|
-
// FIXME: Missing documentation for value
|
|
113
|
-
value: Amount
|
|
114
|
-
|
|
115
|
-
// FIXME: Missing documentation for data
|
|
116
|
-
data?: string
|
|
117
|
-
|
|
118
|
-
// FIXME: Missing documentation for signature
|
|
119
|
-
signature: string
|
|
120
|
-
|
|
121
|
-
// FIXME: Missing documentation for gasLimit
|
|
122
|
-
gasLimit: Amount
|
|
123
|
-
|
|
124
|
-
// FIXME: Missing documentation for gasPrice
|
|
125
|
-
gasPrice?: Amount
|
|
126
|
-
|
|
127
|
-
// FIXME: Missing documentation for maxFeePerGas
|
|
128
|
-
maxFeePerGas?: Amount
|
|
129
|
-
|
|
130
|
-
// FIXME: Missing documentation for maxPriorityFeePerGas
|
|
131
|
-
maxPriorityFeePerGas?: Amount
|
|
132
|
-
|
|
133
|
-
// FIXME: Missing documentation for receipt
|
|
134
|
-
receipt?: EvmTransactionReceipt
|
|
135
|
-
|
|
136
|
-
// FIXME: Missing documentation for logs
|
|
137
|
-
logs?: EvmLog[]
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
// FIXME: Missing documentation for EvmTransactionReceipt
|
|
141
|
-
export type EvmTransactionReceipt = {
|
|
142
|
-
// FIXME: Missing documentation for gasUsed
|
|
143
|
-
gasUsed: Amount
|
|
144
|
-
|
|
145
|
-
// FIXME: Missing documentation for effectiveGasPrice
|
|
146
|
-
effectiveGasPrice: Amount
|
|
147
|
-
|
|
148
|
-
// FIXME: Missing documentation for fee
|
|
149
|
-
fee: Amount
|
|
150
|
-
|
|
151
|
-
// FIXME: Missing documentation for status
|
|
152
|
-
status: TransactionStatus
|
|
153
|
-
|
|
154
|
-
// FIXME: Missing documentation for error
|
|
155
|
-
error?: string
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
// FIXME: Missing documentation for Erc20Log
|
|
159
|
-
export type Erc20Log = {
|
|
160
|
-
// FIXME: Missing documentation for kind
|
|
161
|
-
kind: EvmLogKind.Erc20
|
|
162
|
-
|
|
163
|
-
// FIXME: Missing documentation for index
|
|
164
|
-
index: number
|
|
165
|
-
|
|
166
|
-
// FIXME: Missing documentation for address
|
|
167
|
-
address: BlockchainAddress
|
|
168
|
-
|
|
169
|
-
// FIXME: Missing documentation for from
|
|
170
|
-
from: BlockchainAddress
|
|
171
|
-
|
|
172
|
-
// FIXME: Missing documentation for to
|
|
173
|
-
to: BlockchainAddress
|
|
174
|
-
|
|
175
|
-
// FIXME: Missing documentation for value
|
|
176
|
-
value: Amount
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
// FIXME: Missing documentation for Erc721Log
|
|
180
|
-
export type Erc721Log = {
|
|
181
|
-
// FIXME: Missing documentation for kind
|
|
182
|
-
kind: EvmLogKind.Erc721
|
|
183
|
-
|
|
184
|
-
// FIXME: Missing documentation for index
|
|
185
|
-
index: number
|
|
186
|
-
|
|
187
|
-
// FIXME: Missing documentation for address
|
|
188
|
-
address: BlockchainAddress
|
|
189
|
-
|
|
190
|
-
// FIXME: Missing documentation for from
|
|
191
|
-
from: BlockchainAddress
|
|
192
|
-
|
|
193
|
-
// FIXME: Missing documentation for to
|
|
194
|
-
to: BlockchainAddress
|
|
195
|
-
|
|
196
|
-
// FIXME: Missing documentation for tokenId
|
|
197
|
-
tokenId: string
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
// FIXME: Missing documentation for EvmUntypedLog
|
|
201
|
-
export type EvmUntypedLog = {
|
|
202
|
-
// FIXME: Missing documentation for kind
|
|
203
|
-
kind: EvmLogKind.Unknown
|
|
204
|
-
|
|
205
|
-
// FIXME: Missing documentation for index
|
|
206
|
-
index: number
|
|
207
|
-
|
|
208
|
-
// FIXME: Missing documentation for address
|
|
209
|
-
address: BlockchainAddress
|
|
210
|
-
|
|
211
|
-
// FIXME: Missing documentation for topics
|
|
212
|
-
topics: string[]
|
|
213
|
-
|
|
214
|
-
// FIXME: Missing documentation for data
|
|
215
|
-
data: string
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
// FIXME: Missing documentation for EvmFeeEstimates
|
|
219
|
-
export type EvmFeeEstimates = {
|
|
220
|
-
// FIXME: Missing documentation for safeLow
|
|
221
|
-
safeLow: Eip1559Fee
|
|
222
|
-
|
|
223
|
-
// FIXME: Missing documentation for standard
|
|
224
|
-
standard: Eip1559Fee
|
|
225
|
-
|
|
226
|
-
// FIXME: Missing documentation for fast
|
|
227
|
-
fast: Eip1559Fee
|
|
228
|
-
|
|
229
|
-
// FIXME: Missing documentation for estimatedBaseFee
|
|
230
|
-
estimatedBaseFee: string
|
|
231
|
-
|
|
232
|
-
// FIXME: Missing documentation for blockNumber
|
|
233
|
-
blockNumber: IntegerPositiveStrict
|
|
234
|
-
|
|
235
|
-
// FIXME: Missing documentation for kind
|
|
236
|
-
kind: FeeEstimationKind
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
// FIXME: Missing documentation for Eip1559Fee
|
|
240
|
-
export type Eip1559Fee = {
|
|
241
|
-
// FIXME: Missing documentation for maxPriorityFee
|
|
242
|
-
maxPriorityFee: string
|
|
243
|
-
|
|
244
|
-
// FIXME: Missing documentation for maxFee
|
|
245
|
-
maxFee: string
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
// FIXME: Missing documentation for CallViewFunctionInput
|
|
249
|
-
export type CallViewFunctionInput = {
|
|
250
|
-
// FIXME: Missing documentation for data
|
|
251
|
-
data: string
|
|
252
|
-
|
|
253
|
-
// FIXME: Missing documentation for contract
|
|
254
|
-
contract: string
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
// FIXME: Missing documentation for CallViewFunctionResult
|
|
258
|
-
export type CallViewFunctionResult = {
|
|
259
|
-
// FIXME: Missing documentation for data
|
|
260
|
-
data: string
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
// FIXME: Missing documentation for TrxBlock
|
|
264
|
-
export type TrxBlock = {
|
|
265
|
-
// FIXME: Missing documentation for hash
|
|
266
|
-
hash: string
|
|
267
|
-
|
|
268
|
-
// FIXME: Missing documentation for number
|
|
269
|
-
number: number
|
|
270
|
-
|
|
271
|
-
// FIXME: Missing documentation for timestamp
|
|
272
|
-
timestamp: IsoDatetime
|
|
273
|
-
|
|
274
|
-
// FIXME: Missing documentation for transactions
|
|
275
|
-
transactions: TrxTransaction[]
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
// FIXME: Missing documentation for TrxTransaction
|
|
279
|
-
export type TrxTransaction = {
|
|
280
|
-
// FIXME: Missing documentation for hash
|
|
281
|
-
hash: string
|
|
282
|
-
|
|
283
|
-
// FIXME: Missing documentation for blockNumber
|
|
284
|
-
blockNumber: number
|
|
285
|
-
|
|
286
|
-
// FIXME: Missing documentation for feeLimit
|
|
287
|
-
feeLimit?: Amount
|
|
288
|
-
|
|
289
|
-
// FIXME: Missing documentation for from
|
|
290
|
-
from: BlockchainAddress
|
|
291
|
-
|
|
292
|
-
// FIXME: Missing documentation for receipt
|
|
293
|
-
receipt: TrxReceipt
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
// FIXME: Missing documentation for TrxTransferTransaction
|
|
297
|
-
export type TrxTransferTransaction = {
|
|
298
|
-
// FIXME: Missing documentation for hash
|
|
299
|
-
hash: string
|
|
300
|
-
|
|
301
|
-
// FIXME: Missing documentation for blockNumber
|
|
302
|
-
blockNumber: number
|
|
303
|
-
|
|
304
|
-
// FIXME: Missing documentation for feeLimit
|
|
305
|
-
feeLimit?: Amount
|
|
306
|
-
|
|
307
|
-
// FIXME: Missing documentation for from
|
|
308
|
-
from: BlockchainAddress
|
|
309
|
-
|
|
310
|
-
// FIXME: Missing documentation for receipt
|
|
311
|
-
receipt: TrxReceipt
|
|
312
|
-
|
|
313
|
-
// FIXME: Missing documentation for kind
|
|
314
|
-
kind: TrxTransactionKind.TransferContract
|
|
315
|
-
|
|
316
|
-
// FIXME: Missing documentation for to
|
|
317
|
-
to: BlockchainAddress
|
|
318
|
-
|
|
319
|
-
// FIXME: Missing documentation for amount
|
|
320
|
-
amount: Amount
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
// FIXME: Missing documentation for TrxTransferAssetTransaction
|
|
324
|
-
export type TrxTransferAssetTransaction = {
|
|
325
|
-
// FIXME: Missing documentation for hash
|
|
326
|
-
hash: string
|
|
327
|
-
|
|
328
|
-
// FIXME: Missing documentation for blockNumber
|
|
329
|
-
blockNumber: number
|
|
330
|
-
|
|
331
|
-
// FIXME: Missing documentation for feeLimit
|
|
332
|
-
feeLimit?: Amount
|
|
333
|
-
|
|
334
|
-
// FIXME: Missing documentation for from
|
|
335
|
-
from: BlockchainAddress
|
|
336
|
-
|
|
337
|
-
// FIXME: Missing documentation for receipt
|
|
338
|
-
receipt: TrxReceipt
|
|
339
|
-
|
|
340
|
-
// FIXME: Missing documentation for kind
|
|
341
|
-
kind: TrxTransactionKind.TransferAssetContract
|
|
342
|
-
|
|
343
|
-
// FIXME: Missing documentation for asset
|
|
344
|
-
asset: string
|
|
345
|
-
|
|
346
|
-
// FIXME: Missing documentation for to
|
|
347
|
-
to: BlockchainAddress
|
|
348
|
-
|
|
349
|
-
// FIXME: Missing documentation for amount
|
|
350
|
-
amount: Amount
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
// FIXME: Missing documentation for TrxSmartContractTransaction
|
|
354
|
-
export type TrxSmartContractTransaction = {
|
|
355
|
-
// FIXME: Missing documentation for hash
|
|
356
|
-
hash: string
|
|
357
|
-
|
|
358
|
-
// FIXME: Missing documentation for blockNumber
|
|
359
|
-
blockNumber: number
|
|
360
|
-
|
|
361
|
-
// FIXME: Missing documentation for feeLimit
|
|
362
|
-
feeLimit?: Amount
|
|
363
|
-
|
|
364
|
-
// FIXME: Missing documentation for from
|
|
365
|
-
from: BlockchainAddress
|
|
366
|
-
|
|
367
|
-
// FIXME: Missing documentation for receipt
|
|
368
|
-
receipt: TrxReceipt
|
|
369
|
-
|
|
370
|
-
// FIXME: Missing documentation for kind
|
|
371
|
-
kind: TrxTransactionKind.TriggerSmartContract
|
|
372
|
-
|
|
373
|
-
// FIXME: Missing documentation for contract
|
|
374
|
-
contract: BlockchainAddress
|
|
375
|
-
|
|
376
|
-
// FIXME: Missing documentation for data
|
|
377
|
-
data: string
|
|
378
|
-
|
|
379
|
-
// FIXME: Missing documentation for logs
|
|
380
|
-
logs: EvmLog[]
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
// FIXME: Missing documentation for TrxUntypedTransaction
|
|
384
|
-
export type TrxUntypedTransaction = {
|
|
385
|
-
// FIXME: Missing documentation for hash
|
|
386
|
-
hash: string
|
|
387
|
-
|
|
388
|
-
// FIXME: Missing documentation for blockNumber
|
|
389
|
-
blockNumber: number
|
|
390
|
-
|
|
391
|
-
// FIXME: Missing documentation for feeLimit
|
|
392
|
-
feeLimit?: Amount
|
|
393
|
-
|
|
394
|
-
// FIXME: Missing documentation for from
|
|
395
|
-
from: BlockchainAddress
|
|
396
|
-
|
|
397
|
-
// FIXME: Missing documentation for receipt
|
|
398
|
-
receipt: TrxReceipt
|
|
399
|
-
|
|
400
|
-
// FIXME: Missing documentation for kind
|
|
401
|
-
kind: TrxTransactionKind
|
|
402
|
-
|
|
403
|
-
// FIXME: Missing documentation for parameters
|
|
404
|
-
parameters: Record<string, unknown>
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
// FIXME: Missing documentation for TrxReceipt
|
|
408
|
-
export type TrxReceipt = {
|
|
409
|
-
// FIXME: Missing documentation for fee
|
|
410
|
-
fee?: Amount
|
|
411
|
-
|
|
412
|
-
// FIXME: Missing documentation for energyFee
|
|
413
|
-
energyFee?: Amount
|
|
414
|
-
|
|
415
|
-
// FIXME: Missing documentation for energyUsage
|
|
416
|
-
energyUsage?: Amount
|
|
417
|
-
|
|
418
|
-
// FIXME: Missing documentation for netFee
|
|
419
|
-
netFee?: Amount
|
|
420
|
-
|
|
421
|
-
// FIXME: Missing documentation for netUsage
|
|
422
|
-
netUsage?: Amount
|
|
423
|
-
|
|
424
|
-
// FIXME: Missing documentation for status
|
|
425
|
-
status: TransactionStatus
|
|
426
|
-
|
|
427
|
-
// FIXME: Missing documentation for error
|
|
428
|
-
error?: string
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
// FIXME: Missing documentation for XrpBlock
|
|
432
|
-
export type XrpBlock = {
|
|
433
|
-
// FIXME: Missing documentation for hash
|
|
434
|
-
hash: string
|
|
435
|
-
|
|
436
|
-
// FIXME: Missing documentation for number
|
|
437
|
-
number: number
|
|
438
|
-
|
|
439
|
-
// FIXME: Missing documentation for timestamp
|
|
440
|
-
timestamp: IsoDatetime
|
|
441
|
-
|
|
442
|
-
// FIXME: Missing documentation for transactions
|
|
443
|
-
transactions: XrpTransaction[]
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
// FIXME: Missing documentation for XrpTransaction
|
|
447
|
-
export type XrpTransaction = {
|
|
448
|
-
// FIXME: Missing documentation for hash
|
|
449
|
-
hash: string
|
|
450
|
-
|
|
451
|
-
// FIXME: Missing documentation for blockNumber
|
|
452
|
-
blockNumber: number
|
|
453
|
-
|
|
454
|
-
// FIXME: Missing documentation for account
|
|
455
|
-
account: BlockchainAddress
|
|
456
|
-
|
|
457
|
-
// FIXME: Missing documentation for fee
|
|
458
|
-
fee: Amount
|
|
459
|
-
|
|
460
|
-
// FIXME: Missing documentation for status
|
|
461
|
-
status: TransactionStatus
|
|
462
|
-
|
|
463
|
-
// FIXME: Missing documentation for error
|
|
464
|
-
error?: string
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
// FIXME: Missing documentation for XrpPaymentTransaction
|
|
468
|
-
export type XrpPaymentTransaction = {
|
|
469
|
-
// FIXME: Missing documentation for hash
|
|
470
|
-
hash: string
|
|
471
|
-
|
|
472
|
-
// FIXME: Missing documentation for blockNumber
|
|
473
|
-
blockNumber: number
|
|
474
|
-
|
|
475
|
-
// FIXME: Missing documentation for account
|
|
476
|
-
account: BlockchainAddress
|
|
477
|
-
|
|
478
|
-
// FIXME: Missing documentation for fee
|
|
479
|
-
fee: Amount
|
|
480
|
-
|
|
481
|
-
// FIXME: Missing documentation for status
|
|
482
|
-
status: TransactionStatus
|
|
483
|
-
|
|
484
|
-
// FIXME: Missing documentation for error
|
|
485
|
-
error?: string
|
|
486
|
-
|
|
487
|
-
// FIXME: Missing documentation for kind
|
|
488
|
-
kind: XrpTransactionKind.Payment
|
|
489
|
-
|
|
490
|
-
// FIXME: Missing documentation for to
|
|
491
|
-
to: BlockchainAddress
|
|
492
|
-
|
|
493
|
-
// FIXME: Missing documentation for currency
|
|
494
|
-
currency?: string
|
|
495
|
-
|
|
496
|
-
// FIXME: Missing documentation for issuer
|
|
497
|
-
issuer?: BlockchainAddress
|
|
498
|
-
|
|
499
|
-
// FIXME: Missing documentation for amount
|
|
500
|
-
amount: Amount
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
// FIXME: Missing documentation for XrpUntypedTransaction
|
|
504
|
-
export type XrpUntypedTransaction = {
|
|
505
|
-
// FIXME: Missing documentation for hash
|
|
506
|
-
hash: string
|
|
507
|
-
|
|
508
|
-
// FIXME: Missing documentation for blockNumber
|
|
509
|
-
blockNumber: number
|
|
510
|
-
|
|
511
|
-
// FIXME: Missing documentation for account
|
|
512
|
-
account: BlockchainAddress
|
|
513
|
-
|
|
514
|
-
// FIXME: Missing documentation for fee
|
|
515
|
-
fee: Amount
|
|
516
|
-
|
|
517
|
-
// FIXME: Missing documentation for status
|
|
518
|
-
status: TransactionStatus
|
|
519
|
-
|
|
520
|
-
// FIXME: Missing documentation for error
|
|
521
|
-
error?: string
|
|
522
|
-
|
|
523
|
-
// FIXME: Missing documentation for kind
|
|
524
|
-
kind: XrpTransactionKind
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
// FIXME: Missing documentation for SolBlock
|
|
528
|
-
export type SolBlock = {
|
|
529
|
-
// FIXME: Missing documentation for hash
|
|
530
|
-
hash: string
|
|
531
|
-
|
|
532
|
-
// FIXME: Missing documentation for number
|
|
533
|
-
number: number
|
|
534
|
-
|
|
535
|
-
// FIXME: Missing documentation for timestamp
|
|
536
|
-
timestamp: IsoDatetime
|
|
537
|
-
|
|
538
|
-
// FIXME: Missing documentation for transactions
|
|
539
|
-
transactions: SolTransaction[]
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
// FIXME: Missing documentation for SolTransaction
|
|
543
|
-
export type SolTransaction = {
|
|
544
|
-
// FIXME: Missing documentation for hash
|
|
545
|
-
hash: string
|
|
546
|
-
|
|
547
|
-
// FIXME: Missing documentation for blockNumber
|
|
548
|
-
blockNumber: number
|
|
549
|
-
|
|
550
|
-
// FIXME: Missing documentation for version
|
|
551
|
-
version: string
|
|
552
|
-
|
|
553
|
-
// FIXME: Missing documentation for from
|
|
554
|
-
from: BlockchainAddress
|
|
555
|
-
|
|
556
|
-
// FIXME: Missing documentation for instructions
|
|
557
|
-
instructions: SolInstruction[]
|
|
558
|
-
|
|
559
|
-
// FIXME: Missing documentation for fee
|
|
560
|
-
fee: Amount
|
|
561
|
-
|
|
562
|
-
// FIXME: Missing documentation for status
|
|
563
|
-
status: TransactionStatus
|
|
564
|
-
|
|
565
|
-
// FIXME: Missing documentation for error
|
|
566
|
-
error?: string
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
// FIXME: Missing documentation for SolInstruction
|
|
570
|
-
export type SolInstruction = {
|
|
571
|
-
// FIXME: Missing documentation for index
|
|
572
|
-
index: string
|
|
573
|
-
|
|
574
|
-
// FIXME: Missing documentation for program
|
|
575
|
-
program: BlockchainAddress
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
// FIXME: Missing documentation for SolSystemTransferInstruction
|
|
579
|
-
export type SolSystemTransferInstruction = {
|
|
580
|
-
// FIXME: Missing documentation for index
|
|
581
|
-
index: string
|
|
582
|
-
|
|
583
|
-
// FIXME: Missing documentation for program
|
|
584
|
-
program: BlockchainAddress
|
|
585
|
-
|
|
586
|
-
// FIXME: Missing documentation for kind
|
|
587
|
-
kind: SolInstructionKind.SystemTransfer
|
|
588
|
-
|
|
589
|
-
// FIXME: Missing documentation for from
|
|
590
|
-
from: BlockchainAddress
|
|
591
|
-
|
|
592
|
-
// FIXME: Missing documentation for to
|
|
593
|
-
to: BlockchainAddress
|
|
594
|
-
|
|
595
|
-
// FIXME: Missing documentation for value
|
|
596
|
-
value: Amount
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
// FIXME: Missing documentation for SolTokenTransferInstruction
|
|
600
|
-
export type SolTokenTransferInstruction = {
|
|
601
|
-
// FIXME: Missing documentation for index
|
|
602
|
-
index: string
|
|
603
|
-
|
|
604
|
-
// FIXME: Missing documentation for program
|
|
605
|
-
program: BlockchainAddress
|
|
606
|
-
|
|
607
|
-
// FIXME: Missing documentation for kind
|
|
608
|
-
kind: SolInstructionKind.TokenTransfer
|
|
609
|
-
|
|
610
|
-
// FIXME: Missing documentation for mint
|
|
611
|
-
mint: BlockchainAddress
|
|
612
|
-
|
|
613
|
-
// FIXME: Missing documentation for from
|
|
614
|
-
from: BlockchainAddress
|
|
615
|
-
|
|
616
|
-
// FIXME: Missing documentation for fromTokenAccount
|
|
617
|
-
fromTokenAccount: BlockchainAddress
|
|
618
|
-
|
|
619
|
-
// FIXME: Missing documentation for to
|
|
620
|
-
to: BlockchainAddress
|
|
621
|
-
|
|
622
|
-
// FIXME: Missing documentation for toTokenAccount
|
|
623
|
-
toTokenAccount: BlockchainAddress
|
|
624
|
-
|
|
625
|
-
// FIXME: Missing documentation for value
|
|
626
|
-
value: Amount
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
// FIXME: Missing documentation for SolUntypedInstruction
|
|
630
|
-
export type SolUntypedInstruction = {
|
|
631
|
-
// FIXME: Missing documentation for index
|
|
632
|
-
index: string
|
|
633
|
-
|
|
634
|
-
// FIXME: Missing documentation for program
|
|
635
|
-
program: BlockchainAddress
|
|
636
|
-
|
|
637
|
-
// FIXME: Missing documentation for accounts
|
|
638
|
-
accounts: BlockchainAddress[]
|
|
639
|
-
|
|
640
|
-
// FIXME: Missing documentation for data
|
|
641
|
-
data: string
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
// FIXME: Missing documentation for EvmLog
|
|
645
|
-
export type EvmLog = Erc20Log | Erc721Log | EvmUntypedLog
|
|
646
|
-
|
|
647
|
-
// FIXME: Missing documentation for EvmLogKind
|
|
648
|
-
export enum EvmLogKind {
|
|
649
|
-
// FIXME: Missing documentation for Unknown
|
|
650
|
-
Unknown = 'Unknown',
|
|
651
|
-
// FIXME: Missing documentation for Erc20
|
|
652
|
-
Erc20 = 'Erc20',
|
|
653
|
-
// FIXME: Missing documentation for Erc721
|
|
654
|
-
Erc721 = 'Erc721',
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
// FIXME: Missing documentation for TransactionStatus
|
|
658
|
-
export enum TransactionStatus {
|
|
659
|
-
// FIXME: Missing documentation for SUCCESS
|
|
660
|
-
SUCCESS = 'SUCCESS',
|
|
661
|
-
// FIXME: Missing documentation for FAILED
|
|
662
|
-
FAILED = 'FAILED',
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
// FIXME: Missing documentation for TrxTransactionKind
|
|
666
|
-
export enum TrxTransactionKind {
|
|
667
|
-
// FIXME: Missing documentation for TransferContract
|
|
668
|
-
TransferContract = 'TransferContract',
|
|
669
|
-
// FIXME: Missing documentation for TransferAssetContract
|
|
670
|
-
TransferAssetContract = 'TransferAssetContract',
|
|
671
|
-
// FIXME: Missing documentation for TriggerSmartContract
|
|
672
|
-
TriggerSmartContract = 'TriggerSmartContract',
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
// FIXME: Missing documentation for XrpTransactionKind
|
|
676
|
-
export enum XrpTransactionKind {
|
|
677
|
-
// FIXME: Missing documentation for Payment
|
|
678
|
-
Payment = 'Payment',
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
// FIXME: Missing documentation for SolInstructionKind
|
|
682
|
-
export enum SolInstructionKind {
|
|
683
|
-
// FIXME: Missing documentation for SystemTransfer
|
|
684
|
-
SystemTransfer = 'SystemTransfer',
|
|
685
|
-
// FIXME: Missing documentation for TokenTransfer
|
|
686
|
-
TokenTransfer = 'TokenTransfer',
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
// FIXME: Missing documentation for FeeEstimationKind
|
|
690
|
-
export enum FeeEstimationKind {
|
|
691
|
-
// FIXME: Missing documentation for Eip1559
|
|
692
|
-
Eip1559 = 'Eip1559',
|
|
693
|
-
// FIXME: Missing documentation for EthLegacy
|
|
694
|
-
EthLegacy = 'EthLegacy',
|
|
695
|
-
}
|