From 0a12054957d168a5b4829ecb1c3c5e7317eed5de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 26 Nov 2023 00:20:21 +0000 Subject: [PATCH 1/2] RELEASING: Releasing 1 package(s) Releases: @scio-labs/use-inkathon@0.6.0 [skip ci] --- .changeset/breezy-apes-shave.md | 5 ----- .changeset/slimy-lizards-swim.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/breezy-apes-shave.md delete mode 100644 .changeset/slimy-lizards-swim.md diff --git a/.changeset/breezy-apes-shave.md b/.changeset/breezy-apes-shave.md deleted file mode 100644 index 2cab8ff..0000000 --- a/.changeset/breezy-apes-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@scio-labs/use-inkathon': minor ---- - -Enable sub-path package imports (e.g. via `@scio-labs/use-inkathon/helpers`) for better ssr compatability. diff --git a/.changeset/slimy-lizards-swim.md b/.changeset/slimy-lizards-swim.md deleted file mode 100644 index a65a854..0000000 --- a/.changeset/slimy-lizards-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@scio-labs/use-inkathon': patch ---- - -Wait for crypto APIs to be ready to prevent polkadot.js initialization issues. diff --git a/CHANGELOG.md b/CHANGELOG.md index ff4ff49..49043ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @scio-labs/use-inkathon +## 0.6.0 + +### Minor Changes + +- [`2e5bc70`](https://github.com/scio-labs/use-inkathon/commit/2e5bc70a4b04825c52044abf0783c2f37437c706) Thanks [@wottpal](https://github.com/wottpal)! - Enable sub-path package imports (e.g. via `@scio-labs/use-inkathon/helpers`) for better ssr compatability. + +### Patch Changes + +- [`0a0565f`](https://github.com/scio-labs/use-inkathon/commit/0a0565f48af4ec2a48a43635a6024d388db7dec5) Thanks [@wottpal](https://github.com/wottpal)! - Wait for crypto APIs to be ready to prevent polkadot.js initialization issues. + ## 0.5.0 ### Minor Changes diff --git a/package.json b/package.json index c117629..7e6e407 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@scio-labs/use-inkathon", "author": "Scio Labs (https://scio.xyz)", - "version": "0.5.0", + "version": "0.6.0", "description": "Typesafe React Hooks abstracting functionality by polkadot.js for working with Substrate-based networks and ink! Smart Contracts.", "homepage": "https://inkathon.xyz", "license": "GPL-3.0", From 9297552443732a467e9ab56c10ff38544ff82d9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 26 Nov 2023 00:20:24 +0000 Subject: [PATCH 2/2] chore(changeset): Bump version & Update docs --- docs/assets/navigation.js | 2 +- docs/assets/search.js | 2 +- docs/enums/AssetType.html | 4 ++-- docs/enums/SubstrateExplorer.html | 4 ++-- docs/enums/SubstrateWalletPlatform.html | 4 ++-- docs/enums/UseInkathonErrorCode.html | 4 ++-- docs/functions/UseInkathonProvider.html | 2 +- docs/functions/accountArraysAreEqual.html | 2 +- docs/functions/accountsAreEqual.html | 2 +- docs/functions/checkIfBalanceSufficient.html | 2 +- docs/functions/contractCallDryRun.html | 2 +- docs/functions/contractQuery.html | 2 +- docs/functions/contractTx.html | 2 +- docs/functions/decodeOutput.html | 2 +- docs/functions/deployContract.html | 2 +- docs/functions/enableWallet.html | 2 +- docs/functions/formatBalance.html | 2 +- docs/functions/getAbiMessage.html | 2 +- docs/functions/getBalance.html | 2 +- docs/functions/getDeployment.html | 2 +- docs/functions/getDeploymentContract.html | 2 +- docs/functions/getExtrinsicErrorMessage.html | 2 +- docs/functions/getGasLimit.html | 2 +- docs/functions/getMaxGasLimit.html | 2 +- docs/functions/getNightlyConnectAdapter.html | 2 +- docs/functions/getPSP22Balances.html | 2 +- docs/functions/getSubstrateChain.html | 2 +- docs/functions/getSubstrateWallet.html | 2 +- docs/functions/getWebsiteIcon.html | 1 + docs/functions/initPolkadotJs.html | 2 +- docs/functions/isWalletInstalled.html | 2 +- docs/functions/parsePSP22Balance.html | 2 +- docs/functions/registerDeployment.html | 2 +- docs/functions/registerDeployments.html | 2 +- docs/functions/transferBalance.html | 2 +- docs/functions/transferFullBalance.html | 2 +- docs/functions/unwrapResultOrDefault.html | 2 +- docs/functions/unwrapResultOrError.html | 2 +- docs/functions/useBalance.html | 2 +- docs/functions/useContract.html | 2 +- docs/functions/useInkathon.html | 2 +- docs/functions/usePSP22Balances.html | 2 +- docs/functions/useRegisteredContract.html | 2 +- docs/functions/watchBalance.html | 2 +- docs/functions/watchPSP22Balances.html | 2 +- docs/interfaces/ChainAsset.html | 4 ++-- docs/interfaces/SubstrateChain.html | 4 ++-- docs/interfaces/SubstrateDeployment.html | 4 ++-- docs/interfaces/SubstrateWallet.html | 4 ++-- docs/interfaces/UseInkathonError.html | 4 ++-- docs/interfaces/UseInkathonProviderProps.html | 4 ++-- docs/modules.html | 2 ++ docs/types/BalanceData.html | 2 +- docs/types/BalanceFormatterOptions.html | 2 +- docs/types/ContractTxResult.html | 2 +- docs/types/ExstrinsicThrowErrorMessage.html | 2 +- docs/types/PSP22BalanceData.html | 2 +- docs/types/PolkadotBalanceFormatterOptions.html | 2 +- docs/types/TokenData.html | 2 +- docs/types/TransferBalanceResult.html | 2 +- docs/types/UseInkathonProviderContextType.html | 2 +- docs/variables/PSP22_TOKEN_BALANCE_SUBSCRIPTION_INTERVAL.html | 2 +- docs/variables/agungTestnet.html | 2 +- docs/variables/alephzero.html | 2 +- docs/variables/alephzeroSigner.html | 2 +- docs/variables/alephzeroTestnet.html | 2 +- docs/variables/allPSP22Assets.html | 2 ++ docs/variables/allSubstrateChains.html | 2 +- docs/variables/allSubstrateWallets.html | 2 +- docs/variables/amplitude.html | 2 +- docs/variables/amplitudeTestnet.html | 2 +- docs/variables/astar.html | 2 +- docs/variables/bitCountryAlphaTestnet.html | 2 +- docs/variables/development.html | 2 +- docs/variables/khala.html | 2 +- docs/variables/nightly.html | 2 +- docs/variables/nightlyConnect.html | 2 +- docs/variables/nova.html | 2 +- docs/variables/pendulum.html | 2 +- docs/variables/phala.html | 2 +- docs/variables/phalaPOC5Testnet.html | 2 +- docs/variables/polkadotjs.html | 2 +- docs/variables/psp22Abi.html | 2 +- docs/variables/rococo.html | 2 +- docs/variables/shibuya.html | 2 +- docs/variables/shiden.html | 2 +- docs/variables/subwallet.html | 2 +- docs/variables/t0rnTestnet.html | 2 +- docs/variables/talisman.html | 2 +- 89 files changed, 101 insertions(+), 96 deletions(-) create mode 100644 docs/functions/getWebsiteIcon.html create mode 100644 docs/variables/allPSP22Assets.html diff --git a/docs/assets/navigation.js b/docs/assets/navigation.js index 4f2a1f2..693495a 100644 --- a/docs/assets/navigation.js +++ b/docs/assets/navigation.js @@ -1 +1 @@ -window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAAA5WYXXPjNBSG/0uud+gS6AJ7l6ZZJtBNQuKFC4bpKPZJLKLIRh9tAsN/R0nsWpKPj830op2+73kkHclHH7//MzJwMqOPo4nWYJJzCaN3o5KZ3P0LpD3quzfhq9wchVMPXGajj9//++4tdmO32ihmYHYqRaFAxYyWYQDrNyYEmJVgZleoYycxtHVzv2iYy4NDFHKmVKGmRdYaKubpJk5zxuU1Ow2HSwNqx1LQd40cIsb3H7DhXu0oKLQMgj2CS/P5CBLvGuIbhL3lmkbePBQuzjLKi00DgStVvPAMlPtd6j5wYKYaeGCCyRQemWEN07hPQt95UkR4/8N3X9+P25RPbpky4/qzLA0vpO4gxrY++rSQLv+pSU5r0FaYGBvrfbzZyc0nl5qnSa6K1+skfAat2R5iNGHta2W1WY3HRHpjvZdXiAPLCjMw1z32vtaS4gAS6/ab0EtQTOodqKoD+NShpj4yss4vS8CJYZG/NUG7B83ic7L8ebZ4fpg8TRbT2fPmy8Nmup6vkvly8TxfJLP1r5OnptkXpjjbinqKhwSHvfjG7wDbW7lPQBvpl6emDV+nMALK/G9QBcqoxSGADd9LfxtEMDfLEBg1sMhD4kS4k2gcGLsGIm91v5dZ2SjosRTcWH939lC1OARA5S3yUDhtGD6TF4EI3HIzLayruueJKHNG9AZ3EugMXkAUZbjBNzxPJiCH3NUTLPwqEIGS73MjzlhoJfUHu+oiIUV7HzooVPGC9v/yfyKsBJlZYY9YaK1R4V1pK3vSdtVXy+k9sRJiD4Wr9q4/0W+uUSmELsfjyZajgEojwlWRuh8s+KYQoTrnW3tG01hJdHAGsiPWKVSo3b5Gh1gvuhYJgHmvJDF/nkxBmOD6yNAh1BoRjmzWDWlnZXo9vGB7egj98K1f5tL0UoImSrGzniiY/WWZwLCosR88hDkEl+aQHua76iy0sbsdT3lQBxtsl5fCV8fkqVsIj+q8thIFt1wDkL9YUGeKdjUMACUnipKcCEQGqbvTLq0pLZoxXycxl3tjfaXAQb6DQIG8rPv4ZtmAfJ3A7K5H92qmMU5gIEB7MK7qtW46DSgw0CCiO41KI7CbfEDpusJ3g6hpQ400eHaqLn/4FTFgo14a/yPTT/zIu3pbyzTkMzv1cDwHjVoEp5NJxkqDl98uL433L7y6Axt4aFzX81LAox6YOoHdX2zbRSC55Ka+hf+EDjh0UCh9a20u3cHc/ZGhtNhEAEumNPjJxoAtEwFUsOfaLQH6o267/hcSTSJiI6AmfHDAgJFlAOyTFWIA0LMRUCtfFStvLyFLN6odC95NGixqHAyO3ie7sMgLZQjVQIy8UWkEVbc9mYbUJ8IOSC3TkN4iFXto3LpanJD1DLFtJMCvzKQ5kXZf78P0DrjtaiH/+A8eXoZAbBkAAA==" \ No newline at end of file +window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAAA5WY23LbNhCG30XXmTp167TNnSwrHbWOpEpMcpHpeCByKaKCQBYHW0qn716IIk2AXC7Z8YU8+v/9ACygxeHrPxMDJzN5P5lqDSY6FzB5MymYydxXIO1R37wK32XmKJx64DKZvP/53zevsVu700YxA/NTIXIFqs3oGEawvjAhwKwFM2mujr3E0NbP/aRhIQ8Okcu5Urma5UlnqJinnzjLGJdldhoOlwZUymLQN40cIm7v3mHDLe0oKLSMgj2AS/P5CBLvGuIbhb3mmkZePRSunWWU1zaNBK5V/swTUO6z0EPgwEw1cM8EkzE8MMMapnE/CX3jSS3C219++v7utkv54JYpM64/q8LwXOoeYts2RJ/l0uU/NtFpA9oK08a29SHe/OTmk0vN4yhT+Us5CR9Ba7aHNpqwDrWy3q5vb4n0tvVBXi4OLMnNyFwP2Idai/IDSKzbr8IgQTGpU1BVB/CpQ01DZGSdX5aAE8Mif22Cdo+axado9ft8+XQ/fZwuZ/On7af77WyzWEeL1fJpsYzmm8/Tx6bZZ6Y424l6iscEh734we8A21u5j0Ab6Zenpg1fpzACiuwbqBxl1OIYwJbvpb8NIpirZQyMGljLQ+JEmepyS9I4zHfQqHBT6sO1XCOR1y1kkFnZKOixENxYf6P3ULU4BkBNQctD4bRh+KK4CETgjptZbl0BP09FkTGiN7iTQCfwDCIvwrNCw/NkAnLIXGnCwkuBCJR8nxlxxkIraTjYFSoJMdr70EGh8me0/5fvibACZGKFPWKhtUaF96WtGEhbqa9XsztiJbQ9FK7aBv9Cf3ONSiF04QrHjqOASiPCVR67Pyz4qhChOuM7e0bTWEl0cAKyJ9YpVKjdvbTOw150LRIA81ZJYv48mYIwwfWRoUOoNSIc2fcbUmplXJ6DsONBCH33o1/m4vhSgqZKsbOeKpj/bZnAsKhxGDyGOQYXZxAfFml1rNraNOUxD+pgg+3zUvjqxD1zC+FBnTdWouCOawTyDwvqTNFKwwhQdKIo0YlAJBC76/HKmsKiGfN1EnO5gta3ExzkOwgUyMu6b19SG5CvE5i0vAVUM41xAgMB2oNxVa9zaWpAgYEGEd1pVBqBPQoElL7XgH4QNW2okQbPT9U9Er9tBmzUS+N/ZfqRH3lfb2uZhnxkpwGO56BRy+B0Mk1YYfDy2+el8f7dWfdgAw+N63upCnjUW1UvsP8X23XRyC+w09zAwhWwHpznIFBcclO/DfyG5i50UCh97fhCujO++ydBaW0TASyY0uDPGwbsmAiggj3XbjXR9aHr+l9INImIjYCa8BkEA7YsI2AfrBAjgJ6NgFr5olhxfZ9ZuVGlLHjNabCocTS49Wrah0XeTUOoBmLkjUojqC3Ak2lIfbjsgdQyDRmsd20PjdtUixOSgSF2jQT4hZk4I9Lu60OYwQF3XR3kn/8BAgAKNwIaAAA=" \ No newline at end of file diff --git a/docs/assets/search.js b/docs/assets/search.js index 37fed98..1629047 100644 --- a/docs/assets/search.js +++ b/docs/assets/search.js @@ -1 +1 @@ -window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file +window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file diff --git a/docs/enums/AssetType.html b/docs/enums/AssetType.html index 4cbdc50..82757ca 100644 --- a/docs/enums/AssetType.html +++ b/docs/enums/AssetType.html @@ -1,3 +1,3 @@ -AssetType | @scio-labs/use-inkathon

