From 8453f0da732838f2f8188e35ec85608c9e9af791 Mon Sep 17 00:00:00 2001 From: D4mph1r <102529837+D4mph1r@users.noreply.github.com> Date: Thu, 19 Sep 2024 08:25:45 +0000 Subject: [PATCH] Build: (0983f27) Merge pull request #6 from XP-NETWORK/main Merge pull request #5 from XP-NETWORK/decentralized-stable --- docs/functions/ChainFactory.html | 2 +- docs/functions/ChainFactoryConfigs.MainNet.html | 2 +- docs/functions/ChainFactoryConfigs.TestNet.html | 2 +- docs/functions/cosmWasmHandler.html | 2 +- docs/functions/encodeSecp256k1Pubkey.html | 2 +- docs/functions/encodeSecp256k1Signature.html | 2 +- docs/functions/evmHandler.html | 2 +- docs/functions/extractStrOrAddr.html | 2 +- docs/functions/multiversxHandler.html | 2 +- docs/functions/raise.html | 2 +- docs/functions/secretHandler.html | 2 +- docs/functions/tezosHandler.html | 2 +- docs/functions/tonHandler.html | 2 +- docs/functions/userSignerToSigner.html | 2 +- docs/interfaces/TChainParams.html | 4 ++-- docs/modules/Chain.html | 2 +- docs/modules/ChainFactoryConfigs.html | 2 +- docs/types/Claimed1155Event.html | 2 +- docs/types/Claimed721Event.html | 2 +- docs/types/DeployCollection.html | 2 +- docs/types/DeployNFTCollection.html | 2 +- docs/types/DeploySFTCollection.html | 2 +- docs/types/LockEvent.html | 2 +- docs/types/MetaMap.html | 2 +- docs/types/Mint.html | 2 +- docs/types/MintNft.html | 2 +- docs/types/MintSft.html | 2 +- docs/types/ReadClaimed1155Event.html | 2 +- docs/types/ReadClaimed721Event.html | 2 +- docs/types/TApproveNFT.html | 2 +- docs/types/TAptosMeta.html | 2 +- docs/types/TClaimNFT.html | 2 +- docs/types/TClaimSFT.html | 2 +- docs/types/TCosmWasmMeta.html | 2 +- docs/types/TEvmMeta.html | 2 +- docs/types/TGetBalance.html | 2 +- docs/types/TGetChainIdentifier.html | 2 +- docs/types/TGetClaimData.html | 2 +- docs/types/TGetNFTData.html | 2 +- docs/types/TGetProvider.html | 2 +- docs/types/TGetStorage.html | 2 +- docs/types/TGetValidatorCount.html | 2 +- docs/types/THederaMeta.html | 2 +- docs/types/TICPMeta.html | 2 +- docs/types/TLockNFT.html | 2 +- docs/types/TLockSFT.html | 2 +- docs/types/TMapTransferDetailsToChainClaimData.html | 2 +- docs/types/TMultipleNftChain.html | 2 +- docs/types/TMultiversXMeta.html | 2 +- docs/types/TNFTData.html | 2 +- docs/types/TNFTList.html | 2 +- docs/types/TNearMeta.html | 2 +- docs/types/TNftChain.html | 2 +- docs/types/TNftTransferDetailsObject.html | 2 +- docs/types/TSecretMeta.html | 2 +- docs/types/TSignerAndSignature.html | 2 +- docs/types/TSingularNftChain.html | 2 +- docs/types/TTezosMeta.html | 2 +- docs/types/TTonMeta.html | 2 +- docs/variables/CHAIN_INFO.html | 2 +- docs/variables/Chain.APTOS.html | 2 +- docs/variables/Chain.BASE.html | 2 +- docs/variables/Chain.BSC.html | 2 +- docs/variables/Chain.ETH.html | 2 +- docs/variables/Chain.HEDERA.html | 2 +- docs/variables/Chain.ICP.html | 2 +- docs/variables/Chain.MATIC.html | 2 +- docs/variables/Chain.MULTIVERSX.html | 2 +- docs/variables/Chain.NEAR.html | 2 +- docs/variables/Chain.SECRET.html | 2 +- docs/variables/Chain.TERRA.html | 2 +- docs/variables/Chain.TEZOS.html | 2 +- docs/variables/Chain.TON.html | 2 +- 73 files changed, 74 insertions(+), 74 deletions(-) diff --git a/docs/functions/ChainFactory.html b/docs/functions/ChainFactory.html index b37942de..1eef18c4 100644 --- a/docs/functions/ChainFactory.html +++ b/docs/functions/ChainFactory.html @@ -1 +1 @@ -ChainFactory | xp-decentralized-sdk

Generated using TypeDoc

\ No newline at end of file +ChainFactory | xp-decentralized-sdk

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/ChainFactoryConfigs.MainNet.html b/docs/functions/ChainFactoryConfigs.MainNet.html index a84064db..b883dc18 100644 --- a/docs/functions/ChainFactoryConfigs.MainNet.html +++ b/docs/functions/ChainFactoryConfigs.MainNet.html @@ -1 +1 @@ -MainNet | xp-decentralized-sdk
  • Returns {
        baseParams: {
            bridge: string;
            identifier: string;
            provider: JsonRpcProvider;
            royaltySalePrice: number;
            storage: BridgeStorage;
        };
        bscParams: {
            bridge: string;
            identifier: string;
            provider: JsonRpcProvider;
            royaltySalePrice: number;
            storage: BridgeStorage;
        };
        hederaParams: {
            bridge: string;
            bridgeContractId: string;
            identifier: string;
            mirrorNodeApi: string;
            provider: JsonRpcProvider;
            royaltyProxy: string;
            royaltySalePrice: number;
            storage: BridgeStorage;
        };
        maticParams: {
            bridge: string;
            identifier: string;
            provider: JsonRpcProvider;
            royaltySalePrice: number;
            storage: BridgeStorage;
        };
        tezosParams: {
            Tezos: TezosToolkit;
            bridge: string;
            identifier: string;
            storage: BridgeStorage;
            tzktApi: string;
        };
        tonParams: {
            bridgeAddress: string;
            client: TonClient;
            identifier: string;
            storage: BridgeStorage;
        };
    }

    • baseParams: {
          bridge: string;
          identifier: string;
          provider: JsonRpcProvider;
          royaltySalePrice: number;
          storage: BridgeStorage;
      }
      • bridge: string
      • identifier: string
      • provider: JsonRpcProvider
      • royaltySalePrice: number
      • storage: BridgeStorage
    • bscParams: {
          bridge: string;
          identifier: string;
          provider: JsonRpcProvider;
          royaltySalePrice: number;
          storage: BridgeStorage;
      }
      • bridge: string
      • identifier: string
      • provider: JsonRpcProvider
      • royaltySalePrice: number
      • storage: BridgeStorage
    • hederaParams: {
          bridge: string;
          bridgeContractId: string;
          identifier: string;
          mirrorNodeApi: string;
          provider: JsonRpcProvider;
          royaltyProxy: string;
          royaltySalePrice: number;
          storage: BridgeStorage;
      }
      • bridge: string
      • bridgeContractId: string
      • identifier: string
      • mirrorNodeApi: string
      • provider: JsonRpcProvider
      • royaltyProxy: string
      • royaltySalePrice: number
      • storage: BridgeStorage
    • maticParams: {
          bridge: string;
          identifier: string;
          provider: JsonRpcProvider;
          royaltySalePrice: number;
          storage: BridgeStorage;
      }
      • bridge: string
      • identifier: string
      • provider: JsonRpcProvider
      • royaltySalePrice: number
      • storage: BridgeStorage
    • tezosParams: {
          Tezos: TezosToolkit;
          bridge: string;
          identifier: string;
          storage: BridgeStorage;
          tzktApi: string;
      }
      • Tezos: TezosToolkit
      • bridge: string
      • identifier: string
      • storage: BridgeStorage
      • tzktApi: string
    • tonParams: {
          bridgeAddress: string;
          client: TonClient;
          identifier: string;
          storage: BridgeStorage;
      }
      • bridgeAddress: string
      • client: TonClient
      • identifier: string
      • storage: BridgeStorage

Generated using TypeDoc

