@wirexapp/wpay-baas-sdk 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/LICENSE +21 -0
- package/README.md +566 -0
- package/dist/abi/accounts.abi.d.ts +405 -0
- package/dist/abi/accounts.abi.d.ts.map +1 -0
- package/dist/abi/accounts.abi.js +351 -0
- package/dist/abi/accounts.abi.js.map +1 -0
- package/dist/abi/contractRegistry.abi.d.ts +220 -0
- package/dist/abi/contractRegistry.abi.d.ts.map +1 -0
- package/dist/abi/contractRegistry.abi.js +287 -0
- package/dist/abi/contractRegistry.abi.js.map +1 -0
- package/dist/abi/corporateAccounts.abi.d.ts +42 -0
- package/dist/abi/corporateAccounts.abi.d.ts.map +1 -0
- package/dist/abi/corporateAccounts.abi.js +34 -0
- package/dist/abi/corporateAccounts.abi.js.map +1 -0
- package/dist/abi/erc20.abi.d.ts +253 -0
- package/dist/abi/erc20.abi.d.ts.map +1 -0
- package/dist/abi/erc20.abi.js +98 -0
- package/dist/abi/erc20.abi.js.map +1 -0
- package/dist/abi/executionDelayPolicy.abi.d.ts +378 -0
- package/dist/abi/executionDelayPolicy.abi.d.ts.map +1 -0
- package/dist/abi/executionDelayPolicy.abi.js +502 -0
- package/dist/abi/executionDelayPolicy.abi.js.map +1 -0
- package/dist/abi/fundsManagement.abi.d.ts +54 -0
- package/dist/abi/fundsManagement.abi.d.ts.map +1 -0
- package/dist/abi/fundsManagement.abi.js +361 -0
- package/dist/abi/fundsManagement.abi.js.map +1 -0
- package/dist/abi/index.d.ts +11 -0
- package/dist/abi/index.d.ts.map +1 -0
- package/dist/abi/index.js +11 -0
- package/dist/abi/index.js.map +1 -0
- package/dist/abi/signer.abi.d.ts +20 -0
- package/dist/abi/signer.abi.d.ts.map +1 -0
- package/dist/abi/signer.abi.js +13 -0
- package/dist/abi/signer.abi.js.map +1 -0
- package/dist/abi/synthetic.abi.d.ts +2459 -0
- package/dist/abi/synthetic.abi.d.ts.map +1 -0
- package/dist/abi/synthetic.abi.js +1739 -0
- package/dist/abi/synthetic.abi.js.map +1 -0
- package/dist/abi/tokenRegistry.abi.d.ts +209 -0
- package/dist/abi/tokenRegistry.abi.d.ts.map +1 -0
- package/dist/abi/tokenRegistry.abi.js +117 -0
- package/dist/abi/tokenRegistry.abi.js.map +1 -0
- package/dist/abi/yieldCalculator.abi.d.ts +327 -0
- package/dist/abi/yieldCalculator.abi.d.ts.map +1 -0
- package/dist/abi/yieldCalculator.abi.js +2 -0
- package/dist/abi/yieldCalculator.abi.js.map +1 -0
- package/dist/client.d.ts +23 -0
- package/dist/client.d.ts.map +1 -0
- package/dist/client.js +97 -0
- package/dist/client.js.map +1 -0
- package/dist/core/config/config.service.d.ts +18 -0
- package/dist/core/config/config.service.d.ts.map +1 -0
- package/dist/core/config/config.service.js +78 -0
- package/dist/core/config/config.service.js.map +1 -0
- package/dist/core/config/index.d.ts +4 -0
- package/dist/core/config/index.d.ts.map +1 -0
- package/dist/core/config/index.js +3 -0
- package/dist/core/config/index.js.map +1 -0
- package/dist/core/config/types.d.ts +40 -0
- package/dist/core/config/types.d.ts.map +1 -0
- package/dist/core/config/types.js +5 -0
- package/dist/core/config/types.js.map +1 -0
- package/dist/core/errors.d.ts +31 -0
- package/dist/core/errors.d.ts.map +1 -0
- package/dist/core/errors.js +63 -0
- package/dist/core/errors.js.map +1 -0
- package/dist/core/index.d.ts +8 -0
- package/dist/core/index.d.ts.map +1 -0
- package/dist/core/index.js +5 -0
- package/dist/core/index.js.map +1 -0
- package/dist/core/internal/http-client.d.ts +40 -0
- package/dist/core/internal/http-client.d.ts.map +1 -0
- package/dist/core/internal/http-client.js +113 -0
- package/dist/core/internal/http-client.js.map +1 -0
- package/dist/core/types.d.ts +82 -0
- package/dist/core/types.d.ts.map +1 -0
- package/dist/core/types.js +13 -0
- package/dist/core/types.js.map +1 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +7 -0
- package/dist/index.js.map +1 -0
- package/dist/modules/api/api.module.d.ts +21 -0
- package/dist/modules/api/api.module.d.ts.map +1 -0
- package/dist/modules/api/api.module.js +47 -0
- package/dist/modules/api/api.module.js.map +1 -0
- package/dist/modules/api/baas/activity/activity.service.d.ts +34 -0
- package/dist/modules/api/baas/activity/activity.service.d.ts.map +1 -0
- package/dist/modules/api/baas/activity/activity.service.js +61 -0
- package/dist/modules/api/baas/activity/activity.service.js.map +1 -0
- package/dist/modules/api/baas/activity/index.d.ts +3 -0
- package/dist/modules/api/baas/activity/index.d.ts.map +1 -0
- package/dist/modules/api/baas/activity/index.js +2 -0
- package/dist/modules/api/baas/activity/index.js.map +1 -0
- package/dist/modules/api/baas/activity/types.d.ts +166 -0
- package/dist/modules/api/baas/activity/types.d.ts.map +1 -0
- package/dist/modules/api/baas/activity/types.js +5 -0
- package/dist/modules/api/baas/activity/types.js.map +1 -0
- package/dist/modules/api/baas/baas.module.d.ts +41 -0
- package/dist/modules/api/baas/baas.module.d.ts.map +1 -0
- package/dist/modules/api/baas/baas.module.js +144 -0
- package/dist/modules/api/baas/baas.module.js.map +1 -0
- package/dist/modules/api/baas/bank/bank.service.d.ts +42 -0
- package/dist/modules/api/baas/bank/bank.service.d.ts.map +1 -0
- package/dist/modules/api/baas/bank/bank.service.js +75 -0
- package/dist/modules/api/baas/bank/bank.service.js.map +1 -0
- package/dist/modules/api/baas/bank/index.d.ts +3 -0
- package/dist/modules/api/baas/bank/index.d.ts.map +1 -0
- package/dist/modules/api/baas/bank/index.js +2 -0
- package/dist/modules/api/baas/bank/index.js.map +1 -0
- package/dist/modules/api/baas/bank/types.d.ts +116 -0
- package/dist/modules/api/baas/bank/types.d.ts.map +1 -0
- package/dist/modules/api/baas/bank/types.js +5 -0
- package/dist/modules/api/baas/bank/types.js.map +1 -0
- package/dist/modules/api/baas/cards/cards.service.d.ts +118 -0
- package/dist/modules/api/baas/cards/cards.service.d.ts.map +1 -0
- package/dist/modules/api/baas/cards/cards.service.js +254 -0
- package/dist/modules/api/baas/cards/cards.service.js.map +1 -0
- package/dist/modules/api/baas/cards/index.d.ts +3 -0
- package/dist/modules/api/baas/cards/index.d.ts.map +1 -0
- package/dist/modules/api/baas/cards/index.js +2 -0
- package/dist/modules/api/baas/cards/index.js.map +1 -0
- package/dist/modules/api/baas/cards/types.d.ts +249 -0
- package/dist/modules/api/baas/cards/types.d.ts.map +1 -0
- package/dist/modules/api/baas/cards/types.js +5 -0
- package/dist/modules/api/baas/cards/types.js.map +1 -0
- package/dist/modules/api/baas/config/config.service.d.ts +21 -0
- package/dist/modules/api/baas/config/config.service.d.ts.map +1 -0
- package/dist/modules/api/baas/config/config.service.js +22 -0
- package/dist/modules/api/baas/config/config.service.js.map +1 -0
- package/dist/modules/api/baas/config/index.d.ts +3 -0
- package/dist/modules/api/baas/config/index.d.ts.map +1 -0
- package/dist/modules/api/baas/config/index.js +2 -0
- package/dist/modules/api/baas/config/index.js.map +1 -0
- package/dist/modules/api/baas/config/types.d.ts +42 -0
- package/dist/modules/api/baas/config/types.d.ts.map +1 -0
- package/dist/modules/api/baas/config/types.js +2 -0
- package/dist/modules/api/baas/config/types.js.map +1 -0
- package/dist/modules/api/baas/confirmation/confirmation.service.d.ts +30 -0
- package/dist/modules/api/baas/confirmation/confirmation.service.d.ts.map +1 -0
- package/dist/modules/api/baas/confirmation/confirmation.service.js +39 -0
- package/dist/modules/api/baas/confirmation/confirmation.service.js.map +1 -0
- package/dist/modules/api/baas/confirmation/index.d.ts +3 -0
- package/dist/modules/api/baas/confirmation/index.d.ts.map +1 -0
- package/dist/modules/api/baas/confirmation/index.js +2 -0
- package/dist/modules/api/baas/confirmation/index.js.map +1 -0
- package/dist/modules/api/baas/confirmation/types.d.ts +30 -0
- package/dist/modules/api/baas/confirmation/types.d.ts.map +1 -0
- package/dist/modules/api/baas/confirmation/types.js +5 -0
- package/dist/modules/api/baas/confirmation/types.js.map +1 -0
- package/dist/modules/api/baas/index.d.ts +12 -0
- package/dist/modules/api/baas/index.d.ts.map +1 -0
- package/dist/modules/api/baas/index.js +12 -0
- package/dist/modules/api/baas/index.js.map +1 -0
- package/dist/modules/api/baas/rates/index.d.ts +3 -0
- package/dist/modules/api/baas/rates/index.d.ts.map +1 -0
- package/dist/modules/api/baas/rates/index.js +2 -0
- package/dist/modules/api/baas/rates/index.js.map +1 -0
- package/dist/modules/api/baas/rates/rates.service.d.ts +21 -0
- package/dist/modules/api/baas/rates/rates.service.d.ts.map +1 -0
- package/dist/modules/api/baas/rates/rates.service.js +25 -0
- package/dist/modules/api/baas/rates/rates.service.js.map +1 -0
- package/dist/modules/api/baas/rates/types.d.ts +12 -0
- package/dist/modules/api/baas/rates/types.d.ts.map +1 -0
- package/dist/modules/api/baas/rates/types.js +2 -0
- package/dist/modules/api/baas/rates/types.js.map +1 -0
- package/dist/modules/api/baas/recipients/index.d.ts +3 -0
- package/dist/modules/api/baas/recipients/index.d.ts.map +1 -0
- package/dist/modules/api/baas/recipients/index.js +2 -0
- package/dist/modules/api/baas/recipients/index.js.map +1 -0
- package/dist/modules/api/baas/recipients/recipients.service.d.ts +74 -0
- package/dist/modules/api/baas/recipients/recipients.service.d.ts.map +1 -0
- package/dist/modules/api/baas/recipients/recipients.service.js +190 -0
- package/dist/modules/api/baas/recipients/recipients.service.js.map +1 -0
- package/dist/modules/api/baas/recipients/types.d.ts +208 -0
- package/dist/modules/api/baas/recipients/types.d.ts.map +1 -0
- package/dist/modules/api/baas/recipients/types.js +5 -0
- package/dist/modules/api/baas/recipients/types.js.map +1 -0
- package/dist/modules/api/baas/token/index.d.ts +3 -0
- package/dist/modules/api/baas/token/index.d.ts.map +1 -0
- package/dist/modules/api/baas/token/index.js +2 -0
- package/dist/modules/api/baas/token/index.js.map +1 -0
- package/dist/modules/api/baas/token/token.service.d.ts +21 -0
- package/dist/modules/api/baas/token/token.service.d.ts.map +1 -0
- package/dist/modules/api/baas/token/token.service.js +22 -0
- package/dist/modules/api/baas/token/token.service.js.map +1 -0
- package/dist/modules/api/baas/token/types.d.ts +12 -0
- package/dist/modules/api/baas/token/types.d.ts.map +1 -0
- package/dist/modules/api/baas/token/types.js +2 -0
- package/dist/modules/api/baas/token/types.js.map +1 -0
- package/dist/modules/api/baas/user/index.d.ts +3 -0
- package/dist/modules/api/baas/user/index.d.ts.map +1 -0
- package/dist/modules/api/baas/user/index.js +2 -0
- package/dist/modules/api/baas/user/index.js.map +1 -0
- package/dist/modules/api/baas/user/types.d.ts +145 -0
- package/dist/modules/api/baas/user/types.d.ts.map +1 -0
- package/dist/modules/api/baas/user/types.js +5 -0
- package/dist/modules/api/baas/user/types.js.map +1 -0
- package/dist/modules/api/baas/user/user.service.d.ts +73 -0
- package/dist/modules/api/baas/user/user.service.d.ts.map +1 -0
- package/dist/modules/api/baas/user/user.service.js +140 -0
- package/dist/modules/api/baas/user/user.service.js.map +1 -0
- package/dist/modules/api/baas/wallet/index.d.ts +3 -0
- package/dist/modules/api/baas/wallet/index.d.ts.map +1 -0
- package/dist/modules/api/baas/wallet/index.js +2 -0
- package/dist/modules/api/baas/wallet/index.js.map +1 -0
- package/dist/modules/api/baas/wallet/types.d.ts +26 -0
- package/dist/modules/api/baas/wallet/types.d.ts.map +1 -0
- package/dist/modules/api/baas/wallet/types.js +5 -0
- package/dist/modules/api/baas/wallet/types.js.map +1 -0
- package/dist/modules/api/baas/wallet/wallet.service.d.ts +30 -0
- package/dist/modules/api/baas/wallet/wallet.service.d.ts.map +1 -0
- package/dist/modules/api/baas/wallet/wallet.service.js +43 -0
- package/dist/modules/api/baas/wallet/wallet.service.js.map +1 -0
- package/dist/modules/api/index.d.ts +7 -0
- package/dist/modules/api/index.d.ts.map +1 -0
- package/dist/modules/api/index.js +5 -0
- package/dist/modules/api/index.js.map +1 -0
- package/dist/modules/api/internal/endpoints/wallets.api.d.ts +8 -0
- package/dist/modules/api/internal/endpoints/wallets.api.d.ts.map +1 -0
- package/dist/modules/api/internal/endpoints/wallets.api.js +9 -0
- package/dist/modules/api/internal/endpoints/wallets.api.js.map +1 -0
- package/dist/modules/api/internal/endpoints/withdrawal.api.d.ts +8 -0
- package/dist/modules/api/internal/endpoints/withdrawal.api.d.ts.map +1 -0
- package/dist/modules/api/internal/endpoints/withdrawal.api.js +10 -0
- package/dist/modules/api/internal/endpoints/withdrawal.api.js.map +1 -0
- package/dist/modules/api/types/common.types.d.ts +19 -0
- package/dist/modules/api/types/common.types.d.ts.map +1 -0
- package/dist/modules/api/types/common.types.js +2 -0
- package/dist/modules/api/types/common.types.js.map +1 -0
- package/dist/modules/api/types/wallets.types.d.ts +12 -0
- package/dist/modules/api/types/wallets.types.d.ts.map +1 -0
- package/dist/modules/api/types/wallets.types.js +2 -0
- package/dist/modules/api/types/wallets.types.js.map +1 -0
- package/dist/modules/auth/auth.service.d.ts +32 -0
- package/dist/modules/auth/auth.service.d.ts.map +1 -0
- package/dist/modules/auth/auth.service.js +182 -0
- package/dist/modules/auth/auth.service.js.map +1 -0
- package/dist/modules/auth/index.d.ts +3 -0
- package/dist/modules/auth/index.d.ts.map +1 -0
- package/dist/modules/auth/index.js +2 -0
- package/dist/modules/auth/index.js.map +1 -0
- package/dist/modules/auth/types.d.ts +82 -0
- package/dist/modules/auth/types.d.ts.map +1 -0
- package/dist/modules/auth/types.js +2 -0
- package/dist/modules/auth/types.js.map +1 -0
- package/dist/modules/crypto/chains/base/account-abstraction.service.d.ts +28 -0
- package/dist/modules/crypto/chains/base/account-abstraction.service.d.ts.map +1 -0
- package/dist/modules/crypto/chains/base/account-abstraction.service.js +173 -0
- package/dist/modules/crypto/chains/base/account-abstraction.service.js.map +1 -0
- package/dist/modules/crypto/chains/base/account.contract.service.d.ts +26 -0
- package/dist/modules/crypto/chains/base/account.contract.service.d.ts.map +1 -0
- package/dist/modules/crypto/chains/base/account.contract.service.js +109 -0
- package/dist/modules/crypto/chains/base/account.contract.service.js.map +1 -0
- package/dist/modules/crypto/chains/base/crypto.service.d.ts +32 -0
- package/dist/modules/crypto/chains/base/crypto.service.d.ts.map +1 -0
- package/dist/modules/crypto/chains/base/crypto.service.js +211 -0
- package/dist/modules/crypto/chains/base/crypto.service.js.map +1 -0
- package/dist/modules/crypto/chains/base/index.d.ts +6 -0
- package/dist/modules/crypto/chains/base/index.d.ts.map +1 -0
- package/dist/modules/crypto/chains/base/index.js +54 -0
- package/dist/modules/crypto/chains/base/index.js.map +1 -0
- package/dist/modules/crypto/chains/base/wallet.service.d.ts +53 -0
- package/dist/modules/crypto/chains/base/wallet.service.d.ts.map +1 -0
- package/dist/modules/crypto/chains/base/wallet.service.js +142 -0
- package/dist/modules/crypto/chains/base/wallet.service.js.map +1 -0
- package/dist/modules/crypto/chains/base/yield.service.d.ts +38 -0
- package/dist/modules/crypto/chains/base/yield.service.d.ts.map +1 -0
- package/dist/modules/crypto/chains/base/yield.service.js +297 -0
- package/dist/modules/crypto/chains/base/yield.service.js.map +1 -0
- package/dist/modules/crypto/chains/index.d.ts +5 -0
- package/dist/modules/crypto/chains/index.d.ts.map +1 -0
- package/dist/modules/crypto/chains/index.js +3 -0
- package/dist/modules/crypto/chains/index.js.map +1 -0
- package/dist/modules/crypto/chains/registry.d.ts +11 -0
- package/dist/modules/crypto/chains/registry.d.ts.map +1 -0
- package/dist/modules/crypto/chains/registry.js +19 -0
- package/dist/modules/crypto/chains/registry.js.map +1 -0
- package/dist/modules/crypto/chains/types.d.ts +37 -0
- package/dist/modules/crypto/chains/types.d.ts.map +1 -0
- package/dist/modules/crypto/chains/types.js +2 -0
- package/dist/modules/crypto/chains/types.js.map +1 -0
- package/dist/modules/crypto/crypto.module.d.ts +40 -0
- package/dist/modules/crypto/crypto.module.d.ts.map +1 -0
- package/dist/modules/crypto/crypto.module.js +127 -0
- package/dist/modules/crypto/crypto.module.js.map +1 -0
- package/dist/modules/crypto/index.d.ts +9 -0
- package/dist/modules/crypto/index.d.ts.map +1 -0
- package/dist/modules/crypto/index.js +8 -0
- package/dist/modules/crypto/index.js.map +1 -0
- package/dist/modules/crypto/interfaces/account-abstraction.interface.d.ts +8 -0
- package/dist/modules/crypto/interfaces/account-abstraction.interface.d.ts.map +1 -0
- package/dist/modules/crypto/interfaces/account-abstraction.interface.js +2 -0
- package/dist/modules/crypto/interfaces/account-abstraction.interface.js.map +1 -0
- package/dist/modules/crypto/interfaces/account-contract.interface.d.ts +8 -0
- package/dist/modules/crypto/interfaces/account-contract.interface.d.ts.map +1 -0
- package/dist/modules/crypto/interfaces/account-contract.interface.js +2 -0
- package/dist/modules/crypto/interfaces/account-contract.interface.js.map +1 -0
- package/dist/modules/crypto/interfaces/crypto.interface.d.ts +50 -0
- package/dist/modules/crypto/interfaces/crypto.interface.d.ts.map +1 -0
- package/dist/modules/crypto/interfaces/crypto.interface.js +2 -0
- package/dist/modules/crypto/interfaces/crypto.interface.js.map +1 -0
- package/dist/modules/crypto/interfaces/index.d.ts +5 -0
- package/dist/modules/crypto/interfaces/index.d.ts.map +1 -0
- package/dist/modules/crypto/interfaces/index.js +2 -0
- package/dist/modules/crypto/interfaces/index.js.map +1 -0
- package/dist/modules/crypto/interfaces/yield.interface.d.ts +19 -0
- package/dist/modules/crypto/interfaces/yield.interface.d.ts.map +1 -0
- package/dist/modules/crypto/interfaces/yield.interface.js +2 -0
- package/dist/modules/crypto/interfaces/yield.interface.js.map +1 -0
- package/dist/modules/crypto/internal/contract-registry.service.d.ts +14 -0
- package/dist/modules/crypto/internal/contract-registry.service.d.ts.map +1 -0
- package/dist/modules/crypto/internal/contract-registry.service.js +76 -0
- package/dist/modules/crypto/internal/contract-registry.service.js.map +1 -0
- package/dist/modules/crypto/internal/smartDepositWallet.service.d.ts +39 -0
- package/dist/modules/crypto/internal/smartDepositWallet.service.d.ts.map +1 -0
- package/dist/modules/crypto/internal/smartDepositWallet.service.js +183 -0
- package/dist/modules/crypto/internal/smartDepositWallet.service.js.map +1 -0
- package/dist/modules/crypto/types.d.ts +47 -0
- package/dist/modules/crypto/types.d.ts.map +1 -0
- package/dist/modules/crypto/types.js +2 -0
- package/dist/modules/crypto/types.js.map +1 -0
- package/package.json +96 -0
|
@@ -0,0 +1,351 @@
|
|
|
1
|
+
export const accountsAbi = [
|
|
2
|
+
{ type: 'error', name: 'InvalidInitialization', inputs: [] },
|
|
3
|
+
{
|
|
4
|
+
type: 'error',
|
|
5
|
+
name: 'NotInitializing',
|
|
6
|
+
inputs: [],
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
type: 'event',
|
|
10
|
+
anonymous: false,
|
|
11
|
+
name: 'AccountCreated',
|
|
12
|
+
inputs: [{ type: 'address', name: 'owner', indexed: false }],
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
type: 'event',
|
|
16
|
+
anonymous: false,
|
|
17
|
+
name: 'AccountStatusChanged',
|
|
18
|
+
inputs: [
|
|
19
|
+
{ type: 'address', name: 'owner', indexed: false },
|
|
20
|
+
{
|
|
21
|
+
type: 'uint8',
|
|
22
|
+
name: 'newStatus',
|
|
23
|
+
indexed: false,
|
|
24
|
+
},
|
|
25
|
+
],
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
type: 'event',
|
|
29
|
+
anonymous: false,
|
|
30
|
+
name: 'AccountVerificationStatusChanged',
|
|
31
|
+
inputs: [
|
|
32
|
+
{ type: 'address', name: 'owner', indexed: false },
|
|
33
|
+
{
|
|
34
|
+
type: 'uint8',
|
|
35
|
+
name: 'newStatus',
|
|
36
|
+
indexed: false,
|
|
37
|
+
},
|
|
38
|
+
],
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
type: 'event',
|
|
42
|
+
anonymous: false,
|
|
43
|
+
name: 'Initialized',
|
|
44
|
+
inputs: [{ type: 'uint64', name: 'version', indexed: false }],
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
type: 'event',
|
|
48
|
+
anonymous: false,
|
|
49
|
+
name: 'UserAccountCreated',
|
|
50
|
+
inputs: [
|
|
51
|
+
{ type: 'bytes16', name: 'parentEntity', indexed: false },
|
|
52
|
+
{
|
|
53
|
+
type: 'address',
|
|
54
|
+
name: 'owner',
|
|
55
|
+
indexed: false,
|
|
56
|
+
},
|
|
57
|
+
],
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
type: 'event',
|
|
61
|
+
anonymous: false,
|
|
62
|
+
name: 'UserAccountStatusChanged',
|
|
63
|
+
inputs: [
|
|
64
|
+
{ type: 'bytes16', name: 'parentEntity', indexed: false },
|
|
65
|
+
{
|
|
66
|
+
type: 'address',
|
|
67
|
+
name: 'owner',
|
|
68
|
+
indexed: false,
|
|
69
|
+
},
|
|
70
|
+
{ type: 'uint8', name: 'newStatus', indexed: false },
|
|
71
|
+
],
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
type: 'event',
|
|
75
|
+
anonymous: false,
|
|
76
|
+
name: 'UserAccountVerificationStatusChanged',
|
|
77
|
+
inputs: [
|
|
78
|
+
{ type: 'bytes16', name: 'parentEntity', indexed: false },
|
|
79
|
+
{
|
|
80
|
+
type: 'address',
|
|
81
|
+
name: 'owner',
|
|
82
|
+
indexed: false,
|
|
83
|
+
},
|
|
84
|
+
{ type: 'uint8', name: 'newStatus', indexed: false },
|
|
85
|
+
],
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
type: 'event',
|
|
89
|
+
anonymous: false,
|
|
90
|
+
name: 'WalletConfirmationStatusChanged',
|
|
91
|
+
inputs: [
|
|
92
|
+
{ type: 'bytes16', name: 'parentEntity', indexed: false },
|
|
93
|
+
{
|
|
94
|
+
type: 'address',
|
|
95
|
+
name: 'wallet',
|
|
96
|
+
indexed: false,
|
|
97
|
+
},
|
|
98
|
+
{ type: 'uint8', name: 'newStatus', indexed: false },
|
|
99
|
+
],
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
type: 'event',
|
|
103
|
+
anonymous: false,
|
|
104
|
+
name: 'WalletLinked',
|
|
105
|
+
inputs: [
|
|
106
|
+
{ type: 'bytes16', name: 'parentEntity', indexed: false },
|
|
107
|
+
{
|
|
108
|
+
type: 'address',
|
|
109
|
+
name: 'owner',
|
|
110
|
+
indexed: false,
|
|
111
|
+
},
|
|
112
|
+
{ type: 'address', name: 'wallet', indexed: false },
|
|
113
|
+
],
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'event',
|
|
117
|
+
anonymous: false,
|
|
118
|
+
name: 'WalletRoleAssigned',
|
|
119
|
+
inputs: [
|
|
120
|
+
{ type: 'bytes16', name: 'parentEntity', indexed: false },
|
|
121
|
+
{
|
|
122
|
+
type: 'address',
|
|
123
|
+
name: 'account',
|
|
124
|
+
indexed: false,
|
|
125
|
+
},
|
|
126
|
+
{ type: 'address', name: 'wallet', indexed: false },
|
|
127
|
+
{ type: 'string', name: 'role', indexed: false },
|
|
128
|
+
],
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
type: 'event',
|
|
132
|
+
anonymous: false,
|
|
133
|
+
name: 'WalletRoleRemoved',
|
|
134
|
+
inputs: [
|
|
135
|
+
{ type: 'bytes16', name: 'parentEntity', indexed: false },
|
|
136
|
+
{
|
|
137
|
+
type: 'address',
|
|
138
|
+
name: 'account',
|
|
139
|
+
indexed: false,
|
|
140
|
+
},
|
|
141
|
+
{ type: 'address', name: 'wallet', indexed: false },
|
|
142
|
+
],
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
type: 'function',
|
|
146
|
+
name: 'assignWalletRole',
|
|
147
|
+
constant: false,
|
|
148
|
+
payable: false,
|
|
149
|
+
inputs: [
|
|
150
|
+
{ type: 'bytes16', name: 'parentEntity' },
|
|
151
|
+
{ type: 'address', name: 'account' },
|
|
152
|
+
{
|
|
153
|
+
type: 'address',
|
|
154
|
+
name: 'wallet',
|
|
155
|
+
},
|
|
156
|
+
{ type: 'string', name: 'role' },
|
|
157
|
+
],
|
|
158
|
+
outputs: [],
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
type: 'function',
|
|
162
|
+
name: 'changeAccountStatus',
|
|
163
|
+
constant: false,
|
|
164
|
+
payable: false,
|
|
165
|
+
inputs: [
|
|
166
|
+
{ type: 'address', name: 'owner' },
|
|
167
|
+
{ type: 'uint8', name: 'newStatus' },
|
|
168
|
+
],
|
|
169
|
+
outputs: [],
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'function',
|
|
173
|
+
name: 'changeAccountVerificationStatus',
|
|
174
|
+
constant: false,
|
|
175
|
+
payable: false,
|
|
176
|
+
inputs: [
|
|
177
|
+
{ type: 'address', name: 'owner' },
|
|
178
|
+
{ type: 'uint8', name: 'newStatus' },
|
|
179
|
+
],
|
|
180
|
+
outputs: [],
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
type: 'function',
|
|
184
|
+
name: 'changeUserAccountStatus',
|
|
185
|
+
constant: false,
|
|
186
|
+
payable: false,
|
|
187
|
+
inputs: [
|
|
188
|
+
{ type: 'bytes16', name: 'parentEntity' },
|
|
189
|
+
{ type: 'address', name: 'owner' },
|
|
190
|
+
{
|
|
191
|
+
type: 'uint8',
|
|
192
|
+
name: 'newStatus',
|
|
193
|
+
},
|
|
194
|
+
],
|
|
195
|
+
outputs: [],
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
type: 'function',
|
|
199
|
+
name: 'changeUserAccountVerificationStatus',
|
|
200
|
+
constant: false,
|
|
201
|
+
payable: false,
|
|
202
|
+
inputs: [
|
|
203
|
+
{ type: 'bytes16', name: 'parentEntity' },
|
|
204
|
+
{ type: 'address', name: 'owner' },
|
|
205
|
+
{
|
|
206
|
+
type: 'uint8',
|
|
207
|
+
name: 'newStatus',
|
|
208
|
+
},
|
|
209
|
+
],
|
|
210
|
+
outputs: [],
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
type: 'function',
|
|
214
|
+
name: 'changeWalletConfirmationStatus',
|
|
215
|
+
constant: false,
|
|
216
|
+
payable: false,
|
|
217
|
+
inputs: [
|
|
218
|
+
{ type: 'bytes16', name: 'parentEntity' },
|
|
219
|
+
{ type: 'address', name: 'wallet' },
|
|
220
|
+
{
|
|
221
|
+
type: 'uint8',
|
|
222
|
+
name: 'status',
|
|
223
|
+
},
|
|
224
|
+
],
|
|
225
|
+
outputs: [],
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
type: 'function',
|
|
229
|
+
name: 'createAccount',
|
|
230
|
+
constant: false,
|
|
231
|
+
payable: false,
|
|
232
|
+
inputs: [],
|
|
233
|
+
outputs: [],
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
type: 'function',
|
|
237
|
+
name: 'createUserAccount',
|
|
238
|
+
constant: false,
|
|
239
|
+
payable: false,
|
|
240
|
+
inputs: [{ type: 'bytes16', name: 'parentEntity' }],
|
|
241
|
+
outputs: [],
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
type: 'function',
|
|
245
|
+
name: 'createUserAccountWithWallet',
|
|
246
|
+
constant: false,
|
|
247
|
+
payable: false,
|
|
248
|
+
inputs: [{ type: 'bytes16', name: 'parentEntity' }],
|
|
249
|
+
outputs: [],
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
type: 'function',
|
|
253
|
+
name: 'getAccount',
|
|
254
|
+
constant: true,
|
|
255
|
+
stateMutability: 'view',
|
|
256
|
+
payable: false,
|
|
257
|
+
inputs: [{ type: 'address', name: 'owner' }],
|
|
258
|
+
outputs: [
|
|
259
|
+
{
|
|
260
|
+
type: 'tuple',
|
|
261
|
+
name: '',
|
|
262
|
+
components: [
|
|
263
|
+
{ type: 'uint8', name: 'status' },
|
|
264
|
+
{ type: 'uint8', name: 'verificationStatus' },
|
|
265
|
+
],
|
|
266
|
+
},
|
|
267
|
+
],
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
type: 'function',
|
|
271
|
+
name: 'getUserAccount',
|
|
272
|
+
constant: true,
|
|
273
|
+
stateMutability: 'view',
|
|
274
|
+
payable: false,
|
|
275
|
+
inputs: [
|
|
276
|
+
{ type: 'address', name: 'owner' },
|
|
277
|
+
{ type: 'bytes16', name: 'parentEntity' },
|
|
278
|
+
],
|
|
279
|
+
outputs: [
|
|
280
|
+
{
|
|
281
|
+
type: 'tuple',
|
|
282
|
+
name: '',
|
|
283
|
+
components: [
|
|
284
|
+
{ type: 'uint8', name: 'status' },
|
|
285
|
+
{ type: 'uint8', name: 'verificationStatus' },
|
|
286
|
+
],
|
|
287
|
+
},
|
|
288
|
+
],
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
type: 'function',
|
|
292
|
+
name: 'getWallet',
|
|
293
|
+
constant: true,
|
|
294
|
+
stateMutability: 'view',
|
|
295
|
+
payable: false,
|
|
296
|
+
inputs: [
|
|
297
|
+
{ type: 'bytes16', name: 'parentEntity' },
|
|
298
|
+
{ type: 'address', name: 'wallet' },
|
|
299
|
+
],
|
|
300
|
+
outputs: [
|
|
301
|
+
{
|
|
302
|
+
type: 'tuple',
|
|
303
|
+
name: '',
|
|
304
|
+
components: [
|
|
305
|
+
{ type: 'uint8', name: 'confirmationStatus' },
|
|
306
|
+
{ type: 'address', name: 'owner' },
|
|
307
|
+
],
|
|
308
|
+
},
|
|
309
|
+
],
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
type: 'function',
|
|
313
|
+
name: 'init',
|
|
314
|
+
constant: false,
|
|
315
|
+
payable: false,
|
|
316
|
+
inputs: [{ type: 'address', name: 'register' }],
|
|
317
|
+
outputs: [],
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
type: 'function',
|
|
321
|
+
name: 'linkWallet',
|
|
322
|
+
constant: false,
|
|
323
|
+
payable: false,
|
|
324
|
+
inputs: [{ type: 'bytes16', name: 'parentEntity' }],
|
|
325
|
+
outputs: [],
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
type: 'function',
|
|
329
|
+
name: 'migrateAccount',
|
|
330
|
+
constant: false,
|
|
331
|
+
payable: false,
|
|
332
|
+
inputs: [],
|
|
333
|
+
outputs: [],
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
type: 'function',
|
|
337
|
+
name: 'removeWalletRole',
|
|
338
|
+
constant: false,
|
|
339
|
+
payable: false,
|
|
340
|
+
inputs: [
|
|
341
|
+
{ type: 'bytes16', name: 'parentEntity' },
|
|
342
|
+
{ type: 'address', name: 'account' },
|
|
343
|
+
{
|
|
344
|
+
type: 'address',
|
|
345
|
+
name: 'wallet',
|
|
346
|
+
},
|
|
347
|
+
],
|
|
348
|
+
outputs: [],
|
|
349
|
+
},
|
|
350
|
+
];
|
|
351
|
+
//# sourceMappingURL=accounts.abi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accounts.abi.js","sourceRoot":"","sources":["../../src/abi/accounts.abi.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,220 @@
|
|
|
1
|
+
export declare const contractRegistryAbi: readonly [{
|
|
2
|
+
readonly inputs: readonly [];
|
|
3
|
+
readonly stateMutability: "nonpayable";
|
|
4
|
+
readonly type: "constructor";
|
|
5
|
+
}, {
|
|
6
|
+
readonly inputs: readonly [{
|
|
7
|
+
readonly internalType: "address";
|
|
8
|
+
readonly name: "owner";
|
|
9
|
+
readonly type: "address";
|
|
10
|
+
}];
|
|
11
|
+
readonly name: "OwnableInvalidOwner";
|
|
12
|
+
readonly type: "error";
|
|
13
|
+
}, {
|
|
14
|
+
readonly inputs: readonly [{
|
|
15
|
+
readonly internalType: "address";
|
|
16
|
+
readonly name: "account";
|
|
17
|
+
readonly type: "address";
|
|
18
|
+
}];
|
|
19
|
+
readonly name: "OwnableUnauthorizedAccount";
|
|
20
|
+
readonly type: "error";
|
|
21
|
+
}, {
|
|
22
|
+
readonly anonymous: false;
|
|
23
|
+
readonly inputs: readonly [{
|
|
24
|
+
readonly indexed: true;
|
|
25
|
+
readonly internalType: "address";
|
|
26
|
+
readonly name: "previousOwner";
|
|
27
|
+
readonly type: "address";
|
|
28
|
+
}, {
|
|
29
|
+
readonly indexed: true;
|
|
30
|
+
readonly internalType: "address";
|
|
31
|
+
readonly name: "newOwner";
|
|
32
|
+
readonly type: "address";
|
|
33
|
+
}];
|
|
34
|
+
readonly name: "OwnershipTransferred";
|
|
35
|
+
readonly type: "event";
|
|
36
|
+
}, {
|
|
37
|
+
readonly inputs: readonly [];
|
|
38
|
+
readonly name: "admin";
|
|
39
|
+
readonly outputs: readonly [{
|
|
40
|
+
readonly internalType: "address";
|
|
41
|
+
readonly name: "";
|
|
42
|
+
readonly type: "address";
|
|
43
|
+
}];
|
|
44
|
+
readonly stateMutability: "view";
|
|
45
|
+
readonly type: "function";
|
|
46
|
+
}, {
|
|
47
|
+
readonly inputs: readonly [{
|
|
48
|
+
readonly internalType: "string";
|
|
49
|
+
readonly name: "name";
|
|
50
|
+
readonly type: "string";
|
|
51
|
+
}];
|
|
52
|
+
readonly name: "contractByName";
|
|
53
|
+
readonly outputs: readonly [{
|
|
54
|
+
readonly internalType: "address";
|
|
55
|
+
readonly name: "proxy";
|
|
56
|
+
readonly type: "address";
|
|
57
|
+
}];
|
|
58
|
+
readonly stateMutability: "view";
|
|
59
|
+
readonly type: "function";
|
|
60
|
+
}, {
|
|
61
|
+
readonly inputs: readonly [];
|
|
62
|
+
readonly name: "contracts";
|
|
63
|
+
readonly outputs: readonly [{
|
|
64
|
+
readonly components: readonly [{
|
|
65
|
+
readonly internalType: "string";
|
|
66
|
+
readonly name: "name";
|
|
67
|
+
readonly type: "string";
|
|
68
|
+
}, {
|
|
69
|
+
readonly internalType: "address";
|
|
70
|
+
readonly name: "proxy";
|
|
71
|
+
readonly type: "address";
|
|
72
|
+
}];
|
|
73
|
+
readonly internalType: "struct IContractRegistry.ContractData[]";
|
|
74
|
+
readonly name: "contractsInfo";
|
|
75
|
+
readonly type: "tuple[]";
|
|
76
|
+
}];
|
|
77
|
+
readonly stateMutability: "view";
|
|
78
|
+
readonly type: "function";
|
|
79
|
+
}, {
|
|
80
|
+
readonly inputs: readonly [];
|
|
81
|
+
readonly name: "oracleCards";
|
|
82
|
+
readonly outputs: readonly [{
|
|
83
|
+
readonly internalType: "address";
|
|
84
|
+
readonly name: "";
|
|
85
|
+
readonly type: "address";
|
|
86
|
+
}];
|
|
87
|
+
readonly stateMutability: "view";
|
|
88
|
+
readonly type: "function";
|
|
89
|
+
}, {
|
|
90
|
+
readonly inputs: readonly [];
|
|
91
|
+
readonly name: "oracleFunds";
|
|
92
|
+
readonly outputs: readonly [{
|
|
93
|
+
readonly internalType: "address";
|
|
94
|
+
readonly name: "";
|
|
95
|
+
readonly type: "address";
|
|
96
|
+
}];
|
|
97
|
+
readonly stateMutability: "view";
|
|
98
|
+
readonly type: "function";
|
|
99
|
+
}, {
|
|
100
|
+
readonly inputs: readonly [];
|
|
101
|
+
readonly name: "oracleKYC";
|
|
102
|
+
readonly outputs: readonly [{
|
|
103
|
+
readonly internalType: "address";
|
|
104
|
+
readonly name: "";
|
|
105
|
+
readonly type: "address";
|
|
106
|
+
}];
|
|
107
|
+
readonly stateMutability: "view";
|
|
108
|
+
readonly type: "function";
|
|
109
|
+
}, {
|
|
110
|
+
readonly inputs: readonly [];
|
|
111
|
+
readonly name: "oracleProcessing";
|
|
112
|
+
readonly outputs: readonly [{
|
|
113
|
+
readonly internalType: "address";
|
|
114
|
+
readonly name: "";
|
|
115
|
+
readonly type: "address";
|
|
116
|
+
}];
|
|
117
|
+
readonly stateMutability: "view";
|
|
118
|
+
readonly type: "function";
|
|
119
|
+
}, {
|
|
120
|
+
readonly inputs: readonly [];
|
|
121
|
+
readonly name: "owner";
|
|
122
|
+
readonly outputs: readonly [{
|
|
123
|
+
readonly internalType: "address";
|
|
124
|
+
readonly name: "";
|
|
125
|
+
readonly type: "address";
|
|
126
|
+
}];
|
|
127
|
+
readonly stateMutability: "view";
|
|
128
|
+
readonly type: "function";
|
|
129
|
+
}, {
|
|
130
|
+
readonly inputs: readonly [{
|
|
131
|
+
readonly internalType: "string";
|
|
132
|
+
readonly name: "name";
|
|
133
|
+
readonly type: "string";
|
|
134
|
+
}];
|
|
135
|
+
readonly name: "removeContract";
|
|
136
|
+
readonly outputs: readonly [];
|
|
137
|
+
readonly stateMutability: "nonpayable";
|
|
138
|
+
readonly type: "function";
|
|
139
|
+
}, {
|
|
140
|
+
readonly inputs: readonly [];
|
|
141
|
+
readonly name: "renounceOwnership";
|
|
142
|
+
readonly outputs: readonly [];
|
|
143
|
+
readonly stateMutability: "nonpayable";
|
|
144
|
+
readonly type: "function";
|
|
145
|
+
}, {
|
|
146
|
+
readonly inputs: readonly [{
|
|
147
|
+
readonly internalType: "address";
|
|
148
|
+
readonly name: "newAddress";
|
|
149
|
+
readonly type: "address";
|
|
150
|
+
}];
|
|
151
|
+
readonly name: "setAdmin";
|
|
152
|
+
readonly outputs: readonly [];
|
|
153
|
+
readonly stateMutability: "nonpayable";
|
|
154
|
+
readonly type: "function";
|
|
155
|
+
}, {
|
|
156
|
+
readonly inputs: readonly [{
|
|
157
|
+
readonly internalType: "string";
|
|
158
|
+
readonly name: "name";
|
|
159
|
+
readonly type: "string";
|
|
160
|
+
}, {
|
|
161
|
+
readonly internalType: "address";
|
|
162
|
+
readonly name: "proxy";
|
|
163
|
+
readonly type: "address";
|
|
164
|
+
}];
|
|
165
|
+
readonly name: "setContract";
|
|
166
|
+
readonly outputs: readonly [];
|
|
167
|
+
readonly stateMutability: "nonpayable";
|
|
168
|
+
readonly type: "function";
|
|
169
|
+
}, {
|
|
170
|
+
readonly inputs: readonly [{
|
|
171
|
+
readonly internalType: "address";
|
|
172
|
+
readonly name: "newAddress";
|
|
173
|
+
readonly type: "address";
|
|
174
|
+
}];
|
|
175
|
+
readonly name: "setOracleCards";
|
|
176
|
+
readonly outputs: readonly [];
|
|
177
|
+
readonly stateMutability: "nonpayable";
|
|
178
|
+
readonly type: "function";
|
|
179
|
+
}, {
|
|
180
|
+
readonly inputs: readonly [{
|
|
181
|
+
readonly internalType: "address";
|
|
182
|
+
readonly name: "newAddress";
|
|
183
|
+
readonly type: "address";
|
|
184
|
+
}];
|
|
185
|
+
readonly name: "setOracleFunds";
|
|
186
|
+
readonly outputs: readonly [];
|
|
187
|
+
readonly stateMutability: "nonpayable";
|
|
188
|
+
readonly type: "function";
|
|
189
|
+
}, {
|
|
190
|
+
readonly inputs: readonly [{
|
|
191
|
+
readonly internalType: "address";
|
|
192
|
+
readonly name: "newAddress";
|
|
193
|
+
readonly type: "address";
|
|
194
|
+
}];
|
|
195
|
+
readonly name: "setOracleKYC";
|
|
196
|
+
readonly outputs: readonly [];
|
|
197
|
+
readonly stateMutability: "nonpayable";
|
|
198
|
+
readonly type: "function";
|
|
199
|
+
}, {
|
|
200
|
+
readonly inputs: readonly [{
|
|
201
|
+
readonly internalType: "address";
|
|
202
|
+
readonly name: "newAddress";
|
|
203
|
+
readonly type: "address";
|
|
204
|
+
}];
|
|
205
|
+
readonly name: "setOracleProcessing";
|
|
206
|
+
readonly outputs: readonly [];
|
|
207
|
+
readonly stateMutability: "nonpayable";
|
|
208
|
+
readonly type: "function";
|
|
209
|
+
}, {
|
|
210
|
+
readonly inputs: readonly [{
|
|
211
|
+
readonly internalType: "address";
|
|
212
|
+
readonly name: "newOwner";
|
|
213
|
+
readonly type: "address";
|
|
214
|
+
}];
|
|
215
|
+
readonly name: "transferOwnership";
|
|
216
|
+
readonly outputs: readonly [];
|
|
217
|
+
readonly stateMutability: "nonpayable";
|
|
218
|
+
readonly type: "function";
|
|
219
|
+
}];
|
|
220
|
+
//# sourceMappingURL=contractRegistry.abi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contractRegistry.abi.d.ts","sourceRoot":"","sources":["../../src/abi/contractRegistry.abi.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6RtB,CAAC"}
|