Enumeration Members

PSP22 +AssetType | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Enumeration Members

PSP22: "PSP22"
PSP34: "PSP34"

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/SubstrateExplorer.html b/docs/enums/SubstrateExplorer.html index 6896704..1ba3e11 100644 --- a/docs/enums/SubstrateExplorer.html +++ b/docs/enums/SubstrateExplorer.html @@ -1,3 +1,3 @@ -SubstrateExplorer | @scio-labs/use-inkathon

Enumeration SubstrateExplorer

Enumeration Members

PolkadotJs +SubstrateExplorer | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Enumeration Members

PolkadotJs: "polkadotjs"
Subscan: "subscan"

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/SubstrateWalletPlatform.html b/docs/enums/SubstrateWalletPlatform.html index 0aa1f2b..2a5370d 100644 --- a/docs/enums/SubstrateWalletPlatform.html +++ b/docs/enums/SubstrateWalletPlatform.html @@ -1,4 +1,4 @@ -SubstrateWalletPlatform | @scio-labs/use-inkathon

Enumeration SubstrateWalletPlatform

Enumeration Members

Android +SubstrateWalletPlatform | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Enumeration Members

Android: "android"
Browser: "browser"
iOS: "ios"

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/UseInkathonErrorCode.html b/docs/enums/UseInkathonErrorCode.html index 8ffac1c..15285f3 100644 --- a/docs/enums/UseInkathonErrorCode.html +++ b/docs/enums/UseInkathonErrorCode.html @@ -1,4 +1,4 @@ -UseInkathonErrorCode | @scio-labs/use-inkathon