\ No newline at end of file +MainNet | xp-decentralized-sdk
  • Returns {
        baseParams: {
            bridge: string;
            identifier: string;
            provider: JsonRpcProvider;
            royaltySalePrice: number;
            storage: BridgeStorage;
        };
        bscParams: {
            bridge: string;
            identifier: string;
            provider: JsonRpcProvider;
            royaltySalePrice: number;
            storage: BridgeStorage;
        };
        hederaParams: {
            bridge: string;
            bridgeContractId: string;
            identifier: string;
            mirrorNodeApi: string;
            provider: JsonRpcProvider;
            royaltyProxy: string;
            royaltySalePrice: number;
            storage: BridgeStorage;
        };
        maticParams: {
            bridge: string;
            identifier: string;
            provider: JsonRpcProvider;
            royaltySalePrice: number;
            storage: BridgeStorage;
        };
        tezosParams: {
            Tezos: TezosToolkit;
            bridge: string;
            identifier: string;
            storage: BridgeStorage;
            tzktApi: string;
        };
        tonParams: {
            bridgeAddress: string;
            client: TonClient;
            identifier: string;
            storage: BridgeStorage;
        };
    }

    • baseParams: {
          bridge: string;
          identifier: string;
          provider: JsonRpcProvider;
          royaltySalePrice: number;
          storage: BridgeStorage;
      }
      • bridge: string
      • identifier: string
      • provider: JsonRpcProvider
      • royaltySalePrice: number
      • storage: BridgeStorage
    • bscParams: {
          bridge: string;
          identifier: string;
          provider: JsonRpcProvider;
          royaltySalePrice: number;
          storage: BridgeStorage;
      }
      • bridge: string
      • identifier: string
      • provider: JsonRpcProvider
      • royaltySalePrice: number
      • storage: BridgeStorage
    • hederaParams: {
          bridge: string;
          bridgeContractId: string;
          identifier: string;
          mirrorNodeApi: string;
          provider: JsonRpcProvider;
          royaltyProxy: string;
          royaltySalePrice: number;
          storage: BridgeStorage;
      }
      • bridge: string
      • bridgeContractId: string
      • identifier: string
      • mirrorNodeApi: string
      • provider: JsonRpcProvider
      • royaltyProxy: string
      • royaltySalePrice: number
      • storage: BridgeStorage
    • maticParams: {
          bridge: string;
          identifier: string;
          provider: JsonRpcProvider;
          royaltySalePrice: number;
          storage: BridgeStorage;
      }
      • bridge: string
      • identifier: string
      • provider: JsonRpcProvider
      • royaltySalePrice: number
      • storage: BridgeStorage
    • tezosParams: {
          Tezos: TezosToolkit;
          bridge: string;
          identifier: string;
          storage: BridgeStorage;
          tzktApi: string;
      }
      • Tezos: TezosToolkit
      • bridge: string
      • identifier: string
      • storage: BridgeStorage
      • tzktApi: string
    • tonParams: {
          bridgeAddress: string;
          client: TonClient;
          identifier: string;
          storage: BridgeStorage;
      }
      • bridgeAddress: string
      • client: TonClient
      • identifier: string
      • storage: BridgeStorage

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/ChainFactoryConfigs.TestNet.html b/docs/functions/ChainFactoryConfigs.TestNet.html index 9b783f98..14812f5c 100644 --- a/docs/functions/ChainFactoryConfigs.TestNet.html +++ b/docs/functions/ChainFactoryConfigs.TestNet.html @@ -1 +1 @@ -TestNet | xp-decentralized-sdk
  • Returns {
        bscParams: {
            bridge: string;
            identifier: string;
            provider: JsonRpcProvider;
            royaltySalePrice: number;
            storage: BridgeStorage;
        };
        hederaParams: {
            bridge: string;
            bridgeContractId: string;
            identifier: string;
            mirrorNodeApi: string;
            provider: JsonRpcProvider;
            royaltyProxy: string;
            royaltySalePrice: number;
            storage: BridgeStorage;
        };
        icpParams: {
            agent: HttpAgent;
            bridge: Principal;
            identifier: string;
            storage: BridgeStorage;
        };
        moonbeamParams: {
            bridge: string;
            identifier: string;
            provider: JsonRpcProvider;
            royaltySalePrice: number;
            storage: BridgeStorage;
        };
        multiversxParams: {
            bridge: string;
            chainId: string;
            gatewayURL: string;
            identifier: string;
            provider: ProxyNetworkProvider;
            storage: BridgeStorage;
        };
        nearParams: {
            bridge: string;
            identifier: string;
            networkId: string;
            nodeUrl: string;
            storage: BridgeStorage;
        };
        tezosParams: {
            Tezos: TezosToolkit;
            bridge: string;
            identifier: string;
            storage: BridgeStorage;
            tzktApi: string;
        };
        tonParams: {
            bridgeAddress: string;
            client: TonClient;
            identifier: string;
            storage: BridgeStorage;
        };
    }

    • bscParams: {
          bridge: string;
          identifier: string;
          provider: JsonRpcProvider;
          royaltySalePrice: number;
          storage: BridgeStorage;
      }
      • bridge: string
      • identifier: string
      • provider: JsonRpcProvider
      • royaltySalePrice: number
      • storage: BridgeStorage
    • hederaParams: {
          bridge: string;
          bridgeContractId: string;
          identifier: string;
          mirrorNodeApi: string;
          provider: JsonRpcProvider;
          royaltyProxy: string;
          royaltySalePrice: number;
          storage: BridgeStorage;
      }
      • bridge: string
      • bridgeContractId: string
      • identifier: string
      • mirrorNodeApi: string
      • provider: JsonRpcProvider
      • royaltyProxy: string
      • royaltySalePrice: number
      • storage: BridgeStorage
    • icpParams: {
          agent: HttpAgent;
          bridge: Principal;
          identifier: string;
          storage: BridgeStorage;
      }
      • agent: HttpAgent
      • bridge: Principal
      • identifier: string
      • storage: BridgeStorage
    • moonbeamParams: {
          bridge: string;
          identifier: string;
          provider: JsonRpcProvider;
          royaltySalePrice: number;
          storage: BridgeStorage;
      }
      • bridge: string
      • identifier: string
      • provider: JsonRpcProvider
      • royaltySalePrice: number
      • storage: BridgeStorage
    • multiversxParams: {
          bridge: string;
          chainId: string;
          gatewayURL: string;
          identifier: string;
          provider: ProxyNetworkProvider;
          storage: BridgeStorage;
      }
      • bridge: string
      • chainId: string
      • gatewayURL: string
      • identifier: string
      • provider: ProxyNetworkProvider
      • storage: BridgeStorage
    • nearParams: {
          bridge: string;
          identifier: string;
          networkId: string;
          nodeUrl: string;
          storage: BridgeStorage;
      }
      • bridge: string
      • identifier: string
      • networkId: string
      • nodeUrl: string
      • storage: BridgeStorage
    • tezosParams: {
          Tezos: TezosToolkit;
          bridge: string;
          identifier: string;
          storage: BridgeStorage;
          tzktApi: string;
      }
      • Tezos: TezosToolkit
      • bridge: string
      • identifier: string
      • storage: BridgeStorage
      • tzktApi: string
    • tonParams: {
          bridgeAddress: string;
          client: TonClient;
          identifier: string;
          storage: BridgeStorage;
      }
      • bridgeAddress: string
      • client: TonClient
      • identifier: string
      • storage: BridgeStorage

Generated using TypeDoc