Enumeration UseInkathonErrorCode

Enumeration Members

InitializationError +UseInkathonErrorCode | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Enumeration Members

InitializationError: 0
NoAccountInjected: 2
NoSubstrateExtensionDetected: 1

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/UseInkathonProvider.html b/docs/functions/UseInkathonProvider.html index ab033c5..33effab 100644 --- a/docs/functions/UseInkathonProvider.html +++ b/docs/functions/UseInkathonProvider.html @@ -1 +1 @@ -UseInkathonProvider | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +UseInkathonProvider | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/accountArraysAreEqual.html b/docs/functions/accountArraysAreEqual.html index 52c84c6..865141f 100644 --- a/docs/functions/accountArraysAreEqual.html +++ b/docs/functions/accountArraysAreEqual.html @@ -1,3 +1,3 @@ accountArraysAreEqual | @scio-labs/use-inkathon

Function accountArraysAreEqual

  • Returns true if both given arrays of injected accounts contain the same objects with the same addresses in the same order.

    -

    Parameters

    • a1: InjectedAccount[]
    • a2: InjectedAccount[]

    Returns boolean

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • a1: InjectedAccount[]
  • a2: InjectedAccount[]

Returns boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/accountsAreEqual.html b/docs/functions/accountsAreEqual.html index 2e2fb64..d476d3c 100644 --- a/docs/functions/accountsAreEqual.html +++ b/docs/functions/accountsAreEqual.html @@ -1,2 +1,2 @@ accountsAreEqual | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • Optional a1: InjectedAccount
  • Optional a2: InjectedAccount

Returns boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/checkIfBalanceSufficient.html b/docs/functions/checkIfBalanceSufficient.html index e61f476..4e2de80 100644 --- a/docs/functions/checkIfBalanceSufficient.html +++ b/docs/functions/checkIfBalanceSufficient.html @@ -1,3 +1,3 @@ checkIfBalanceSufficient | @scio-labs/use-inkathon

Function checkIfBalanceSufficient

  • Fetches the balance of the given address and returns a boolean whether this is zero or below an optionally passed minimum value.

    -

    Parameters

    • api: ApiPromise
    • account: string | IKeyringPair
    • Optional minBalance: string | number | bigint | BN

    Returns Promise<boolean>

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • api: ApiPromise
  • account: string | IKeyringPair
  • Optional minBalance: string | number | bigint | BN

Returns Promise<boolean>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/contractCallDryRun.html b/docs/functions/contractCallDryRun.html index 5ddced3..985d556 100644 --- a/docs/functions/contractCallDryRun.html +++ b/docs/functions/contractCallDryRun.html @@ -1,3 +1,3 @@ contractCallDryRun | @scio-labs/use-inkathon
  • Performs a dry run for the given contract method and arguments. Is used within contractQuery & contractTx for gas estimation.

    -

    Parameters

    • api: ApiPromise
    • account: string | IKeyringPair
    • contract: ContractPromise
    • method: string
    • options: ContractOptions = ...
    • args: unknown[] = ...

    Returns Promise<ContractCallOutcome>

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • api: ApiPromise
  • account: string | IKeyringPair
  • contract: ContractPromise
  • method: string
  • options: ContractOptions = ...
  • args: unknown[] = ...

Returns Promise<ContractCallOutcome>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/contractQuery.html b/docs/functions/contractQuery.html index 158f5de..952db5c 100644 --- a/docs/functions/contractQuery.html +++ b/docs/functions/contractQuery.html @@ -1,2 +1,2 @@ contractQuery | @scio-labs/use-inkathon
  • Calls a given non-mutating contract method (query) with maximum possible gas limit.

    -

    Parameters

    • api: ApiPromise
    • address: string
    • contract: ContractPromise
    • method: string
    • options: ContractOptions = ...
    • args: unknown[] = ...

    Returns Promise<ContractCallOutcome>

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • api: ApiPromise
  • address: string
  • contract: ContractPromise
  • method: string
  • options: ContractOptions = ...
  • args: unknown[] = ...

Returns Promise<ContractCallOutcome>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/contractTx.html b/docs/functions/contractTx.html index 165cbb2..835ee6a 100644 --- a/docs/functions/contractTx.html +++ b/docs/functions/contractTx.html @@ -1 +1 @@ -contractTx | @scio-labs/use-inkathon
  • Parameters

    • api: ApiPromise
    • account: string | IKeyringPair
    • contract: ContractPromise
    • method: string
    • options: ContractOptions = ...
    • args: unknown[] = ...
    • Optional statusCb: ((result) => void | Promise<void>)
        • (result): void | Promise<void>
        • Parameters

          • result: ISubmittableResult

          Returns void | Promise<void>

    Returns Promise<ContractTxResult>

Generated using TypeDoc

\ No newline at end of file +contractTx | @scio-labs/use-inkathon
  • Parameters

    • api: ApiPromise
    • account: string | IKeyringPair
    • contract: ContractPromise
    • method: string
    • options: ContractOptions = ...
    • args: unknown[] = ...
    • Optional statusCb: ((result) => void | Promise<void>)
        • (result): void | Promise<void>
        • Parameters

          • result: ISubmittableResult

          Returns void | Promise<void>

    Returns Promise<ContractTxResult>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/decodeOutput.html b/docs/functions/decodeOutput.html index 2937dbd..be5043c 100644 --- a/docs/functions/decodeOutput.html +++ b/docs/functions/decodeOutput.html @@ -1,4 +1,4 @@ decodeOutput | @scio-labs/use-inkathon
  • Decodes & unwraps outputs and errors of a given result, contract, and method. Parsed error message can be found in decodedOutput if isError is true. SOURCE: https://github.com/paritytech/contracts-ui (GPL-3.0-only)

    -

    Parameters

    • __namedParameters: Pick<ContractExecResult, "result" | "debugMessage">
    • contract: ContractPromise
    • method: string

    Returns {
        decodedOutput: string;
        isError: boolean;
        output: any;
    }

    • decodedOutput: string
    • isError: boolean
    • output: any

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • __namedParameters: Pick<ContractExecResult, "result" | "debugMessage">
  • contract: ContractPromise
  • method: string

Returns {
    decodedOutput: string;
    isError: boolean;
    output: any;
}

  • decodedOutput: string
  • isError: boolean
  • output: any

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/deployContract.html b/docs/functions/deployContract.html index 189a67f..ab36b1c 100644 --- a/docs/functions/deployContract.html +++ b/docs/functions/deployContract.html @@ -1,2 +1,2 @@ deployContract | @scio-labs/use-inkathon
  • Uploads & instantiates a contract on-chain.

    -

    Parameters

    • api: ApiPromise
    • account: string | IKeyringPair
    • abi: any
    • wasm: string | Uint8Array | Buffer
    • constructorMethod: string = 'new'
    • args: unknown[] = ...
    • options: ContractOptions = ...

    Returns Promise<{
        address: string;
        block: SignedBlock;
        blockNumber: number;
        hash: string;
    }>

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • api: ApiPromise
  • account: string | IKeyringPair
  • abi: any
  • wasm: string | Uint8Array | Buffer
  • constructorMethod: string = 'new'
  • args: unknown[] = ...
  • options: ContractOptions = ...

Returns Promise<{
    address: string;
    block: SignedBlock;
    blockNumber: number;
    hash: string;
}>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/enableWallet.html b/docs/functions/enableWallet.html index 0db1c8f..92e04ef 100644 --- a/docs/functions/enableWallet.html +++ b/docs/functions/enableWallet.html @@ -1,2 +1,2 @@ enableWallet | @scio-labs/use-inkathon
  • Enables the given wallet (if existent) and returns the injected extension.

    -

    Parameters

    Returns Promise<undefined | InjectedExtension>

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns Promise<undefined | InjectedExtension>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/formatBalance.html b/docs/functions/formatBalance.html index 2c278a4..e11de46 100644 --- a/docs/functions/formatBalance.html +++ b/docs/functions/formatBalance.html @@ -1,2 +1,2 @@ formatBalance | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/getAbiMessage.html b/docs/functions/getAbiMessage.html index c14d393..6c48e7b 100644 --- a/docs/functions/getAbiMessage.html +++ b/docs/functions/getAbiMessage.html @@ -1,2 +1,2 @@ getAbiMessage | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • contract: ContractPromise
  • method: string

Returns AbiMessage

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/getBalance.html b/docs/functions/getBalance.html index 38ed85d..c9fba2c 100644 --- a/docs/functions/getBalance.html +++ b/docs/functions/getBalance.html @@ -1,2 +1,2 @@ getBalance | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns Promise<BalanceData>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/getDeployment.html b/docs/functions/getDeployment.html index e1fb26b..27ce17f 100644 --- a/docs/functions/getDeployment.html +++ b/docs/functions/getDeployment.html @@ -1,3 +1,3 @@ getDeployment | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns undefined | SubstrateDeployment

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/getDeploymentContract.html b/docs/functions/getDeploymentContract.html index 7e6d407..98c1696 100644 --- a/docs/functions/getDeploymentContract.html +++ b/docs/functions/getDeploymentContract.html @@ -1,3 +1,3 @@ getDeploymentContract | @scio-labs/use-inkathon

Function getDeploymentContract

  • Takes the first matching deployment from the given deployments array with an equal contractId and networkId and creates a ContractPromise.

    -

    Parameters

    Returns undefined | ContractPromise

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns undefined | ContractPromise

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/getExtrinsicErrorMessage.html b/docs/functions/getExtrinsicErrorMessage.html index 125a3d2..9888352 100644 --- a/docs/functions/getExtrinsicErrorMessage.html +++ b/docs/functions/getExtrinsicErrorMessage.html @@ -1 +1 @@ -getExtrinsicErrorMessage | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +getExtrinsicErrorMessage | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/getGasLimit.html b/docs/functions/getGasLimit.html index 6b6253c..4a63501 100644 --- a/docs/functions/getGasLimit.html +++ b/docs/functions/getGasLimit.html @@ -1,2 +1,2 @@ getGasLimit | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • api: ApiPromise
  • _refTime: string | BN
  • _proofSize: string | BN

Returns WeightV2

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/getMaxGasLimit.html b/docs/functions/getMaxGasLimit.html index 8e4e712..083944f 100644 --- a/docs/functions/getMaxGasLimit.html +++ b/docs/functions/getMaxGasLimit.html @@ -1,4 +1,4 @@ getMaxGasLimit | @scio-labs/use-inkathon
  • Helper function that returns the maximum gas limit Weights V2 object for an extrinsic based on the api chain constants. NOTE: It's reduced by a given factor (defaults to 80%) to avoid storage exhaust.

    -

    Parameters

    • api: ApiPromise
    • reductionFactor: number = 0.8

    Returns WeightV2

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • api: ApiPromise
  • reductionFactor: number = 0.8

Returns WeightV2

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/getNightlyConnectAdapter.html b/docs/functions/getNightlyConnectAdapter.html index 02f8c7c..9836bd2 100644 --- a/docs/functions/getNightlyConnectAdapter.html +++ b/docs/functions/getNightlyConnectAdapter.html @@ -1 +1 @@ -getNightlyConnectAdapter | @scio-labs/use-inkathon

Function getNightlyConnectAdapter

  • Parameters

    • Optional appName: string
    • Optional appIcon: string
    • Optional appOrigin: string
    • persisted: boolean = true

    Returns Promise<any>

Generated using TypeDoc

\ No newline at end of file +getNightlyConnectAdapter | @scio-labs/use-inkathon

Function getNightlyConnectAdapter

  • Parameters

    • Optional appName: string
    • Optional appIcon: string
    • Optional appOrigin: string
    • persisted: boolean = true

    Returns Promise<any>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/getPSP22Balances.html b/docs/functions/getPSP22Balances.html index 52ffa94..3d40cc2 100644 --- a/docs/functions/getPSP22Balances.html +++ b/docs/functions/getPSP22Balances.html @@ -1,2 +1,2 @@ getPSP22Balances | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • api: ApiPromise
  • address: undefined | string | AccountId
  • chainId: string
  • Optional formatterOptions: BalanceFormatterOptions

Returns Promise<PSP22BalanceData[]>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/getSubstrateChain.html b/docs/functions/getSubstrateChain.html index d555c91..7e3db96 100644 --- a/docs/functions/getSubstrateChain.html +++ b/docs/functions/getSubstrateChain.html @@ -1,2 +1,2 @@ getSubstrateChain | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • Optional networkId: string

Returns undefined | SubstrateChain

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/getSubstrateWallet.html b/docs/functions/getSubstrateWallet.html index 4bad8aa..883ec63 100644 --- a/docs/functions/getSubstrateWallet.html +++ b/docs/functions/getSubstrateWallet.html @@ -1,2 +1,2 @@ getSubstrateWallet | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • id: string

Returns undefined | SubstrateWallet

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/getWebsiteIcon.html b/docs/functions/getWebsiteIcon.html new file mode 100644 index 0000000..f58d7a9 --- /dev/null +++ b/docs/functions/getWebsiteIcon.html @@ -0,0 +1 @@ +getWebsiteIcon | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/initPolkadotJs.html b/docs/functions/initPolkadotJs.html index 1c71c28..5d7a627 100644 --- a/docs/functions/initPolkadotJs.html +++ b/docs/functions/initPolkadotJs.html @@ -1,2 +1,2 @@ initPolkadotJs | @scio-labs/use-inkathon
  • Helper to initialize polkadot.js API with given chain and options.

    -

    Parameters

    Returns Promise<{
        api: ApiPromise;
        provider: WsProvider | HttpProvider;
    }>

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns Promise<{
    api: ApiPromise;
    provider: WsProvider | HttpProvider;
}>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/isWalletInstalled.html b/docs/functions/isWalletInstalled.html index 7ce9729..ce7b7ab 100644 --- a/docs/functions/isWalletInstalled.html +++ b/docs/functions/isWalletInstalled.html @@ -1 +1 @@ -isWalletInstalled | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +isWalletInstalled | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/parsePSP22Balance.html b/docs/functions/parsePSP22Balance.html index 77edebb..8ab50bd 100644 --- a/docs/functions/parsePSP22Balance.html +++ b/docs/functions/parsePSP22Balance.html @@ -1,2 +1,2 @@ parsePSP22Balance | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/registerDeployment.html b/docs/functions/registerDeployment.html index f24acc2..c2012d9 100644 --- a/docs/functions/registerDeployment.html +++ b/docs/functions/registerDeployment.html @@ -1,4 +1,4 @@ registerDeployment | @scio-labs/use-inkathon
  • Registering the given deployment with the given setDeployments dispatcher. The registry is kept unique, so if there is already one deployment with equal contractId and networkId it will be replaced.

    -

    Parameters

    Returns void

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns void

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/registerDeployments.html b/docs/functions/registerDeployments.html index 51040b9..f0dcfd4 100644 --- a/docs/functions/registerDeployments.html +++ b/docs/functions/registerDeployments.html @@ -1,2 +1,2 @@ registerDeployments | @scio-labs/use-inkathon

Function registerDeployments

  • Registers all given deployments via registerDeployment after awaiting the promise.

    -

    Parameters

    Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/transferBalance.html b/docs/functions/transferBalance.html index 8b29b2c..45b2c74 100644 --- a/docs/functions/transferBalance.html +++ b/docs/functions/transferBalance.html @@ -1,2 +1,2 @@ transferBalance | @scio-labs/use-inkathon
  • Transfers a given amount of tokens from one account to another.

    -

    Parameters

    • api: ApiPromise
    • fromAccount: string | IKeyringPair
    • toAddress: string | AccountId
    • amount: string | number | bigint | BN
    • Optional allowDeath: boolean
    • Optional statusCb: ((result) => void | Promise<void>)
        • (result): void | Promise<void>
        • Parameters

          • result: ISubmittableResult

          Returns void | Promise<void>

    Returns Promise<TransferBalanceResult>

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • api: ApiPromise
  • fromAccount: string | IKeyringPair
  • toAddress: string | AccountId
  • amount: string | number | bigint | BN
  • Optional allowDeath: boolean
  • Optional statusCb: ((result) => void | Promise<void>)
      • (result): void | Promise<void>
      • Parameters

        • result: ISubmittableResult

        Returns void | Promise<void>