\ No newline at end of file +TestNet | xp-decentralized-sdk
  • Returns {
        bscParams: {
            bridge: string;
            identifier: string;
            provider: JsonRpcProvider;
            royaltySalePrice: number;
            storage: BridgeStorage;
        };
        hederaParams: {
            bridge: string;
            bridgeContractId: string;
            identifier: string;
            mirrorNodeApi: string;
            provider: JsonRpcProvider;
            royaltyProxy: string;
            royaltySalePrice: number;
            storage: BridgeStorage;
        };
        icpParams: {
            agent: HttpAgent;
            bridge: Principal;
            identifier: string;
            storage: BridgeStorage;
        };
        moonbeamParams: {
            bridge: string;
            identifier: string;
            provider: JsonRpcProvider;
            royaltySalePrice: number;
            storage: BridgeStorage;
        };
        multiversxParams: {
            bridge: string;
            chainId: string;
            gatewayURL: string;
            identifier: string;
            provider: ProxyNetworkProvider;
            storage: BridgeStorage;
        };
        nearParams: {
            bridge: string;
            identifier: string;
            networkId: string;
            nodeUrl: string;
            storage: BridgeStorage;
        };
        tezosParams: {
            Tezos: TezosToolkit;
            bridge: string;
            identifier: string;
            storage: BridgeStorage;
            tzktApi: string;
        };
        tonParams: {
            bridgeAddress: string;
            client: TonClient;
            identifier: string;
            storage: BridgeStorage;
        };
    }

    • bscParams: {
          bridge: string;
          identifier: string;
          provider: JsonRpcProvider;
          royaltySalePrice: number;
          storage: BridgeStorage;
      }
      • bridge: string
      • identifier: string
      • provider: JsonRpcProvider
      • royaltySalePrice: number
      • storage: BridgeStorage
    • hederaParams: {
          bridge: string;
          bridgeContractId: string;
          identifier: string;
          mirrorNodeApi: string;
          provider: JsonRpcProvider;
          royaltyProxy: string;
          royaltySalePrice: number;
          storage: BridgeStorage;
      }
      • bridge: string
      • bridgeContractId: string
      • identifier: string
      • mirrorNodeApi: string
      • provider: JsonRpcProvider
      • royaltyProxy: string
      • royaltySalePrice: number
      • storage: BridgeStorage
    • icpParams: {
          agent: HttpAgent;
          bridge: Principal;
          identifier: string;
          storage: BridgeStorage;
      }
      • agent: HttpAgent
      • bridge: Principal
      • identifier: string
      • storage: BridgeStorage
    • moonbeamParams: {
          bridge: string;
          identifier: string;
          provider: JsonRpcProvider;
          royaltySalePrice: number;
          storage: BridgeStorage;
      }
      • bridge: string
      • identifier: string
      • provider: JsonRpcProvider
      • royaltySalePrice: number
      • storage: BridgeStorage
    • multiversxParams: {
          bridge: string;
          chainId: string;
          gatewayURL: string;
          identifier: string;
          provider: ProxyNetworkProvider;
          storage: BridgeStorage;
      }
      • bridge: string
      • chainId: string
      • gatewayURL: string
      • identifier: string
      • provider: ProxyNetworkProvider
      • storage: BridgeStorage
    • nearParams: {
          bridge: string;
          identifier: string;
          networkId: string;
          nodeUrl: string;
          storage: BridgeStorage;
      }
      • bridge: string
      • identifier: string
      • networkId: string
      • nodeUrl: string
      • storage: BridgeStorage
    • tezosParams: {
          Tezos: TezosToolkit;
          bridge: string;
          identifier: string;
          storage: BridgeStorage;
          tzktApi: string;
      }
      • Tezos: TezosToolkit
      • bridge: string
      • identifier: string
      • storage: BridgeStorage
      • tzktApi: string
    • tonParams: {
          bridgeAddress: string;
          client: TonClient;
          identifier: string;
          storage: BridgeStorage;
      }
      • bridgeAddress: string
      • client: TonClient
      • identifier: string
      • storage: BridgeStorage

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/cosmWasmHandler.html b/docs/functions/cosmWasmHandler.html index 861b03dc..5ee6272d 100644 --- a/docs/functions/cosmWasmHandler.html +++ b/docs/functions/cosmWasmHandler.html @@ -1 +1 @@ -cosmWasmHandler | xp-decentralized-sdk

Function cosmWasmHandler

  • Parameters

    • __namedParameters: TCosmWasmParams

    Returns Promise<TCosmWasmHandler>

Generated using TypeDoc

\ No newline at end of file +cosmWasmHandler | xp-decentralized-sdk

Function cosmWasmHandler

  • Parameters

    • __namedParameters: TCosmWasmParams

    Returns Promise<TCosmWasmHandler>

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/encodeSecp256k1Pubkey.html b/docs/functions/encodeSecp256k1Pubkey.html index 007925dc..f8b00391 100644 --- a/docs/functions/encodeSecp256k1Pubkey.html +++ b/docs/functions/encodeSecp256k1Pubkey.html @@ -1 +1 @@ -encodeSecp256k1Pubkey | xp-decentralized-sdk

Function encodeSecp256k1Pubkey

Generated using TypeDoc

\ No newline at end of file +encodeSecp256k1Pubkey | xp-decentralized-sdk

Function encodeSecp256k1Pubkey

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/encodeSecp256k1Signature.html b/docs/functions/encodeSecp256k1Signature.html index b2a3d627..f725c10d 100644 --- a/docs/functions/encodeSecp256k1Signature.html +++ b/docs/functions/encodeSecp256k1Signature.html @@ -1 +1 @@ -encodeSecp256k1Signature | xp-decentralized-sdk

Function encodeSecp256k1Signature

  • Parameters

    • pubkey: Uint8Array
    • signature: Uint8Array

    Returns StdSignature

Generated using TypeDoc

\ No newline at end of file +encodeSecp256k1Signature | xp-decentralized-sdk

Function encodeSecp256k1Signature

  • Parameters

    • pubkey: Uint8Array
    • signature: Uint8Array

    Returns StdSignature

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/evmHandler.html b/docs/functions/evmHandler.html index f682e0f0..93e25c52 100644 --- a/docs/functions/evmHandler.html +++ b/docs/functions/evmHandler.html @@ -1 +1 @@ -evmHandler | xp-decentralized-sdk
  • Parameters

    • __namedParameters: TEvmParams

    Returns TEvmHandler

Generated using TypeDoc

\ No newline at end of file +evmHandler | xp-decentralized-sdk
  • Parameters

    • __namedParameters: TEvmParams

    Returns TEvmHandler

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/extractStrOrAddr.html b/docs/functions/extractStrOrAddr.html index ed4b7dd0..2ffeb550 100644 --- a/docs/functions/extractStrOrAddr.html +++ b/docs/functions/extractStrOrAddr.html @@ -1 +1 @@ -extractStrOrAddr | xp-decentralized-sdk

Function extractStrOrAddr

  • Parameters

    • addr: {
          str: string;
      } | {
          addr: string;
      }

    Returns string

Generated using TypeDoc

\ No newline at end of file +extractStrOrAddr | xp-decentralized-sdk

Function extractStrOrAddr

  • Parameters

    • addr: {
          str: string;
      } | {
          addr: string;
      }

    Returns string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/multiversxHandler.html b/docs/functions/multiversxHandler.html index b0313893..469e3e81 100644 --- a/docs/functions/multiversxHandler.html +++ b/docs/functions/multiversxHandler.html @@ -1 +1 @@ -multiversxHandler | xp-decentralized-sdk

Function multiversxHandler

  • Parameters

    • __namedParameters: TMultiversXParams

    Returns TMultiversXHandler

Generated using TypeDoc

\ No newline at end of file +multiversxHandler | xp-decentralized-sdk

Function multiversxHandler

  • Parameters

    • __namedParameters: TMultiversXParams

    Returns TMultiversXHandler

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/raise.html b/docs/functions/raise.html index 10144900..9144a851 100644 --- a/docs/functions/raise.html +++ b/docs/functions/raise.html @@ -1 +1 @@ -raise | xp-decentralized-sdk

Generated using TypeDoc

\ No newline at end of file +raise | xp-decentralized-sdk

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/secretHandler.html b/docs/functions/secretHandler.html index 48b5c0f1..56a70296 100644 --- a/docs/functions/secretHandler.html +++ b/docs/functions/secretHandler.html @@ -1 +1 @@ -secretHandler | xp-decentralized-sdk

Function secretHandler

  • Parameters

    • __namedParameters: TSecretParams

    Returns TSecretHandler

Generated using TypeDoc

\ No newline at end of file +secretHandler | xp-decentralized-sdk

Function secretHandler

  • Parameters

    • __namedParameters: TSecretParams

    Returns TSecretHandler

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/tezosHandler.html b/docs/functions/tezosHandler.html index fedeb509..279df8b3 100644 --- a/docs/functions/tezosHandler.html +++ b/docs/functions/tezosHandler.html @@ -1 +1 @@ -tezosHandler | xp-decentralized-sdk
  • Parameters

    • __namedParameters: TTezosParams

    Returns TTezosHandler

Generated using TypeDoc

\ No newline at end of file +tezosHandler | xp-decentralized-sdk
  • Parameters

    • __namedParameters: TTezosParams

    Returns TTezosHandler

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/tonHandler.html b/docs/functions/tonHandler.html index 22c4a7cc..8a87f4a6 100644 --- a/docs/functions/tonHandler.html +++ b/docs/functions/tonHandler.html @@ -1 +1 @@ -tonHandler | xp-decentralized-sdk
  • Parameters

    • __namedParameters: TTonParams

    Returns TTonHandler

Generated using TypeDoc

\ No newline at end of file +tonHandler | xp-decentralized-sdk
  • Parameters

    • __namedParameters: TTonParams

    Returns TTonHandler

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/userSignerToSigner.html b/docs/functions/userSignerToSigner.html index 251c3e51..2c44cac9 100644 --- a/docs/functions/userSignerToSigner.html +++ b/docs/functions/userSignerToSigner.html @@ -1 +1 @@ -userSignerToSigner | xp-decentralized-sdk

Function userSignerToSigner

Generated using TypeDoc

\ No newline at end of file +userSignerToSigner | xp-decentralized-sdk

Function userSignerToSigner

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/TChainParams.html b/docs/interfaces/TChainParams.html index 5bb1ec17..70b13925 100644 --- a/docs/interfaces/TChainParams.html +++ b/docs/interfaces/TChainParams.html @@ -1,4 +1,4 @@ -TChainParams | xp-decentralized-sdk

Interface TChainParams

interface TChainParams {
    aptosParams: TAptosParams;
    baseParams: TEvmParams;
    bscParams: TEvmParams;
    ethParams: TEvmParams;
    hederaParams: THederaParams;
    icpParams: TICPParams;
    maticParams: TEvmParams;
    moonbeamParams: TEvmParams;
    multiversxParams: TMultiversXParams;
    nearParams: TNearParams;
    secretParams: TSecretParams;
    terraParams: TCosmWasmParams;
    tezosParams: TTezosParams;
    tonParams: TTonParams;
}

Properties

aptosParams +TChainParams | xp-decentralized-sdk

Interface TChainParams

interface TChainParams {
    aptosParams: TAptosParams;
    baseParams: TEvmParams;
    bscParams: TEvmParams;
    ethParams: TEvmParams;
    hederaParams: THederaParams;
    icpParams: TICPParams;
    maticParams: TEvmParams;
    moonbeamParams: TEvmParams;
    multiversxParams: TMultiversXParams;
    nearParams: TNearParams;
    secretParams: TSecretParams;
    terraParams: TCosmWasmParams;
    tezosParams: TTezosParams;
    tonParams: TTonParams;
}

Properties

aptosParams: TAptosParams
baseParams: TEvmParams
bscParams: TEvmParams
ethParams: TEvmParams
hederaParams: THederaParams
icpParams: TICPParams
maticParams: TEvmParams
moonbeamParams: TEvmParams
multiversxParams: TMultiversXParams
nearParams: TNearParams
secretParams: TSecretParams
terraParams: TCosmWasmParams
tezosParams: TTezosParams
tonParams: TTonParams

Generated using TypeDoc

\ No newline at end of file +

Properties

aptosParams: TAptosParams
baseParams: TEvmParams
bscParams: TEvmParams
ethParams: TEvmParams
hederaParams: THederaParams
icpParams: TICPParams
maticParams: TEvmParams
moonbeamParams: TEvmParams
multiversxParams: TMultiversXParams
nearParams: TNearParams
secretParams: TSecretParams
terraParams: TCosmWasmParams
tezosParams: TTezosParams
tonParams: TTonParams

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/Chain.html b/docs/modules/Chain.html index c8664fe4..4b3fdc68 100644 --- a/docs/modules/Chain.html +++ b/docs/modules/Chain.html @@ -1,4 +1,4 @@ -Chain | xp-decentralized-sdk

Index

Variables

APTOS +Chain | xp-decentralized-sdk

Index

Variables

APTOS BASE BSC ETH diff --git a/docs/modules/ChainFactoryConfigs.html b/docs/modules/ChainFactoryConfigs.html index cfc851fd..4073ce8e 100644 --- a/docs/modules/ChainFactoryConfigs.html +++ b/docs/modules/ChainFactoryConfigs.html @@ -1,3 +1,3 @@ -ChainFactoryConfigs | xp-decentralized-sdk

Namespace ChainFactoryConfigs

Index

Functions

MainNet +ChainFactoryConfigs | xp-decentralized-sdk

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/Claimed1155Event.html b/docs/types/Claimed1155Event.html index 5b4628fd..25896551 100644 --- a/docs/types/Claimed1155Event.html +++ b/docs/types/Claimed1155Event.html @@ -1 +1 @@ -Claimed1155Event | xp-decentralized-sdk

Generated using TypeDoc

\ No newline at end of file +Claimed1155Event | xp-decentralized-sdk

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/Claimed721Event.html b/docs/types/Claimed721Event.html index 58c1784f..5d7576b2 100644 --- a/docs/types/Claimed721Event.html +++ b/docs/types/Claimed721Event.html @@ -1 +1 @@ -Claimed721Event | xp-decentralized-sdk

Type alias Claimed721Event

Claimed721Event: {
    lock_tx_chain: string;
    nft_contract: string;
    source_chain: string;
    token_id: string;
    transaction_hash: string;
}

Type declaration

  • lock_tx_chain: string
  • nft_contract: string
  • source_chain: string
  • token_id: string
  • transaction_hash: string

Generated using TypeDoc

\ No newline at end of file +Claimed721Event | xp-decentralized-sdk

Type alias Claimed721Event

Claimed721Event: {
    lock_tx_chain: string;
    nft_contract: string;
    source_chain: string;
    token_id: string;
    transaction_hash: string;
}

Type declaration

  • lock_tx_chain: string
  • nft_contract: string
  • source_chain: string
  • token_id: string
  • transaction_hash: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/DeployCollection.html b/docs/types/DeployCollection.html index 1bb92e2e..0aa6320b 100644 --- a/docs/types/DeployCollection.html +++ b/docs/types/DeployCollection.html @@ -1 +1 @@ -DeployCollection | xp-decentralized-sdk

Generated using TypeDoc

\ No newline at end of file +DeployCollection | xp-decentralized-sdk

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/DeployNFTCollection.html b/docs/types/DeployNFTCollection.html index de067fd8..01e46c9e 100644 --- a/docs/types/DeployNFTCollection.html +++ b/docs/types/DeployNFTCollection.html @@ -1 +1 @@ -DeployNFTCollection | xp-decentralized-sdk

Type alias DeployNFTCollection<Signer, DeployArgs, GasArgs, RetTx>

DeployNFTCollection<Signer, DeployArgs, GasArgs, RetTx>: {
    deployNftCollection: ((signer, da, ga?) => Promise<RetTx>);
}

Type Parameters

  • Signer

  • DeployArgs

  • GasArgs

  • RetTx

Type declaration

Generated using TypeDoc

\ No newline at end of file +DeployNFTCollection | xp-decentralized-sdk

Type alias DeployNFTCollection<Signer, DeployArgs, GasArgs, RetTx>

DeployNFTCollection<Signer, DeployArgs, GasArgs, RetTx>: {
    deployNftCollection: ((signer, da, ga?) => Promise<RetTx>);
}

Type Parameters

  • Signer

  • DeployArgs

  • GasArgs

  • RetTx

Type declaration

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/DeploySFTCollection.html b/docs/types/DeploySFTCollection.html index da45dbea..170f2b7c 100644 --- a/docs/types/DeploySFTCollection.html +++ b/docs/types/DeploySFTCollection.html @@ -1 +1 @@ -DeploySFTCollection | xp-decentralized-sdk

Type alias DeploySFTCollection<Signer, DeployArgs, GasArgs, RetTx>

DeploySFTCollection<Signer, DeployArgs, GasArgs, RetTx>: {
    deploySFTCollection: ((signer, da, ga?) => Promise<RetTx>);
}

Type Parameters

  • Signer

  • DeployArgs

  • GasArgs

  • RetTx

Type declaration

Generated using TypeDoc

\ No newline at end of file +DeploySFTCollection | xp-decentralized-sdk

Type alias DeploySFTCollection<Signer, DeployArgs, GasArgs, RetTx>

DeploySFTCollection<Signer, DeployArgs, GasArgs, RetTx>: {
    deploySFTCollection: ((signer, da, ga?) => Promise<RetTx>);
}

Type Parameters

  • Signer

  • DeployArgs

  • GasArgs

  • RetTx

Type declaration

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/LockEvent.html b/docs/types/LockEvent.html index 371f25dd..eed171a7 100644 --- a/docs/types/LockEvent.html +++ b/docs/types/LockEvent.html @@ -1 +1 @@ -LockEvent | xp-decentralized-sdk