Returns Promise<TransferBalanceResult>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/transferFullBalance.html b/docs/functions/transferFullBalance.html index 2a38f8e..7864fe8 100644 --- a/docs/functions/transferFullBalance.html +++ b/docs/functions/transferFullBalance.html @@ -1,2 +1,2 @@ transferFullBalance | @scio-labs/use-inkathon

Function transferFullBalance

  • Transfers all available tokens from one account to another.

    -

    Parameters

    • api: ApiPromise
    • fromAccount: string | IKeyringPair
    • toAddress: string | AccountId
    • Optional keepAlive: boolean
    • Optional statusCb: ((result) => void | Promise<void>)
        • (result): void | Promise<void>
        • Parameters

          • result: ISubmittableResult

          Returns void | Promise<void>

    Returns Promise<TransferBalanceResult>

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • api: ApiPromise
  • fromAccount: string | IKeyringPair
  • toAddress: string | AccountId
  • Optional keepAlive: boolean
  • Optional statusCb: ((result) => void | Promise<void>)
      • (result): void | Promise<void>
      • Parameters

        • result: ISubmittableResult

        Returns void | Promise<void>

Returns Promise<TransferBalanceResult>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/unwrapResultOrDefault.html b/docs/functions/unwrapResultOrDefault.html index 95c3251..c7a60f7 100644 --- a/docs/functions/unwrapResultOrDefault.html +++ b/docs/functions/unwrapResultOrDefault.html @@ -1,2 +1,2 @@ unwrapResultOrDefault | @scio-labs/use-inkathon

Function unwrapResultOrDefault

  • Unwraps a Weights V2 result type or returns the given default if there is no 'ok' value.

    -

    Type Parameters

    • T = any

    Parameters

    • outcome: Pick<ContractCallOutcome, "result" | "output">
    • defaultValue: T

    Returns T

Generated using TypeDoc

\ No newline at end of file +

Type Parameters

  • T = any

Parameters

  • outcome: Pick<ContractCallOutcome, "result" | "output">
  • defaultValue: T

Returns T

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/unwrapResultOrError.html b/docs/functions/unwrapResultOrError.html index 442f5ff..98cb1ce 100644 --- a/docs/functions/unwrapResultOrError.html +++ b/docs/functions/unwrapResultOrError.html @@ -1,2 +1,2 @@ unwrapResultOrError | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Type Parameters

  • T = any

Parameters

  • outcome: Pick<ContractCallOutcome, "result" | "output">

Returns T

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/useBalance.html b/docs/functions/useBalance.html index 4960ae4..bf736ad 100644 --- a/docs/functions/useBalance.html +++ b/docs/functions/useBalance.html @@ -1,2 +1,2 @@ useBalance | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns BalanceData

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/useContract.html b/docs/functions/useContract.html index 3350fea..aa51ff5 100644 --- a/docs/functions/useContract.html +++ b/docs/functions/useContract.html @@ -1,3 +1,3 @@ useContract | @scio-labs/use-inkathon
  • React Hook that returns a ContractPromise object configured with the active api & chain as well as the given abi and address.

    -

    Parameters

    • Optional abi: string | Record<string, unknown> | Abi
    • Optional address: string | AccountId

    Returns {
        address: undefined | string | AccountId;
        contract: undefined | ContractPromise;
    }

    • address: undefined | string | AccountId
    • contract: undefined | ContractPromise

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • Optional abi: string | Record<string, unknown> | Abi
  • Optional address: string | AccountId

Returns {
    address: undefined | string | AccountId;
    contract: undefined | ContractPromise;
}

  • address: undefined | string | AccountId
  • contract: undefined | ContractPromise

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/useInkathon.html b/docs/functions/useInkathon.html index f31679f..7db049c 100644 --- a/docs/functions/useInkathon.html +++ b/docs/functions/useInkathon.html @@ -1,2 +1,2 @@ useInkathon | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Returns UseInkathonProviderContextType

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/usePSP22Balances.html b/docs/functions/usePSP22Balances.html index fdb8d61..6dba92b 100644 --- a/docs/functions/usePSP22Balances.html +++ b/docs/functions/usePSP22Balances.html @@ -1,2 +1,2 @@ usePSP22Balances | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns PSP22BalanceData[]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/useRegisteredContract.html b/docs/functions/useRegisteredContract.html index 51c7ed8..0e58e00 100644 --- a/docs/functions/useRegisteredContract.html +++ b/docs/functions/useRegisteredContract.html @@ -1,4 +1,4 @@ useRegisteredContract | @scio-labs/use-inkathon

Function useRegisteredContract

  • React Hook that returns a ContractPromise object configured with the active api & chain as well as the given deployment contract id which is looked up from the deployments registry.

    -

    Parameters

    • contractId: string
    • Optional networkId: string

    Returns {
        address: undefined | string | AccountId;
        contract: undefined | ContractPromise;
    }

    • address: undefined | string | AccountId
    • contract: undefined | ContractPromise

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • contractId: string
  • Optional networkId: string

Returns {
    address: undefined | string | AccountId;
    contract: undefined | ContractPromise;
}

  • address: undefined | string | AccountId
  • contract: undefined | ContractPromise

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/watchBalance.html b/docs/functions/watchBalance.html index 3276acf..8dec81c 100644 --- a/docs/functions/watchBalance.html +++ b/docs/functions/watchBalance.html @@ -1,3 +1,3 @@ watchBalance | @scio-labs/use-inkathon
  • Watches the native token balance of the given address and returns it in a callback. The returned void function can be used to unsubscribe.

    -

    Parameters

    • api: ApiPromise
    • address: undefined | string | AccountId
    • callback: ((data) => void)
    • Optional formatterOptions: BalanceFormatterOptions

    Returns Promise<null | VoidFunction>

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • api: ApiPromise
  • address: undefined | string | AccountId
  • callback: ((data) => void)
  • Optional formatterOptions: BalanceFormatterOptions

Returns Promise<null | VoidFunction>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/watchPSP22Balances.html b/docs/functions/watchPSP22Balances.html index cf272d4..c5b2d9e 100644 --- a/docs/functions/watchPSP22Balances.html +++ b/docs/functions/watchPSP22Balances.html @@ -1,3 +1,3 @@ watchPSP22Balances | @scio-labs/use-inkathon
  • Watches the PSP-22 token balances of the given address and returns it in a callback. The returned void function can be used to unsubscribe.

    -

    Parameters

    • api: ApiPromise
    • address: undefined | string | AccountId
    • callback: ((data) => void)
    • chainId: string
    • Optional formatterOptions: BalanceFormatterOptions

    Returns null | VoidFunction

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • api: ApiPromise
  • address: undefined | string | AccountId
  • callback: ((data) => void)
  • chainId: string
  • Optional formatterOptions: BalanceFormatterOptions

Returns null | VoidFunction

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/ChainAsset.html b/docs/interfaces/ChainAsset.html index 4de52f3..54340a2 100644 --- a/docs/interfaces/ChainAsset.html +++ b/docs/interfaces/ChainAsset.html @@ -1,4 +1,4 @@ -ChainAsset | @scio-labs/use-inkathon

Hierarchy

  • ChainAsset

Properties

assetType +ChainAsset | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Properties

assetType: AssetType
decimals: number
iconPath: string
metadata: null | Record<any, any>
name: string
originChain: string
slug: string
symbol: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/SubstrateChain.html b/docs/interfaces/SubstrateChain.html index e0a8352..d8f0602 100644 --- a/docs/interfaces/SubstrateChain.html +++ b/docs/interfaces/SubstrateChain.html @@ -1,9 +1,9 @@ SubstrateChain | @scio-labs/use-inkathon

Substrate Chain Type

-

Hierarchy

  • SubstrateChain

Properties

Hierarchy

  • SubstrateChain

Properties

explorerUrls?: Partial<Record<SubstrateExplorer, string>>
faucetUrls?: string[]
name: string
network: string
rpcUrls: [string, ...string[]]
ss58Prefix?: number
testnet?: boolean

Generated using TypeDoc

\ No newline at end of file +

Properties

explorerUrls?: Partial<Record<SubstrateExplorer, string>>
faucetUrls?: string[]
name: string
network: string
rpcUrls: [string, ...string[]]
ss58Prefix?: number
testnet?: boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/SubstrateDeployment.html b/docs/interfaces/SubstrateDeployment.html index 22e3ff3..e8ec2f9 100644 --- a/docs/interfaces/SubstrateDeployment.html +++ b/docs/interfaces/SubstrateDeployment.html @@ -1,5 +1,5 @@ -SubstrateDeployment | @scio-labs/use-inkathon

Interface SubstrateDeployment

Hierarchy

  • SubstrateDeployment

Properties

abi +SubstrateDeployment | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Properties

abi: string | Record<string, unknown> | Abi
address: string | AccountId
contractId: string
networkId: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/SubstrateWallet.html b/docs/interfaces/SubstrateWallet.html index 32e0e70..3263ca4 100644 --- a/docs/interfaces/SubstrateWallet.html +++ b/docs/interfaces/SubstrateWallet.html @@ -1,6 +1,6 @@ -SubstrateWallet | @scio-labs/use-inkathon

Hierarchy

  • SubstrateWallet

Properties

id +SubstrateWallet | @scio-labs/use-inkathon

Hierarchy

  • SubstrateWallet

Properties

id: string
logoUrls: [string, ...string[]]
name: string
urls: {
    androidApp?: string;
    chromeExtension?: string;
    firefoxExtension?: string;
    iosApp?: string;
    website: string;
}

Type declaration

  • Optional androidApp?: string
  • Optional chromeExtension?: string
  • Optional firefoxExtension?: string
  • Optional iosApp?: string
  • website: string

Generated using TypeDoc

\ No newline at end of file +

Properties

id: string
logoUrls: [string, ...string[]]
name: string
urls: {
    androidApp?: string;
    chromeExtension?: string;
    firefoxExtension?: string;
    iosApp?: string;
    website: string;
}

Type declaration

  • Optional androidApp?: string
  • Optional chromeExtension?: string
  • Optional firefoxExtension?: string
  • Optional iosApp?: string
  • website: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/UseInkathonError.html b/docs/interfaces/UseInkathonError.html index 8c3b7a4..cde610b 100644 --- a/docs/interfaces/UseInkathonError.html +++ b/docs/interfaces/UseInkathonError.html @@ -1,3 +1,3 @@ -UseInkathonError | @scio-labs/use-inkathon

Interface UseInkathonError

Hierarchy

  • UseInkathonError

Properties

code +UseInkathonError | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Properties

message: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/UseInkathonProviderProps.html b/docs/interfaces/UseInkathonProviderProps.html index 0a0f34f..d7d9d88 100644 --- a/docs/interfaces/UseInkathonProviderProps.html +++ b/docs/interfaces/UseInkathonProviderProps.html @@ -1,9 +1,9 @@ UseInkathonProviderProps | @scio-labs/use-inkathon

Interface UseInkathonProviderProps

Main provider that needs to be wrapped around the app (see README) to use useInkathon and other hooks anywhere.

-

Hierarchy

  • PropsWithChildren
    • UseInkathonProviderProps

Properties

Hierarchy

  • PropsWithChildren
    • UseInkathonProviderProps

Properties

apiOptions?: ApiOptions
appName: string
children?: ReactNode
connectOnInit?: boolean
defaultChain: string | SubstrateChain
deployments?: Promise<SubstrateDeployment[]>

Generated using TypeDoc

\ No newline at end of file +

Properties

apiOptions?: ApiOptions
appName: string
children?: ReactNode
connectOnInit?: boolean
defaultChain: string | SubstrateChain
deployments?: Promise<SubstrateDeployment[]>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules.html b/docs/modules.html index d92dcf3..fdf0905 100644 --- a/docs/modules.html +++ b/docs/modules.html @@ -22,6 +22,7 @@ alephzero alephzeroSigner alephzeroTestnet +allPSP22Assets allSubstrateChains allSubstrateWallets amplitude @@ -66,6 +67,7 @@ getPSP22Balances getSubstrateChain getSubstrateWallet +getWebsiteIcon initPolkadotJs isWalletInstalled parsePSP22Balance diff --git a/docs/types/BalanceData.html b/docs/types/BalanceData.html index 1f79680..ae3e04b 100644 --- a/docs/types/BalanceData.html +++ b/docs/types/BalanceData.html @@ -1 +1 @@ -BalanceData | @scio-labs/use-inkathon
BalanceData: {
    balance?: BN;
    balanceFormatted?: string;
    freeBalance?: BN;
    freeBalanceFormatted?: string;
    reducibleBalance?: BN;
    reducibleBalanceFormatted?: string;
    reservedBalance?: BN;
    reservedBalanceFormatted?: string;
    tokenDecimals: number;
    tokenSymbol: string;
}

Type declaration

  • Optional balance?: BN
  • Optional balanceFormatted?: string
  • Optional freeBalance?: BN
  • Optional freeBalanceFormatted?: string
  • Optional reducibleBalance?: BN
  • Optional reducibleBalanceFormatted?: string
  • Optional reservedBalance?: BN
  • Optional reservedBalanceFormatted?: string
  • tokenDecimals: number
  • tokenSymbol: string

Generated using TypeDoc

\ No newline at end of file +BalanceData | @scio-labs/use-inkathon
BalanceData: {
    balance?: BN;
    balanceFormatted?: string;
    freeBalance?: BN;
    freeBalanceFormatted?: string;
    reducibleBalance?: BN;
    reducibleBalanceFormatted?: string;
    reservedBalance?: BN;
    reservedBalanceFormatted?: string;
    tokenDecimals: number;
    tokenSymbol: string;
}

Type declaration

  • Optional balance?: BN
  • Optional balanceFormatted?: string
  • Optional freeBalance?: BN
  • Optional freeBalanceFormatted?: string
  • Optional reducibleBalance?: BN
  • Optional reducibleBalanceFormatted?: string
  • Optional reservedBalance?: BN
  • Optional reservedBalanceFormatted?: string
  • tokenDecimals: number
  • tokenSymbol: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/BalanceFormatterOptions.html b/docs/types/BalanceFormatterOptions.html index 316cad1..449c5d4 100644 --- a/docs/types/BalanceFormatterOptions.html +++ b/docs/types/BalanceFormatterOptions.html @@ -1 +1 @@ -BalanceFormatterOptions | @scio-labs/use-inkathon

Type alias BalanceFormatterOptions

BalanceFormatterOptions: Omit<PolkadotBalanceFormatterOptions, "forceUnit" | "withZero"> & {
    fixedDecimals?: number;
    forceUnit?: string | false;
    removeTrailingZeros?: boolean;
}

Type declaration

  • Optional fixedDecimals?: number
  • Optional forceUnit?: string | false
  • Optional removeTrailingZeros?: boolean

Generated using TypeDoc

\ No newline at end of file +BalanceFormatterOptions | @scio-labs/use-inkathon

Type alias BalanceFormatterOptions

BalanceFormatterOptions: Omit<PolkadotBalanceFormatterOptions, "forceUnit" | "withZero"> & {
    fixedDecimals?: number;
    forceUnit?: string | false;
    removeTrailingZeros?: boolean;
}

Type declaration

  • Optional fixedDecimals?: number
  • Optional forceUnit?: string | false
  • Optional removeTrailingZeros?: boolean

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/ContractTxResult.html b/docs/types/ContractTxResult.html index 71f4c4a..c1f19ea 100644 --- a/docs/types/ContractTxResult.html +++ b/docs/types/ContractTxResult.html @@ -1,3 +1,3 @@ ContractTxResult | @scio-labs/use-inkathon

Type alias ContractTxResult

ContractTxResult: {
    blockHash?: string;
    dryResult: ContractCallOutcome;
    errorEvent?: EventRecord;
    errorMessage?: ReturnType<typeof getExtrinsicErrorMessage> | "ExtrinsicFailed";
    extrinsicHash?: string;
    extrinsicIndex?: number;
    result?: ISubmittableResult;
    successEvent?: EventRecord;
}

Calls a given mutating contract method (tx) and wraps it in a promise. Before, a dry run is performed to determine the required gas & potential errors.

-