Type alias LockEvent

LockEvent: {
    destinationChain: string;
    destinationUserAddress: string;
    metaDataUri: string;
    nftType: string;
    sourceChain: string;
    sourceNftContractAddress: string;
    tokenAmount: string;
    tokenId: string;
    transactionHash: string;
}

Type declaration

  • destinationChain: string
  • destinationUserAddress: string
  • metaDataUri: string
  • nftType: string
  • sourceChain: string
  • sourceNftContractAddress: string
  • tokenAmount: string
  • tokenId: string
  • transactionHash: string

Generated using TypeDoc

\ No newline at end of file +LockEvent | xp-decentralized-sdk

Type alias LockEvent

LockEvent: {
    destinationChain: string;
    destinationUserAddress: string;
    metaDataUri: string;
    nftType: string;
    sourceChain: string;
    sourceNftContractAddress: string;
    tokenAmount: string;
    tokenId: string;
    transactionHash: string;
}

Type declaration

  • destinationChain: string
  • destinationUserAddress: string
  • metaDataUri: string
  • nftType: string
  • sourceChain: string
  • sourceNftContractAddress: string
  • tokenAmount: string
  • tokenId: string
  • transactionHash: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/MetaMap.html b/docs/types/MetaMap.html index be2227e0..105a1b87 100644 --- a/docs/types/MetaMap.html +++ b/docs/types/MetaMap.html @@ -1 +1 @@ -MetaMap | xp-decentralized-sdk

Type alias MetaMap

MetaMap: {
    APTOS: TAptosMeta;
    BASE: TEvmMeta;
    BSC: TEvmMeta;
    ETH: TEvmMeta;
    HEDERA: THederaMeta;
    ICP: TICPMeta;
    MATIC: TEvmMeta;
    MULTIVERSX: TMultiversXMeta;
    NEAR: TNearMeta;
    SECRET: TSecretMeta;
    TERRA: TCosmWasmMeta;
    TEZOS: TTezosMeta;
    TON: TTonMeta;
}

Type declaration

Generated using TypeDoc

\ No newline at end of file +MetaMap | xp-decentralized-sdk

Type alias MetaMap

MetaMap: {
    APTOS: TAptosMeta;
    BASE: TEvmMeta;
    BSC: TEvmMeta;
    ETH: TEvmMeta;
    HEDERA: THederaMeta;
    ICP: TICPMeta;
    MATIC: TEvmMeta;
    MULTIVERSX: TMultiversXMeta;
    NEAR: TNearMeta;
    SECRET: TSecretMeta;
    TERRA: TCosmWasmMeta;
    TEZOS: TTezosMeta;
    TON: TTonMeta;
}

Type declaration

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/Mint.html b/docs/types/Mint.html index 1a50d3f5..47f32059 100644 --- a/docs/types/Mint.html +++ b/docs/types/Mint.html @@ -1 +1 @@ -Mint | xp-decentralized-sdk

Generated using TypeDoc

\ No newline at end of file +Mint | xp-decentralized-sdk

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/MintNft.html b/docs/types/MintNft.html index f71797af..9495b5d0 100644 --- a/docs/types/MintNft.html +++ b/docs/types/MintNft.html @@ -1 +1 @@ -MintNft | xp-decentralized-sdk

Type alias MintNft<Signer, MintArgs, GasArgs, RetTx>

MintNft<Signer, MintArgs, GasArgs, RetTx>: {
    mintNft: ((signer, ma, gasArgs?) => Promise<RetTx>);
}

Type Parameters

  • Signer

  • MintArgs

  • GasArgs

  • RetTx

Type declaration

Generated using TypeDoc

\ No newline at end of file +MintNft | xp-decentralized-sdk

Type alias MintNft<Signer, MintArgs, GasArgs, RetTx>

MintNft<Signer, MintArgs, GasArgs, RetTx>: {
    mintNft: ((signer, ma, gasArgs?) => Promise<RetTx>);
}

Type Parameters

  • Signer

  • MintArgs

  • GasArgs

  • RetTx

Type declaration

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/MintSft.html b/docs/types/MintSft.html index e088909b..ecc59730 100644 --- a/docs/types/MintSft.html +++ b/docs/types/MintSft.html @@ -1 +1 @@ -MintSft | xp-decentralized-sdk

Type alias MintSft<Signer, MintArgs, GasArgs, RetTx>

MintSft<Signer, MintArgs, GasArgs, RetTx>: {
    mintSft: ((signer, ma, amount, gasArgs?) => Promise<RetTx>);
}

Type Parameters

  • Signer

  • MintArgs

  • GasArgs

  • RetTx

Type declaration

  • mintSft: ((signer, ma, amount, gasArgs?) => Promise<RetTx>)

Generated using TypeDoc

\ No newline at end of file +MintSft | xp-decentralized-sdk

Type alias MintSft<Signer, MintArgs, GasArgs, RetTx>

MintSft<Signer, MintArgs, GasArgs, RetTx>: {
    mintSft: ((signer, ma, amount, gasArgs?) => Promise<RetTx>);
}

Type Parameters

  • Signer

  • MintArgs

  • GasArgs

  • RetTx

Type declaration

  • mintSft: ((signer, ma, amount, gasArgs?) => Promise<RetTx>)

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/ReadClaimed1155Event.html b/docs/types/ReadClaimed1155Event.html index 7a6e84a5..3362efe0 100644 --- a/docs/types/ReadClaimed1155Event.html +++ b/docs/types/ReadClaimed1155Event.html @@ -1 +1 @@ -ReadClaimed1155Event | xp-decentralized-sdk

Type alias ReadClaimed1155Event

ReadClaimed1155Event: {
    readClaimed1155Event: ((hash) => Promise<Claimed1155Event>);
}

Type declaration

Generated using TypeDoc

\ No newline at end of file +ReadClaimed1155Event | xp-decentralized-sdk

Type alias ReadClaimed1155Event

ReadClaimed1155Event: {
    readClaimed1155Event: ((hash) => Promise<Claimed1155Event>);
}

Type declaration

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/ReadClaimed721Event.html b/docs/types/ReadClaimed721Event.html index 134b16dc..69627e09 100644 --- a/docs/types/ReadClaimed721Event.html +++ b/docs/types/ReadClaimed721Event.html @@ -1 +1 @@ -ReadClaimed721Event | xp-decentralized-sdk

Type alias ReadClaimed721Event

ReadClaimed721Event: {
    readClaimed721Event: ((hash) => Promise<Claimed721Event>);
}

Type declaration

Generated using TypeDoc

\ No newline at end of file +ReadClaimed721Event | xp-decentralized-sdk

Type alias ReadClaimed721Event

ReadClaimed721Event: {
    readClaimed721Event: ((hash) => Promise<Claimed721Event>);
}

Type declaration

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/TApproveNFT.html b/docs/types/TApproveNFT.html index c439ebb8..4bd32b93 100644 --- a/docs/types/TApproveNFT.html +++ b/docs/types/TApproveNFT.html @@ -14,4 +14,4 @@

Returns