Type declaration

  • Optional blockHash?: string
  • dryResult: ContractCallOutcome
  • Optional errorEvent?: EventRecord
  • Optional errorMessage?: ReturnType<typeof getExtrinsicErrorMessage> | "ExtrinsicFailed"
  • Optional extrinsicHash?: string
  • Optional extrinsicIndex?: number
  • Optional result?: ISubmittableResult
  • Optional successEvent?: EventRecord

Generated using TypeDoc

\ No newline at end of file +

Type declaration

  • Optional blockHash?: string
  • dryResult: ContractCallOutcome
  • Optional errorEvent?: EventRecord
  • Optional errorMessage?: ReturnType<typeof getExtrinsicErrorMessage> | "ExtrinsicFailed"
  • Optional extrinsicHash?: string
  • Optional extrinsicIndex?: number
  • Optional result?: ISubmittableResult
  • Optional successEvent?: EventRecord

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/ExstrinsicThrowErrorMessage.html b/docs/types/ExstrinsicThrowErrorMessage.html index e4ccbd7..95fd46a 100644 --- a/docs/types/ExstrinsicThrowErrorMessage.html +++ b/docs/types/ExstrinsicThrowErrorMessage.html @@ -1,2 +1,2 @@ ExstrinsicThrowErrorMessage | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/PSP22BalanceData.html b/docs/types/PSP22BalanceData.html index 0bddf3e..fb6d2fb 100644 --- a/docs/types/PSP22BalanceData.html +++ b/docs/types/PSP22BalanceData.html @@ -1 +1 @@ -PSP22BalanceData | @scio-labs/use-inkathon

Type alias PSP22BalanceData

PSP22BalanceData: {
    balance?: BN;
    balanceFormatted?: string;
    iconPath: string;
    tokenDecimals: number;
    tokenSlug: string;
    tokenSymbol: string;
}

Type declaration

  • Optional balance?: BN
  • Optional balanceFormatted?: string
  • iconPath: string
  • tokenDecimals: number
  • tokenSlug: string
  • tokenSymbol: string

Generated using TypeDoc

\ No newline at end of file +PSP22BalanceData | @scio-labs/use-inkathon

Type alias PSP22BalanceData

PSP22BalanceData: {
    balance?: BN;
    balanceFormatted?: string;
    iconPath: string;
    tokenDecimals: number;
    tokenSlug: string;
    tokenSymbol: string;
}

Type declaration

  • Optional balance?: BN
  • Optional balanceFormatted?: string
  • iconPath: string
  • tokenDecimals: number
  • tokenSlug: string
  • tokenSymbol: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/PolkadotBalanceFormatterOptions.html b/docs/types/PolkadotBalanceFormatterOptions.html index 9170087..24f32dd 100644 --- a/docs/types/PolkadotBalanceFormatterOptions.html +++ b/docs/types/PolkadotBalanceFormatterOptions.html @@ -1 +1 @@ -PolkadotBalanceFormatterOptions | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +PolkadotBalanceFormatterOptions | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/TokenData.html b/docs/types/TokenData.html index fcf5470..9e806b3 100644 --- a/docs/types/TokenData.html +++ b/docs/types/TokenData.html @@ -1 +1 @@ -TokenData | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +TokenData | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/TransferBalanceResult.html b/docs/types/TransferBalanceResult.html index 5b9a2db..fe79a9c 100644 --- a/docs/types/TransferBalanceResult.html +++ b/docs/types/TransferBalanceResult.html @@ -1 +1 @@ -TransferBalanceResult | @scio-labs/use-inkathon

Type alias TransferBalanceResult

TransferBalanceResult: {
    errorEvent?: EventRecord;
    errorMessage?: ExstrinsicThrowErrorMessage | "ExtrinsicFailed";
    result?: ISubmittableResult;
}

Type declaration

  • Optional errorEvent?: EventRecord
  • Optional errorMessage?: ExstrinsicThrowErrorMessage | "ExtrinsicFailed"
  • Optional result?: ISubmittableResult

Generated using TypeDoc

\ No newline at end of file +TransferBalanceResult | @scio-labs/use-inkathon

Type alias TransferBalanceResult

TransferBalanceResult: {
    errorEvent?: EventRecord;
    errorMessage?: ExstrinsicThrowErrorMessage | "ExtrinsicFailed";
    result?: ISubmittableResult;
}

Type declaration

  • Optional errorEvent?: EventRecord
  • Optional errorMessage?: ExstrinsicThrowErrorMessage | "ExtrinsicFailed"
  • Optional result?: ISubmittableResult

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/UseInkathonProviderContextType.html b/docs/types/UseInkathonProviderContextType.html index be7bd07..74be96d 100644 --- a/docs/types/UseInkathonProviderContextType.html +++ b/docs/types/UseInkathonProviderContextType.html @@ -1 +1 @@ -UseInkathonProviderContextType | @scio-labs/use-inkathon

Type alias UseInkathonProviderContextType

UseInkathonProviderContextType: {
    accounts?: InjectedAccount[];
    activeAccount?: InjectedAccount;
    activeChain?: SubstrateChain;
    activeExtension?: InjectedExtension;
    activeSigner?: Signer;
    api?: ApiPromise;
    connect?: ((chain?, wallet?, lastActiveAccountAddress?) => Promise<void>);
    deployments?: SubstrateDeployment[];
    disconnect?: (() => void);
    error?: UseInkathonError;
    isConnected?: boolean;
    isConnecting?: boolean;
    isInitialized?: boolean;
    isInitializing?: boolean;
    lastActiveAccount?: InjectedAccount;
    provider?: WsProvider | HttpProvider;
    setActiveAccount?: Dispatch<SetStateAction<InjectedAccount | undefined>>;
    switchActiveChain?: ((chain) => Promise<void>);
}

Type declaration

  • Optional accounts?: InjectedAccount[]
  • Optional activeAccount?: InjectedAccount
  • Optional activeChain?: SubstrateChain
  • Optional activeExtension?: InjectedExtension
  • Optional activeSigner?: Signer
  • Optional api?: ApiPromise
  • Optional connect?: ((chain?, wallet?, lastActiveAccountAddress?) => Promise<void>)
      • (chain?, wallet?, lastActiveAccountAddress?): Promise<void>
      • Parameters

        Returns Promise<void>

  • Optional deployments?: SubstrateDeployment[]
  • Optional disconnect?: (() => void)
      • (): void
      • Returns void

  • Optional error?: UseInkathonError
  • Optional isConnected?: boolean
  • Optional isConnecting?: boolean
  • Optional isInitialized?: boolean
  • Optional isInitializing?: boolean
  • Optional lastActiveAccount?: InjectedAccount
  • Optional provider?: WsProvider | HttpProvider
  • Optional setActiveAccount?: Dispatch<SetStateAction<InjectedAccount | undefined>>
  • Optional switchActiveChain?: ((chain) => Promise<void>)
      • (chain): Promise<void>
      • Parameters

        Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file +UseInkathonProviderContextType | @scio-labs/use-inkathon

Type alias UseInkathonProviderContextType

UseInkathonProviderContextType: {
    accounts?: InjectedAccount[];
    activeAccount?: InjectedAccount;
    activeChain?: SubstrateChain;
    activeExtension?: InjectedExtension;
    activeSigner?: Signer;
    api?: ApiPromise;
    connect?: ((chain?, wallet?, lastActiveAccountAddress?) => Promise<void>);
    deployments?: SubstrateDeployment[];
    disconnect?: (() => void);
    error?: UseInkathonError;
    isConnected?: boolean;
    isConnecting?: boolean;
    isInitialized?: boolean;
    isInitializing?: boolean;
    lastActiveAccount?: InjectedAccount;
    provider?: WsProvider | HttpProvider;
    setActiveAccount?: Dispatch<SetStateAction<InjectedAccount | undefined>>;
    switchActiveChain?: ((chain) => Promise<void>);
}

Type declaration

  • Optional accounts?: InjectedAccount[]
  • Optional activeAccount?: InjectedAccount
  • Optional activeChain?: SubstrateChain
  • Optional activeExtension?: InjectedExtension
  • Optional activeSigner?: Signer
  • Optional api?: ApiPromise
  • Optional connect?: ((chain?, wallet?, lastActiveAccountAddress?) => Promise<void>)
      • (chain?, wallet?, lastActiveAccountAddress?): Promise<void>
      • Parameters

        Returns Promise<void>

  • Optional deployments?: SubstrateDeployment[]
  • Optional disconnect?: (() => void)
      • (): void
      • Returns void

  • Optional error?: UseInkathonError
  • Optional isConnected?: boolean
  • Optional isConnecting?: boolean
  • Optional isInitialized?: boolean
  • Optional isInitializing?: boolean
  • Optional lastActiveAccount?: InjectedAccount
  • Optional provider?: WsProvider | HttpProvider
  • Optional setActiveAccount?: Dispatch<SetStateAction<InjectedAccount | undefined>>
  • Optional switchActiveChain?: ((chain) => Promise<void>)
      • (chain): Promise<void>
      • Parameters

        Returns Promise<void>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/PSP22_TOKEN_BALANCE_SUBSCRIPTION_INTERVAL.html b/docs/variables/PSP22_TOKEN_BALANCE_SUBSCRIPTION_INTERVAL.html index a4daef1..1a5ad27 100644 --- a/docs/variables/PSP22_TOKEN_BALANCE_SUBSCRIPTION_INTERVAL.html +++ b/docs/variables/PSP22_TOKEN_BALANCE_SUBSCRIPTION_INTERVAL.html @@ -1,2 +1,2 @@ PSP22_TOKEN_BALANCE_SUBSCRIPTION_INTERVAL | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/agungTestnet.html b/docs/variables/agungTestnet.html index c78463b..444afa8 100644 --- a/docs/variables/agungTestnet.html +++ b/docs/variables/agungTestnet.html @@ -1 +1 @@ -agungTestnet | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +agungTestnet | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/alephzero.html b/docs/variables/alephzero.html index 4220fb1..23aa464 100644 --- a/docs/variables/alephzero.html +++ b/docs/variables/alephzero.html @@ -1,2 +1,2 @@ alephzero | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/alephzeroSigner.html b/docs/variables/alephzeroSigner.html index 2839688..b3550b3 100644 --- a/docs/variables/alephzeroSigner.html +++ b/docs/variables/alephzeroSigner.html @@ -1 +1 @@ -alephzeroSigner | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +alephzeroSigner | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/alephzeroTestnet.html b/docs/variables/alephzeroTestnet.html index 3ceab11..64e8f76 100644 --- a/docs/variables/alephzeroTestnet.html +++ b/docs/variables/alephzeroTestnet.html @@ -1,2 +1,2 @@ alephzeroTestnet | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/allPSP22Assets.html b/docs/variables/allPSP22Assets.html new file mode 100644 index 0000000..382187f --- /dev/null +++ b/docs/variables/allPSP22Assets.html @@ -0,0 +1,2 @@ +allPSP22Assets | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/allSubstrateChains.html b/docs/variables/allSubstrateChains.html index 9b463cc..ac98cca 100644 --- a/docs/variables/allSubstrateChains.html +++ b/docs/variables/allSubstrateChains.html @@ -1,2 +1,2 @@ allSubstrateChains | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/allSubstrateWallets.html b/docs/variables/allSubstrateWallets.html index 7535247..09f594b 100644 --- a/docs/variables/allSubstrateWallets.html +++ b/docs/variables/allSubstrateWallets.html @@ -1,2 +1,2 @@ allSubstrateWallets | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/amplitude.html b/docs/variables/amplitude.html index aa2a8e3..41ef385 100644 --- a/docs/variables/amplitude.html +++ b/docs/variables/amplitude.html @@ -1 +1 @@ -amplitude | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +amplitude | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/amplitudeTestnet.html b/docs/variables/amplitudeTestnet.html index e0cef6d..e7ca03d 100644 --- a/docs/variables/amplitudeTestnet.html +++ b/docs/variables/amplitudeTestnet.html @@ -1 +1 @@ -amplitudeTestnet | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +amplitudeTestnet | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/astar.html b/docs/variables/astar.html index 4911e02..4548bb4 100644 --- a/docs/variables/astar.html +++ b/docs/variables/astar.html @@ -1 +1 @@ -astar | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +astar | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/bitCountryAlphaTestnet.html b/docs/variables/bitCountryAlphaTestnet.html index f3295ec..03cf1e6 100644 --- a/docs/variables/bitCountryAlphaTestnet.html +++ b/docs/variables/bitCountryAlphaTestnet.html @@ -1 +1 @@ -bitCountryAlphaTestnet | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +bitCountryAlphaTestnet | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/development.html b/docs/variables/development.html index 34613ee..362c4d6 100644 --- a/docs/variables/development.html +++ b/docs/variables/development.html @@ -1,2 +1,2 @@ development | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/khala.html b/docs/variables/khala.html index 4554cb2..3b3da1c 100644 --- a/docs/variables/khala.html +++ b/docs/variables/khala.html @@ -1 +1 @@ -khala | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +khala | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/nightly.html b/docs/variables/nightly.html index 6b43014..9990238 100644 --- a/docs/variables/nightly.html +++ b/docs/variables/nightly.html @@ -1 +1 @@ -nightly | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +nightly | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/nightlyConnect.html b/docs/variables/nightlyConnect.html index 392c35c..36d00c6 100644 --- a/docs/variables/nightlyConnect.html +++ b/docs/variables/nightlyConnect.html @@ -1 +1 @@ -nightlyConnect | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +nightlyConnect | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/nova.html b/docs/variables/nova.html index 1d84e24..d079c38 100644 --- a/docs/variables/nova.html +++ b/docs/variables/nova.html @@ -1 +1 @@ -nova | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +nova | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/pendulum.html b/docs/variables/pendulum.html index 70e39c2..9a85dba 100644 --- a/docs/variables/pendulum.html +++ b/docs/variables/pendulum.html @@ -1 +1 @@ -pendulum | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +pendulum | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/phala.html b/docs/variables/phala.html index 88ab35a..90d2fb4 100644 --- a/docs/variables/phala.html +++ b/docs/variables/phala.html @@ -1 +1 @@ -phala | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +phala | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/phalaPOC5Testnet.html b/docs/variables/phalaPOC5Testnet.html index e756e8d..f95f8d5 100644 --- a/docs/variables/phalaPOC5Testnet.html +++ b/docs/variables/phalaPOC5Testnet.html @@ -1 +1 @@ -phalaPOC5Testnet | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +phalaPOC5Testnet | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/polkadotjs.html b/docs/variables/polkadotjs.html index 875d9af..9aff852 100644 --- a/docs/variables/polkadotjs.html +++ b/docs/variables/polkadotjs.html @@ -1,2 +1,2 @@ polkadotjs | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/psp22Abi.html b/docs/variables/psp22Abi.html index 53d172e..cff0518 100644 --- a/docs/variables/psp22Abi.html +++ b/docs/variables/psp22Abi.html @@ -1 +1 @@ -psp22Abi | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +psp22Abi | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/rococo.html b/docs/variables/rococo.html index 11c82ff..25ba1f3 100644 --- a/docs/variables/rococo.html +++ b/docs/variables/rococo.html @@ -1 +1 @@ -rococo | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +rococo | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/shibuya.html b/docs/variables/shibuya.html index 13a59ee..41178d7 100644 --- a/docs/variables/shibuya.html +++ b/docs/variables/shibuya.html @@ -1 +1 @@ -shibuya | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +shibuya | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/shiden.html b/docs/variables/shiden.html index 4d0e1b3..1d8bce4 100644 --- a/docs/variables/shiden.html +++ b/docs/variables/shiden.html @@ -1,2 +1,2 @@ shiden | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/subwallet.html b/docs/variables/subwallet.html index 7b8a3c4..2b3c933 100644 --- a/docs/variables/subwallet.html +++ b/docs/variables/subwallet.html @@ -1 +1 @@ -subwallet | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +subwallet | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/t0rnTestnet.html b/docs/variables/t0rnTestnet.html index 0f9e41a..3db1b58 100644 --- a/docs/variables/t0rnTestnet.html +++ b/docs/variables/t0rnTestnet.html @@ -1 +1 @@ -t0rnTestnet | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +t0rnTestnet | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/talisman.html b/docs/variables/talisman.html index b744b09..9454e1b 100644 --- a/docs/variables/talisman.html +++ b/docs/variables/talisman.html @@ -1 +1 @@ -talisman | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file +talisman | @scio-labs/use-inkathon

Generated using TypeDoc

\ No newline at end of file