A promise that resolves to the transaction which is of type {

  • contract: string

    The address of the NFT contract on the source chain.

  • Optional extraArgs: ExtraArgs

    The extra arguments required for a chain.

  • Returns Promise<RetTx>

    A promise that resolves to the transaction which is of type {RetTx}.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TAptosMeta.html b/docs/types/TAptosMeta.html index 21b5e5b2..f0c8b3e5 100644 --- a/docs/types/TAptosMeta.html +++ b/docs/types/TAptosMeta.html @@ -1 +1 @@ -TAptosMeta | xp-decentralized-sdk

    Type alias TAptosMeta

    TAptosMeta: [TAptosHandler, TAptosParams]

    Generated using TypeDoc

    \ No newline at end of file +TAptosMeta | xp-decentralized-sdk

    Type alias TAptosMeta

    TAptosMeta: [TAptosHandler, TAptosParams]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TClaimNFT.html b/docs/types/TClaimNFT.html index 75e150c2..e82e5d34 100644 --- a/docs/types/TClaimNFT.html +++ b/docs/types/TClaimNFT.html @@ -14,4 +14,4 @@

    Returns

    A promise that resolves to the transaction which is of type {

  • sig: TSignerAndSignature[]
  • Optional extraArgs: ExtraArgs

    The extra arguments required for a chain.

  • Returns Promise<{
        hash: (() => string);
        ret: Ret;
    }>

    A promise that resolves to the transaction which is of type {Ret}.

    Template: RetTx

    The type of the return value after a transaction.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TClaimSFT.html b/docs/types/TClaimSFT.html index b9fbe104..d423175a 100644 --- a/docs/types/TClaimSFT.html +++ b/docs/types/TClaimSFT.html @@ -15,4 +15,4 @@

    Returns

    A promise that resolves to the transaction which is of generi

  • Optional extraArgs: ExtraArgs

    The extra arguments required for a chain.

  • Returns Promise<{
        hash: (() => string);
        ret: Ret;
    }>

    A promise that resolves to the transaction which is of generic type Ret.

    Template: RetTx

    The type of the return value after a transaction.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TCosmWasmMeta.html b/docs/types/TCosmWasmMeta.html index 4b446016..c7ab8063 100644 --- a/docs/types/TCosmWasmMeta.html +++ b/docs/types/TCosmWasmMeta.html @@ -1 +1 @@ -TCosmWasmMeta | xp-decentralized-sdk

    Type alias TCosmWasmMeta

    TCosmWasmMeta: [TCosmWasmHandler, TCosmWasmParams]

    Generated using TypeDoc

    \ No newline at end of file +TCosmWasmMeta | xp-decentralized-sdk

    Type alias TCosmWasmMeta

    TCosmWasmMeta: [TCosmWasmHandler, TCosmWasmParams]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TEvmMeta.html b/docs/types/TEvmMeta.html index 176196e1..56c642a0 100644 --- a/docs/types/TEvmMeta.html +++ b/docs/types/TEvmMeta.html @@ -1 +1 @@ -TEvmMeta | xp-decentralized-sdk

    Type alias TEvmMeta

    TEvmMeta: [TEvmHandler, TEvmParams]

    Generated using TypeDoc

    \ No newline at end of file +TEvmMeta | xp-decentralized-sdk

    Type alias TEvmMeta

    TEvmMeta: [TEvmHandler, TEvmParams]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TGetBalance.html b/docs/types/TGetBalance.html index cd52c51e..df28e0c6 100644 --- a/docs/types/TGetBalance.html +++ b/docs/types/TGetBalance.html @@ -9,4 +9,4 @@

    Returns

    A promise that resolves to the balance as a bigint.

    Parameters

    Returns Promise<bigint>

    A promise that resolves to the balance as a bigint.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TGetChainIdentifier.html b/docs/types/TGetChainIdentifier.html index 67fc9b91..5ffeaa95 100644 --- a/docs/types/TGetChainIdentifier.html +++ b/docs/types/TGetChainIdentifier.html @@ -1 +1 @@ -TGetChainIdentifier | xp-decentralized-sdk

    Type alias TGetChainIdentifier

    TGetChainIdentifier: {
        identifier: string;
    }

    Type declaration

    • identifier: string

    Generated using TypeDoc

    \ No newline at end of file +TGetChainIdentifier | xp-decentralized-sdk

    Type alias TGetChainIdentifier

    TGetChainIdentifier: {
        identifier: string;
    }

    Type declaration

    • identifier: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TGetClaimData.html b/docs/types/TGetClaimData.html index 76c40ff0..f319f5fa 100644 --- a/docs/types/TGetClaimData.html +++ b/docs/types/TGetClaimData.html @@ -5,4 +5,4 @@

    Returns

    A promise that resolves to an object containing claim data

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TGetNFTData.html b/docs/types/TGetNFTData.html index b5f12145..4d49afb4 100644 --- a/docs/types/TGetNFTData.html +++ b/docs/types/TGetNFTData.html @@ -8,4 +8,4 @@

    Returns

    Template: GetNftArgs

    The type of the arguments for retrieving NFT data.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TGetProvider.html b/docs/types/TGetProvider.html index 032597af..081e8854 100644 --- a/docs/types/TGetProvider.html +++ b/docs/types/TGetProvider.html @@ -1 +1 @@ -TGetProvider | xp-decentralized-sdk

    Type alias TGetProvider<T>

    TGetProvider<T>: {
        getProvider: (() => T);
    }

    Type Parameters

    • T

    Type declaration

    • getProvider: (() => T)
        • (): T
        • Returns T

    Generated using TypeDoc

    \ No newline at end of file +TGetProvider | xp-decentralized-sdk

    Type alias TGetProvider<T>

    TGetProvider<T>: {
        getProvider: (() => T);
    }

    Type Parameters

    • T

    Type declaration

    • getProvider: (() => T)
        • (): T
        • Returns T

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TGetStorage.html b/docs/types/TGetStorage.html index cb4ae8cd..07cabec4 100644 --- a/docs/types/TGetStorage.html +++ b/docs/types/TGetStorage.html @@ -1 +1 @@ -TGetStorage | xp-decentralized-sdk

    Type alias TGetStorage

    TGetStorage: {
        getStorageContract: (() => BridgeStorage);
    }

    Type declaration

    • getStorageContract: (() => BridgeStorage)
        • (): BridgeStorage
        • Returns BridgeStorage

    Generated using TypeDoc

    \ No newline at end of file +TGetStorage | xp-decentralized-sdk

    Type alias TGetStorage

    TGetStorage: {
        getStorageContract: (() => BridgeStorage);
    }

    Type declaration

    • getStorageContract: (() => BridgeStorage)
        • (): BridgeStorage
        • Returns BridgeStorage

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TGetValidatorCount.html b/docs/types/TGetValidatorCount.html index 058b8abe..66c1e7ae 100644 --- a/docs/types/TGetValidatorCount.html +++ b/docs/types/TGetValidatorCount.html @@ -1 +1 @@ -TGetValidatorCount | xp-decentralized-sdk

    Type alias TGetValidatorCount

    TGetValidatorCount: {
        getValidatorCount: (() => Promise<number>);
    }

    Type declaration

    • getValidatorCount: (() => Promise<number>)
        • (): Promise<number>
        • Returns Promise<number>

    Generated using TypeDoc

    \ No newline at end of file +TGetValidatorCount | xp-decentralized-sdk

    Type alias TGetValidatorCount

    TGetValidatorCount: {
        getValidatorCount: (() => Promise<number>);
    }

    Type declaration

    • getValidatorCount: (() => Promise<number>)
        • (): Promise<number>
        • Returns Promise<number>

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/THederaMeta.html b/docs/types/THederaMeta.html index b70b6347..6491214d 100644 --- a/docs/types/THederaMeta.html +++ b/docs/types/THederaMeta.html @@ -1 +1 @@ -THederaMeta | xp-decentralized-sdk

    Type alias THederaMeta

    THederaMeta: [THederaHandler, THederaParams]

    Generated using TypeDoc

    \ No newline at end of file +THederaMeta | xp-decentralized-sdk

    Type alias THederaMeta

    THederaMeta: [THederaHandler, THederaParams]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TICPMeta.html b/docs/types/TICPMeta.html index e7264a63..fd026508 100644 --- a/docs/types/TICPMeta.html +++ b/docs/types/TICPMeta.html @@ -1 +1 @@ -TICPMeta | xp-decentralized-sdk

    Type alias TICPMeta

    TICPMeta: [TICPHandler, TICPParams]

    Generated using TypeDoc

    \ No newline at end of file +TICPMeta | xp-decentralized-sdk

    Type alias TICPMeta

    TICPMeta: [TICPHandler, TICPParams]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TLockNFT.html b/docs/types/TLockNFT.html index ea434d93..d57c7c5d 100644 --- a/docs/types/TLockNFT.html +++ b/docs/types/TLockNFT.html @@ -18,4 +18,4 @@

    Returns

    A promise that resolves to the transaction which is of type {

  • tokenId: bigint

    The id of the NFT to be locked.

  • metaDataUri: string
  • Optional extraArgs: ExtraArgs

    The extra arguments required for a chain.

  • Returns Promise<{
        hash: (() => string);
        ret: RetTx;
    }>

    A promise that resolves to the transaction which is of type {RetTx}.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TLockSFT.html b/docs/types/TLockSFT.html index 896e2308..a5d2a7fc 100644 --- a/docs/types/TLockSFT.html +++ b/docs/types/TLockSFT.html @@ -20,4 +20,4 @@

    Returns

    A promise that resolves to the transaction which is of type {

  • amt: bigint

    The amount of the SFT to be locked.

  • metaDataUri: string
  • Optional extraArgs: ExtraArgs

    The extra arguments required for a chain.

  • Returns Promise<{
        hash: (() => string);
        tx: RetTx;
    }>

    A promise that resolves to the transaction which is of type {RetTx}.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TMapTransferDetailsToChainClaimData.html b/docs/types/TMapTransferDetailsToChainClaimData.html index 85a1f294..2731e32b 100644 --- a/docs/types/TMapTransferDetailsToChainClaimData.html +++ b/docs/types/TMapTransferDetailsToChainClaimData.html @@ -1 +1 @@ -TMapTransferDetailsToChainClaimData | xp-decentralized-sdk

    Type alias TMapTransferDetailsToChainClaimData<To>

    TMapTransferDetailsToChainClaimData<To>: {
        transform: ((input) => To);
    }

    Type Parameters

    • To

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file +TMapTransferDetailsToChainClaimData | xp-decentralized-sdk

    Type alias TMapTransferDetailsToChainClaimData<To>

    TMapTransferDetailsToChainClaimData<To>: {
        transform: ((input) => To);
    }

    Type Parameters

    • To

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TMultipleNftChain.html b/docs/types/TMultipleNftChain.html index 6b9327ee..868e7588 100644 --- a/docs/types/TMultipleNftChain.html +++ b/docs/types/TMultipleNftChain.html @@ -3,4 +3,4 @@
  • ClaimData

    The type of the claim data. It could be anything that might be required to claim an NFT depending on the chain.

  • ExtraArgs

    The type of the extra arguments. It could be anything that might be required as extra arguments on a chain.

  • RetTx

    The type of the return value after a transaction.

    -
  • Provider

  • Generated using TypeDoc

    \ No newline at end of file +
  • Provider

  • Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TMultiversXMeta.html b/docs/types/TMultiversXMeta.html index 4a296ce0..ff565d05 100644 --- a/docs/types/TMultiversXMeta.html +++ b/docs/types/TMultiversXMeta.html @@ -1 +1 @@ -TMultiversXMeta | xp-decentralized-sdk

    Type alias TMultiversXMeta

    TMultiversXMeta: [TMultiversXHandler, TMultiversXParams]

    Generated using TypeDoc

    \ No newline at end of file +TMultiversXMeta | xp-decentralized-sdk

    Type alias TMultiversXMeta

    TMultiversXMeta: [TMultiversXHandler, TMultiversXParams]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TNFTData.html b/docs/types/TNFTData.html index fe9c5c0b..eca64d86 100644 --- a/docs/types/TNFTData.html +++ b/docs/types/TNFTData.html @@ -3,4 +3,4 @@

    Field

    symbol The symbol of the NFT.

    Field

    royalty royalty of the NFT in bigint.

    Field

    metadata The metadata uri of the NFT.

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TNFTList.html b/docs/types/TNFTList.html index 874f7302..489a94db 100644 --- a/docs/types/TNFTList.html +++ b/docs/types/TNFTList.html @@ -1,3 +1,3 @@ TNFTList | xp-decentralized-sdk

    Type alias TNFTList<NFT>

    TNFTList<NFT>: {
        nftList: ((owner, contract) => Promise<{
            collectionIdent: string;
            native: NFT;
            tokenId: string;
            uri: string;
        }[]>);
    }

    Represents a type that has the methods required to fetch NFTs from a chain for a user, and a certain contract. This type should be implemented for all chains, that do not have a working indexer.

    Type Parameters

    • NFT

      The type of the NFT. It could be anything that represents an NFT on that particular chain.

      -

    Type declaration

    • nftList: ((owner, contract) => Promise<{
          collectionIdent: string;
          native: NFT;
          tokenId: string;
          uri: string;
      }[]>)
        • (owner, contract): Promise<{
              collectionIdent: string;
              native: NFT;
              tokenId: string;
              uri: string;
          }[]>
        • Parameters

          • owner: string
          • contract: string

          Returns Promise<{
              collectionIdent: string;
              native: NFT;
              tokenId: string;
              uri: string;
          }[]>

    Generated using TypeDoc

    \ No newline at end of file +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TNearMeta.html b/docs/types/TNearMeta.html index dbffa5ae..cd196d2b 100644 --- a/docs/types/TNearMeta.html +++ b/docs/types/TNearMeta.html @@ -1 +1 @@ -TNearMeta | xp-decentralized-sdk

    Type alias TNearMeta

    TNearMeta: [TNearHandler, TNearParams]

    Generated using TypeDoc

    \ No newline at end of file +TNearMeta | xp-decentralized-sdk

    Type alias TNearMeta

    TNearMeta: [TNearHandler, TNearParams]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TNftChain.html b/docs/types/TNftChain.html index 033aa771..7ce77a0e 100644 --- a/docs/types/TNftChain.html +++ b/docs/types/TNftChain.html @@ -3,4 +3,4 @@
  • ClaimData

    The type of the claim data. It could be anything that might be required to claim an NFT depending on the chain.

  • ExtraArgs

    The type of the extra arguments. It could be anything that might be required as extra arguments on a chain.

  • RetTx

    The type of the return value after a transaction.

    -
  • Provider

  • Generated using TypeDoc

    \ No newline at end of file +
  • Provider

  • Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TNftTransferDetailsObject.html b/docs/types/TNftTransferDetailsObject.html index 9dbcd6db..83d89c61 100644 --- a/docs/types/TNftTransferDetailsObject.html +++ b/docs/types/TNftTransferDetailsObject.html @@ -1,2 +1,2 @@ TNftTransferDetailsObject | xp-decentralized-sdk

    Type alias TNftTransferDetailsObject

    TNftTransferDetailsObject: {
        destinationChain: string;
        destinationUserAddress: string;
        fee: string;
        imgUri?: string;
        lockTxChain: string;
        metadata: string;
        name: string;
        nftType: string;
        royalty: string;
        royaltyReceiver: string;
        sourceChain: string;
        sourceNftContractAddress: string;
        symbol: string;
        tokenAmount: string;
        tokenId: string;
        transactionHash: string;
    }

    Represents the details of a claim for an NFT/SFT.

    -

    Type declaration

    • destinationChain: string
    • destinationUserAddress: string
    • fee: string
    • Optional imgUri?: string
    • lockTxChain: string
    • metadata: string
    • name: string
    • nftType: string
    • royalty: string
    • royaltyReceiver: string
    • sourceChain: string
    • sourceNftContractAddress: string
    • symbol: string
    • tokenAmount: string
    • tokenId: string
    • transactionHash: string

    Generated using TypeDoc

    \ No newline at end of file +

    Type declaration

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TSecretMeta.html b/docs/types/TSecretMeta.html index 58e87bec..a8f04db9 100644 --- a/docs/types/TSecretMeta.html +++ b/docs/types/TSecretMeta.html @@ -1 +1 @@ -TSecretMeta | xp-decentralized-sdk

    Type alias TSecretMeta

    TSecretMeta: [TSecretHandler, TSecretParams]

    Generated using TypeDoc

    \ No newline at end of file +TSecretMeta | xp-decentralized-sdk

    Type alias TSecretMeta

    TSecretMeta: [TSecretHandler, TSecretParams]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TSignerAndSignature.html b/docs/types/TSignerAndSignature.html index a6095186..f24ffc3d 100644 --- a/docs/types/TSignerAndSignature.html +++ b/docs/types/TSignerAndSignature.html @@ -1,4 +1,4 @@ TSignerAndSignature | xp-decentralized-sdk

    Type alias TSignerAndSignature

    TSignerAndSignature: {
        signature: string;
        signerAddress: string;
    }

    Represents a signer and its corresponding signature.

    Type declaration

    • signature: string
    • signerAddress: string

    Field

    signer The signer's address as a string (should be HEX Encoded)

    Field

    signature The generated signature as a string (should be HEX Encoded)

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TSingularNftChain.html b/docs/types/TSingularNftChain.html index 3bc27303..8cfb63ce 100644 --- a/docs/types/TSingularNftChain.html +++ b/docs/types/TSingularNftChain.html @@ -3,4 +3,4 @@
  • ClaimData

    The type of the claim data. It could be anything that might be required to claim an NFT depending on the chain.

  • ExtraArgs

    The type of the extra arguments. It could be anything that might be required as extra arguments on a chain.

  • RetTx

    The type of the return value after a transaction.

    -
  • Provider

  • Generated using TypeDoc

    \ No newline at end of file +
  • Provider

  • Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TTezosMeta.html b/docs/types/TTezosMeta.html index d3d5729e..b6a1c64c 100644 --- a/docs/types/TTezosMeta.html +++ b/docs/types/TTezosMeta.html @@ -1 +1 @@ -TTezosMeta | xp-decentralized-sdk

    Type alias TTezosMeta

    TTezosMeta: [TTezosHandler, TTezosParams]

    Generated using TypeDoc

    \ No newline at end of file +TTezosMeta | xp-decentralized-sdk

    Type alias TTezosMeta

    TTezosMeta: [TTezosHandler, TTezosParams]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/types/TTonMeta.html b/docs/types/TTonMeta.html index 60c87805..7382d1fb 100644 --- a/docs/types/TTonMeta.html +++ b/docs/types/TTonMeta.html @@ -1 +1 @@ -TTonMeta | xp-decentralized-sdk

    Type alias TTonMeta

    TTonMeta: [TTonHandler, TTonParams]

    Generated using TypeDoc

    \ No newline at end of file +TTonMeta | xp-decentralized-sdk

    Type alias TTonMeta

    TTonMeta: [TTonHandler, TTonParams]

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/CHAIN_INFO.html b/docs/variables/CHAIN_INFO.html index ad5bf456..9ca5be36 100644 --- a/docs/variables/CHAIN_INFO.html +++ b/docs/variables/CHAIN_INFO.html @@ -1 +1 @@ -CHAIN_INFO | xp-decentralized-sdk

    Variable CHAIN_INFOConst

    CHAIN_INFO: TChainInfo = ...

    Generated using TypeDoc

    \ No newline at end of file +CHAIN_INFO | xp-decentralized-sdk

    Variable CHAIN_INFOConst

    CHAIN_INFO: TChainInfo = ...

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/Chain.APTOS.html b/docs/variables/Chain.APTOS.html index 3892dc99..61c87e28 100644 --- a/docs/variables/Chain.APTOS.html +++ b/docs/variables/Chain.APTOS.html @@ -1 +1 @@ -APTOS | xp-decentralized-sdk

    Variable APTOSConst

    APTOS: "APTOS" = "APTOS"

    Generated using TypeDoc

    \ No newline at end of file +APTOS | xp-decentralized-sdk

    Variable APTOSConst

    APTOS: "APTOS" = "APTOS"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/Chain.BASE.html b/docs/variables/Chain.BASE.html index cb179fde..88c6e45a 100644 --- a/docs/variables/Chain.BASE.html +++ b/docs/variables/Chain.BASE.html @@ -1 +1 @@ -BASE | xp-decentralized-sdk
    BASE: "BASE" = "BASE"

    Generated using TypeDoc

    \ No newline at end of file +BASE | xp-decentralized-sdk
    BASE: "BASE" = "BASE"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/Chain.BSC.html b/docs/variables/Chain.BSC.html index 884fe762..965a75fc 100644 --- a/docs/variables/Chain.BSC.html +++ b/docs/variables/Chain.BSC.html @@ -1 +1 @@ -BSC | xp-decentralized-sdk
    BSC: "BSC" = "BSC"

    Generated using TypeDoc

    \ No newline at end of file +BSC | xp-decentralized-sdk
    BSC: "BSC" = "BSC"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/Chain.ETH.html b/docs/variables/Chain.ETH.html index 0446dbc6..25ed3662 100644 --- a/docs/variables/Chain.ETH.html +++ b/docs/variables/Chain.ETH.html @@ -1 +1 @@ -ETH | xp-decentralized-sdk
    ETH: "ETH" = "ETH"

    Generated using TypeDoc

    \ No newline at end of file +ETH | xp-decentralized-sdk
    ETH: "ETH" = "ETH"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/Chain.HEDERA.html b/docs/variables/Chain.HEDERA.html index 3d321dd8..b744bfa1 100644 --- a/docs/variables/Chain.HEDERA.html +++ b/docs/variables/Chain.HEDERA.html @@ -1 +1 @@ -HEDERA | xp-decentralized-sdk

    Variable HEDERAConst

    HEDERA: "HEDERA" = "HEDERA"

    Generated using TypeDoc

    \ No newline at end of file +HEDERA | xp-decentralized-sdk

    Variable HEDERAConst

    HEDERA: "HEDERA" = "HEDERA"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/Chain.ICP.html b/docs/variables/Chain.ICP.html index b25c4a00..b84e65bf 100644 --- a/docs/variables/Chain.ICP.html +++ b/docs/variables/Chain.ICP.html @@ -1 +1 @@ -ICP | xp-decentralized-sdk
    ICP: "ICP" = "ICP"

    Generated using TypeDoc

    \ No newline at end of file +ICP | xp-decentralized-sdk
    ICP: "ICP" = "ICP"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/Chain.MATIC.html b/docs/variables/Chain.MATIC.html index 77d26757..425699a7 100644 --- a/docs/variables/Chain.MATIC.html +++ b/docs/variables/Chain.MATIC.html @@ -1 +1 @@ -MATIC | xp-decentralized-sdk

    Variable MATICConst

    MATIC: "MATIC" = "MATIC"

    Generated using TypeDoc

    \ No newline at end of file +MATIC | xp-decentralized-sdk

    Variable MATICConst

    MATIC: "MATIC" = "MATIC"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/Chain.MULTIVERSX.html b/docs/variables/Chain.MULTIVERSX.html index ce2fa58a..960e067c 100644 --- a/docs/variables/Chain.MULTIVERSX.html +++ b/docs/variables/Chain.MULTIVERSX.html @@ -1 +1 @@ -MULTIVERSX | xp-decentralized-sdk

    Variable MULTIVERSXConst

    MULTIVERSX: "MULTIVERSX" = "MULTIVERSX"

    Generated using TypeDoc

    \ No newline at end of file +MULTIVERSX | xp-decentralized-sdk

    Variable MULTIVERSXConst

    MULTIVERSX: "MULTIVERSX" = "MULTIVERSX"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/Chain.NEAR.html b/docs/variables/Chain.NEAR.html index d6fc2e6e..c9fa5afb 100644 --- a/docs/variables/Chain.NEAR.html +++ b/docs/variables/Chain.NEAR.html @@ -1 +1 @@ -NEAR | xp-decentralized-sdk
    NEAR: "NEAR" = "NEAR"

    Generated using TypeDoc

    \ No newline at end of file +NEAR | xp-decentralized-sdk
    NEAR: "NEAR" = "NEAR"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/Chain.SECRET.html b/docs/variables/Chain.SECRET.html index 53005d41..ce8226d8 100644 --- a/docs/variables/Chain.SECRET.html +++ b/docs/variables/Chain.SECRET.html @@ -1 +1 @@ -SECRET | xp-decentralized-sdk

    Variable SECRETConst

    SECRET: "SECRET" = "SECRET"

    Generated using TypeDoc

    \ No newline at end of file +SECRET | xp-decentralized-sdk

    Variable SECRETConst

    SECRET: "SECRET" = "SECRET"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/Chain.TERRA.html b/docs/variables/Chain.TERRA.html index 99e270dc..8c79f7a1 100644 --- a/docs/variables/Chain.TERRA.html +++ b/docs/variables/Chain.TERRA.html @@ -1 +1 @@ -TERRA | xp-decentralized-sdk

    Variable TERRAConst

    TERRA: "TERRA" = "TERRA"

    Generated using TypeDoc

    \ No newline at end of file +TERRA | xp-decentralized-sdk

    Variable TERRAConst

    TERRA: "TERRA" = "TERRA"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/Chain.TEZOS.html b/docs/variables/Chain.TEZOS.html index 1667f34f..e1956c08 100644 --- a/docs/variables/Chain.TEZOS.html +++ b/docs/variables/Chain.TEZOS.html @@ -1 +1 @@ -TEZOS | xp-decentralized-sdk

    Variable TEZOSConst

    TEZOS: "TEZOS" = "TEZOS"

    Generated using TypeDoc

    \ No newline at end of file +TEZOS | xp-decentralized-sdk

    Variable TEZOSConst

    TEZOS: "TEZOS" = "TEZOS"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/variables/Chain.TON.html b/docs/variables/Chain.TON.html index 341a19d8..4cc91e6a 100644 --- a/docs/variables/Chain.TON.html +++ b/docs/variables/Chain.TON.html @@ -1 +1 @@ -TON | xp-decentralized-sdk
    TON: "TON" = "TON"

    Generated using TypeDoc

    \ No newline at end of file +TON | xp-decentralized-sdk
    TON: "TON" = "TON"

    Generated using TypeDoc

    \ No newline at end of file