diff --git a/.gitignore b/.gitignore index 76add87..5a19e8a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -dist \ No newline at end of file +dist +coverage \ No newline at end of file diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..2c88ae2 --- /dev/null +++ b/.npmignore @@ -0,0 +1,2 @@ +docs +coverage \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..7afb747 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# XOXNO SDK + +XOXNO SDK is a JavaScript library that simplifies the interaction with the XOXNO Protocol for developers. It includes a set of helper functions and modules that make it easy to fetch, filter, and interact with data from the XOXNO Protocol and its NFT marketplace. + +## Table of Contents + +- [Installation](#installation) +- [Usage](#usage) + - [Initialization](#initialization) + - [Fetching Data](#fetching-data) + - [Interacting with the Smart Contract](#interacting-with-the-smart-contract) +- [Testing](#testing) +- [Contributing](#contributing) +- [License](#license) + +## Installation + +To install the XOXNO SDK, simply run the following command in your project's root directory: + +```bash +npm install xoxno-sdk +``` diff --git a/docs/assets/highlight.css b/docs/assets/highlight.css index bedcf83..0e740c4 100644 --- a/docs/assets/highlight.css +++ b/docs/assets/highlight.css @@ -1,16 +1,16 @@ :root { - --light-hl-0: #0000FF; - --dark-hl-0: #569CD6; - --light-hl-1: #000000; - --dark-hl-1: #D4D4D4; - --light-hl-2: #0070C1; - --dark-hl-2: #4FC1FF; - --light-hl-3: #795E26; - --dark-hl-3: #DCDCAA; - --light-hl-4: #001080; - --dark-hl-4: #9CDCFE; - --light-hl-5: #A31515; - --dark-hl-5: #CE9178; + --light-hl-0: #000000; + --dark-hl-0: #D4D4D4; + --light-hl-1: #A31515; + --dark-hl-1: #CE9178; + --light-hl-2: #0000FF; + --dark-hl-2: #569CD6; + --light-hl-3: #0070C1; + --dark-hl-3: #4FC1FF; + --light-hl-4: #795E26; + --dark-hl-4: #DCDCAA; + --light-hl-5: #001080; + --dark-hl-5: #9CDCFE; --light-code-background: #FFFFFF; --dark-code-background: #1E1E1E; } diff --git a/docs/classes/collection.CollectionModule.html b/docs/classes/collection.CollectionModule.html index d3b6aa7..eaf6efc 100644 --- a/docs/classes/collection.CollectionModule.html +++ b/docs/classes/collection.CollectionModule.html @@ -1,4 +1,4 @@ -CollectionModule | xoxno-sdk-js
+CollectionModule | @xoxno/sdk-js
  • Preparing search index...
  • -
  • The search index is not available
xoxno-sdk-js
+
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Class CollectionModule

    It includes methods for getting collection profile information, floor price, collection attributes, and searching NFTs within a collection.

    -

    Example

    const xoxno = new XOXNO({ apiURL: 'https://api.xoxno.com', apiKey: 'your-api-key' });
    const collectionModule = xoxno.collection; +

    Example

    const xoxno = new XOXNO({ apiURL: 'https://api.xoxno.com', apiKey: 'your-api-key' });
    const collectionModule = xoxno.collection;
    @@ -29,7 +29,7 @@

    Hierarchy

    • CollectionModule
    +
  • Defined in collection/index.ts:22
  • @@ -60,14 +60,14 @@
    +
  • Defined in collection/index.ts:24
  • Properties

    +
  • Defined in collection/index.ts:23
  • Methods

    @@ -90,7 +90,7 @@
    collection: string

    Returns Promise<ICollectionAttributes>

    +
  • Defined in collection/index.ts:72
  • +
  • Defined in collection/index.ts:53
    • @@ -136,7 +136,7 @@
      collection: string

    Returns Promise<ICollectionProfile>

    +
  • Defined in collection/index.ts:34
  • +
  • Defined in collection/index.ts:153
  • +
  • Defined in collection/index.ts:90
  • xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • SCInteraction
    +
  • Defined in interactions/index.ts:13
  • @@ -68,19 +68,19 @@

    Parameters

    marketAbiXOXNO: SmartContract

    Returns SCInteraction

    +
  • Defined in interactions/index.ts:16
  • Properties

    +
  • Defined in interactions/index.ts:15
  • xo: SmartContract
    +
  • Defined in interactions/index.ts:14
  • Methods

    @@ -94,7 +94,7 @@

    Returns

    A list of accepted payment tokens.

    Returns Promise<string[]>

    +
  • Defined in interactions/index.ts:52
  • Returns Promise<number[]>

    +
  • Defined in interactions/index.ts:219
  • Returns Promise<number>

    +
  • Defined in interactions/index.ts:203
  • +
  • Defined in interactions/index.ts:178
  • Returns Promise<GlobalOffer>

    +
  • Defined in interactions/index.ts:108
  • +
  • Defined in interactions/index.ts:63
  • +
  • Defined in interactions/index.ts:169
  • +
  • Defined in interactions/index.ts:151
  • +
  • Defined in interactions/index.ts:42
  • +
  • Defined in interactions/index.ts:160
  • Returns Promise<TypedOutcomeBundle>

    +
  • Defined in interactions/index.ts:33
  • Returns Promise<number>

    +
  • Defined in interactions/index.ts:76
  • Returns Promise<boolean>

    +
  • Defined in interactions/index.ts:190
  • Returns boolean

    +
  • Defined in interactions/index.ts:96
  • +
  • Defined in interactions/index.ts:21
  • xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -20,7 +20,7 @@

    Class NFTModule

    NFTModule provides a set of methods to interact with single NFTs. It includes methods for getting single NFT information, and searching NFTs by collection and nonce.

    -

    Example

    const xoxno = new XOXNO({ apiURL: 'https://api.xoxno.com', apiKey: 'your-api-key' });
    const nftModule = xoxno.nft; +

    Example

    const xoxno = new XOXNO({ apiURL: 'https://api.xoxno.com', apiKey: 'your-api-key' });
    const nftModule = xoxno.nft;
    @@ -28,7 +28,7 @@

    Hierarchy

    • NFTModule
    +
  • Defined in nft/index.ts:17
  • @@ -58,14 +58,14 @@
    +
  • Defined in nft/index.ts:19
  • Properties

    +
  • Defined in nft/index.ts:18
  • Methods

    @@ -92,7 +92,7 @@
    nonce: number

    Returns Promise<NftData>

    +
  • Defined in nft/index.ts:45
    • @@ -115,7 +115,7 @@
      nonceHex: string

    Returns Promise<NftData>

    +
  • Defined in nft/index.ts:67
    • @@ -134,7 +134,7 @@
      identifier: string

    Returns Promise<NftData>

    +
  • Defined in nft/index.ts:28
  • +
  • Defined in nft/index.ts:93
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • SmartContractAbis
    +
  • Defined in utils/SmartContractAbis.ts:4
  • @@ -63,32 +63,32 @@

    Properties

    exchange: AbiRegistry
    +
  • Defined in utils/SmartContractAbis.ts:6
  • manager: AbiRegistry
    +
  • Defined in utils/SmartContractAbis.ts:5
  • market: AbiRegistry
    +
  • Defined in utils/SmartContractAbis.ts:8
  • minter: AbiRegistry
    +
  • Defined in utils/SmartContractAbis.ts:7
  • p2p: AbiRegistry
    +
  • Defined in utils/SmartContractAbis.ts:10
  • staking: AbiRegistry
    +
  • Defined in utils/SmartContractAbis.ts:9
  • Methods

    @@ -98,7 +98,7 @@
    +
  • Defined in utils/SmartContractAbis.ts:59
    • @@ -106,7 +106,7 @@
    +
  • Defined in utils/SmartContractAbis.ts:23
    • @@ -114,7 +114,7 @@
    +
  • Defined in utils/SmartContractAbis.ts:12
    • @@ -122,7 +122,7 @@
    +
  • Defined in utils/SmartContractAbis.ts:35
    • @@ -130,7 +130,7 @@
    +
  • Defined in utils/SmartContractAbis.ts:71
    • @@ -138,7 +138,7 @@
    +
  • Defined in utils/SmartContractAbis.ts:47
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • APIClient
    +
  • Defined in utils/api.ts:20
  • @@ -63,24 +63,24 @@
    apiKey: string
    chain: Chain

    Returns APIClient

    +
  • Defined in utils/api.ts:35
  • Properties

    apiKey: string
    +
  • Defined in utils/api.ts:23
  • apiUrl: string
    +
  • Defined in utils/api.ts:22
  • chain: Chain
    +
  • Defined in utils/api.ts:24
  • config: {
        DR_SC: string;
        FM_SC: string;
        KG_SC: string;
        Manager_SC: string;
        P2P_SC: string;
        Staking_SC: string;
        XO_SC: string;
    }
    @@ -102,12 +102,12 @@
    Staking_SC:
    XO_SC: string
    +
  • Defined in utils/api.ts:25
  • instance: APIClient
    +
  • Defined in utils/api.ts:21
  • Methods

    @@ -131,7 +131,7 @@
    options: Recordnumber = 40000

    Returns Promise<T>

    +
  • Defined in utils/api.ts:79
  • +
  • Defined in utils/api.ts:72
    • @@ -156,7 +156,7 @@
      apiKey: stringChain = Chain.MAINNET

    Returns APIClient

    +
  • Defined in utils/api.ts:61
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • ContractQueryRunner
    +
  • Defined in utils/scCalls.ts:14
  • @@ -49,19 +49,19 @@
    +
  • Defined in utils/scCalls.ts:18
  • Properties

    parser: ResultsParser = ...
    +
  • Defined in utils/scCalls.ts:16
  • proxy: INetworkProvider
    +
  • Defined in utils/scCalls.ts:15
  • Methods

    @@ -78,7 +78,7 @@
    contract: SmartContract
    interaction: Interaction

    Returns Promise<TypedOutcomeBundle>

    +
  • Defined in utils/scCalls.ts:25
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Enumeration FieldsToSelectConst

    +
  • Defined in types/collection.d.ts:128
  • @@ -48,82 +48,82 @@

    Enumeration Members

    Attributes: "metadata/attributes"
    +
  • Defined in types/collection.d.ts:130
  • AvifURL: "avifUrl"
    +
  • Defined in types/collection.d.ts:142
  • Collection: "collection"
    +
  • Defined in types/collection.d.ts:137
  • ContentType: "originalMedia/contentType"
    +
  • Defined in types/collection.d.ts:140
  • Description: "metadata/description"
    +
  • Defined in types/collection.d.ts:131
  • Identifier: "identifier"
    +
  • Defined in types/collection.d.ts:136
  • Name: "name"
    +
  • Defined in types/collection.d.ts:132
  • Nonce: "nonce"
    +
  • Defined in types/collection.d.ts:139
  • OnSale: "onSale"
    +
  • Defined in types/collection.d.ts:133
  • OriginalURL: "url"
    +
  • Defined in types/collection.d.ts:138
  • Rank: "metadata/rarity/rank"
    +
  • Defined in types/collection.d.ts:129
  • Royalties: "royalties"
    +
  • Defined in types/collection.d.ts:135
  • SaleInfo: "saleInfoNft"
    +
  • Defined in types/collection.d.ts:134
  • Type: "type"
    +
  • Defined in types/collection.d.ts:144
  • WasProcessed: "wasProcessed"
    +
  • Defined in types/collection.d.ts:141
  • WebpURL: "webpUrl"
    +
  • Defined in types/collection.d.ts:143
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    +
  • Defined in types/collection.d.ts:104
  • @@ -36,22 +36,22 @@

    Enumeration Members

    DR: "DR"
    +
  • Defined in types/collection.d.ts:107
  • FM: "FM"
    +
  • Defined in types/collection.d.ts:106
  • KG: "KG"
    +
  • Defined in types/collection.d.ts:108
  • XO: "XO"
    +
  • Defined in types/collection.d.ts:105
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Enumeration SearchOrderByConst

    +
  • Defined in types/collection.d.ts:147
  • @@ -40,42 +40,42 @@

    Enumeration Members

    NonceHighToLow: "nonce desc"
    +
  • Defined in types/collection.d.ts:152
  • NonceLowToHigh: "nonce asc"
    +
  • Defined in types/collection.d.ts:153
  • OldestListed: "saleInfoNft/timestamp asc"
    +
  • Defined in types/collection.d.ts:155
  • PriceHighToLow: "saleInfoNft/min_bid_short desc"
    +
  • Defined in types/collection.d.ts:148
  • PriceLowToHigh: "saleInfoNft/min_bid_short asc"
    +
  • Defined in types/collection.d.ts:149
  • RarityHighToLow: "metadata/rarity/rank desc"
    +
  • Defined in types/collection.d.ts:150
  • RarityLowToHigh: "metadata/rarity/rank asc"
    +
  • Defined in types/collection.d.ts:151
  • RecentListed: "saleInfoNft/timestamp desc"
    +
  • Defined in types/collection.d.ts:154
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Enumeration OrderByTradingActivityConst

    +
  • Defined in types/trading.d.ts:70
  • @@ -36,22 +36,22 @@

    Enumeration Members

    OldestPlaced: "timestamp asc"
    +
  • Defined in types/trading.d.ts:74
  • PriceHighToLow: "short_price desc"
    +
  • Defined in types/trading.d.ts:71
  • PriceLowToHigh: "short_price asc"
    +
  • Defined in types/trading.d.ts:72
  • RecentPlaced: "timestamp desc"
    +
  • Defined in types/trading.d.ts:73
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Enumeration SelectFieldsTradingActivityConst

    +
  • Defined in types/trading.d.ts:77
  • @@ -42,52 +42,52 @@

    Enumeration Members

    attributes: 0
    +
  • Defined in types/trading.d.ts:78
  • collection: 1
    +
  • Defined in types/trading.d.ts:79
  • dataType: 7
    +
  • Defined in types/trading.d.ts:85
  • id: 6
    +
  • Defined in types/trading.d.ts:84
  • marketplace: 8
    +
  • Defined in types/trading.d.ts:86
  • offer_id: 2
    +
  • Defined in types/trading.d.ts:80
  • owner: 3
    +
  • Defined in types/trading.d.ts:81
  • payment_token: 9
    +
  • Defined in types/trading.d.ts:87
  • price: 5
    +
  • Defined in types/trading.d.ts:83
  • short_price: 4
    +
  • Defined in types/trading.d.ts:82
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Enumeration ChainConst

    +
  • Defined in utils/api.ts:16
  • @@ -34,12 +34,12 @@

    Enumeration Members

    DEVNET: "D"
    +
  • Defined in utils/api.ts:18
  • MAINNET: "1"
    +
  • Defined in utils/api.ts:17
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -31,7 +31,7 @@
    address: Address
    implementedInterface: string

    Returns SmartContract

    +
  • Defined in utils/SmartContractService.ts:8
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -43,7 +43,7 @@
    api: Returns Promise<TradingActivityResponse>
    +
  • Defined in utils/getActivity.ts:15
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Function getIdentifierFromColAndNonce

    @@ -29,7 +29,7 @@
    collection: string
    nonce: number

    Returns string

    +
  • Defined in utils/helpers.ts:9
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -27,7 +27,7 @@

    Parameters

    nonce: number

    Returns string

    +
  • Defined in utils/helpers.ts:1
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -27,7 +27,7 @@

    Parameters

    ticker: string

    Returns boolean

    +
  • Defined in utils/regex.ts:1
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -27,7 +27,7 @@

    Parameters

    identifier: string

    Returns boolean

    +
  • Defined in utils/regex.ts:5
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    -

    xoxno-sdk-js

    -
    +

    @xoxno/sdk-js

    +
    + +

    XOXNO SDK

    +
    +

    XOXNO SDK is a JavaScript library that simplifies the interaction with the XOXNO Protocol for developers. It includes a set of helper functions and modules that make it easy to fetch, filter, and interact with data from the XOXNO Protocol and its NFT marketplace.

    + + +

    Table of Contents

    +
    + + + +

    Installation

    +
    +

    To install the XOXNO SDK, simply run the following command in your project's root directory:

    +
    npm install xoxno-sdk
    +
    +
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • AttributeData
    +
  • Defined in types/collection.d.ts:86
  • @@ -39,17 +39,17 @@

    Properties

    FloorPrice: number
    +
  • Defined in types/collection.d.ts:88
  • OnSale: number
    +
  • Defined in types/collection.d.ts:89
  • attributeOccurrence: number
    +
  • Defined in types/collection.d.ts:87
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • Filter
    +
  • Defined in types/collection.d.ts:158
  • @@ -44,12 +44,12 @@

    Properties

    attributes?: MetadataAttribute[]
    +
  • Defined in types/collection.d.ts:163
  • auctionTypes?: string[]
    +
  • Defined in types/collection.d.ts:161
  • levelRange?: {
        max?: number;
        min?: number;
    }
    @@ -61,17 +61,17 @@
    Optional max
    Optional min?: number
    +
  • Defined in types/collection.d.ts:173
  • marketplace?: Marketplace[]
    +
  • Defined in types/collection.d.ts:159
  • onSale?: boolean
    +
  • Defined in types/collection.d.ts:160
  • range?: {
        max: number;
        min: number;
        type: string;
    }
    @@ -85,7 +85,7 @@
    min:
    type: string
    +
  • Defined in types/collection.d.ts:164
  • rankRange?: {
        max?: number;
        min?: number;
    }
    @@ -97,12 +97,12 @@
    Optional max
    Optional min?: number
    +
  • Defined in types/collection.d.ts:169
  • tokens?: string[]
    +
  • Defined in types/collection.d.ts:162
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • GlobalOffer
    +
  • Defined in types/collection.d.ts:111
  • @@ -50,72 +50,72 @@

    Properties

    attributes: MetadataAttribute[]
    +
  • Defined in types/collection.d.ts:112
  • collection: string
    +
  • Defined in types/collection.d.ts:113
  • isActive: boolean
    +
  • Defined in types/collection.d.ts:114
  • marketplace: string
    +
  • Defined in types/collection.d.ts:115
  • offer_id: number
    +
  • Defined in types/collection.d.ts:116
  • owner: string
    +
  • Defined in types/collection.d.ts:117
  • ownerProfile?: string
    +
  • Defined in types/collection.d.ts:118
  • ownerUsername?: string
    +
  • Defined in types/collection.d.ts:119
  • payment_nonce: number
    +
  • Defined in types/collection.d.ts:120
  • payment_token: string
    +
  • Defined in types/collection.d.ts:121
  • price: string
    +
  • Defined in types/collection.d.ts:122
  • quantity: number
    +
  • Defined in types/collection.d.ts:123
  • short_price: number
    +
  • Defined in types/collection.d.ts:124
  • timestamp: number
    +
  • Defined in types/collection.d.ts:125
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -24,7 +24,7 @@

    Hierarchy

    Indexable

    [traitType: string]: TraitValues
    +
  • Defined in types/collection.d.ts:101
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • ICollectionProfile
    +
  • Defined in types/collection.d.ts:27
  • @@ -57,97 +57,97 @@

    Properties

    _ts: number
    +
  • Defined in types/collection.d.ts:83
  • banner: string
    +
  • Defined in types/collection.d.ts:35
  • collection: string
    +
  • Defined in types/collection.d.ts:29
  • creator: string
    +
  • Defined in types/collection.d.ts:58
  • dataType: "collectionProfile"
    +
  • Defined in types/collection.d.ts:28
  • description: string
    +
  • Defined in types/collection.d.ts:31
  • hasStaking: boolean
    +
  • Defined in types/collection.d.ts:77
  • id: string
    +
  • Defined in types/collection.d.ts:78
  • isMintable: boolean
    +
  • Defined in types/collection.d.ts:59
  • isVerified: boolean
    +
  • Defined in types/collection.d.ts:33
  • isVisible: boolean
    +
  • Defined in types/collection.d.ts:32
  • lastVerifiedBy: string
    +
  • Defined in types/collection.d.ts:82
  • lastVerifiedTimestamp: number
    +
  • Defined in types/collection.d.ts:81
  • mintInfo: IMintInfo
    +
  • Defined in types/collection.d.ts:60
  • mintStages: {
        collectionTag: string;
        endTime: number;
        isWhitelist: boolean;
        mintCount: number;
        mintEnabled: boolean;
        mintLimit: number;
        name: string;
        prices: {
            amount: string;
            tokenIdentifier: string;
            tokenNonce: string;
        }[];
        startTime: number;
        walletLimit: number;
    }[]
    +
  • Defined in types/collection.d.ts:61
  • name: string
    +
  • Defined in types/collection.d.ts:30
  • owner: string
    +
  • Defined in types/collection.d.ts:57
  • profile: string
    +
  • Defined in types/collection.d.ts:34
  • socials: ISocials
    +
  • Defined in types/collection.d.ts:79
  • statistics: {
        mintData: {
            dayMintEgldVolume: number;
            totalMintEgldVolume: number;
            weekMintEgldVolume: number;
        };
        other: {
            followCount: number;
            holdersCount?: number;
            nftCount: number;
        };
        tradeData: {
            athEgldPrice: number;
            athTxHash: string;
            averageEgldPrice: number;
            dayEgldVolume: number;
            totalEgldVolume: number;
            totalTrades: number;
            weekEgldVolume: number;
        };
    }
    @@ -190,12 +190,12 @@
    totalTrades:
    weekEgldVolume: number
    +
  • Defined in types/collection.d.ts:36
  • type: string
    +
  • Defined in types/collection.d.ts:80
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • IMintInfo
    +
  • Defined in types/collection.d.ts:13
  • @@ -47,57 +47,57 @@

    Properties

    allowsPublicBurn: string
    +
  • Defined in types/collection.d.ts:21
  • allowsRefund: string
    +
  • Defined in types/collection.d.ts:23
  • cid: string
    +
  • Defined in types/collection.d.ts:17
  • collectionSize: number
    +
  • Defined in types/collection.d.ts:19
  • collectionTag: string
    +
  • Defined in types/collection.d.ts:16
  • contractAddress: string
    +
  • Defined in types/collection.d.ts:14
  • hasReveal: string
    +
  • Defined in types/collection.d.ts:24
  • kycRequired: string
    +
  • Defined in types/collection.d.ts:22
  • mediaType: string
    +
  • Defined in types/collection.d.ts:18
  • nftTransferLimited: string
    +
  • Defined in types/collection.d.ts:20
  • totalNftMinted: number
    +
  • Defined in types/collection.d.ts:15
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • ISocials
    +
  • Defined in types/collection.d.ts:3
  • @@ -43,37 +43,37 @@

    Properties

    discord: string
    +
  • Defined in types/collection.d.ts:8
  • facebook: string
    +
  • Defined in types/collection.d.ts:9
  • instagram: string
    +
  • Defined in types/collection.d.ts:5
  • telegram: string
    +
  • Defined in types/collection.d.ts:7
  • twitter: string
    +
  • Defined in types/collection.d.ts:4
  • website: string
    +
  • Defined in types/collection.d.ts:6
  • youtube: string
    +
  • Defined in types/collection.d.ts:10
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • MetadataAttribute
    +
  • Defined in types/collection.d.ts:92
  • @@ -38,12 +38,12 @@

    Properties

    trait_type: string
    +
  • Defined in types/collection.d.ts:93
  • value: string
    +
  • Defined in types/collection.d.ts:94
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • SearchNFTs
    +
  • Defined in types/collection.d.ts:179
  • @@ -43,37 +43,37 @@

    Properties

    collection: string
    +
  • Defined in types/collection.d.ts:183
  • filters: Filter
    +
  • Defined in types/collection.d.ts:180
  • name?: string
    +
  • Defined in types/collection.d.ts:181
  • orderBy?: SearchOrderBy[]
    +
  • Defined in types/collection.d.ts:182
  • select?: FieldsToSelect[]
    +
  • Defined in types/collection.d.ts:186
  • skip: number
    +
  • Defined in types/collection.d.ts:185
  • top: number
    +
  • Defined in types/collection.d.ts:184
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • SearchNFTsArgs
    +
  • Defined in types/collection.d.ts:189
  • @@ -52,7 +52,7 @@
    +
  • Defined in types/collection.d.ts:226
  • cantinaLevelRange?: {
        max: number;
        min: number;
    }
    @@ -66,56 +66,56 @@
    max:
    min: number
    +
  • Defined in types/collection.d.ts:209
  • collection: string

    The collection to search in

    +
  • Defined in types/collection.d.ts:191
  • listedInToken?: string[]

    If set, will return only NFTs listed in the specified tokens

    +
  • Defined in types/collection.d.ts:202
  • listedOnlyOn?: Marketplace[]

    If set, will return only NFTs listed in the specified marketplaces

    +
  • Defined in types/collection.d.ts:224
  • onlyAuctions?: boolean

    If true, will return only NFTs that are on auction

    +
  • Defined in types/collection.d.ts:195
  • onlyOnSale?: boolean

    If true, will return only NFTs that are on sale

    +
  • Defined in types/collection.d.ts:193
  • onlySelectFields?: FieldsToSelect[]

    If set, will return only the specified fields

    +
  • Defined in types/collection.d.ts:222
  • orderBy?: SearchOrderBy[]

    The order of the results based on a field

    +
  • Defined in types/collection.d.ts:220
  • priceRange?: {
        max: number;
        min: number;
    }
    @@ -129,7 +129,7 @@
    max:
    min: number
    +
  • Defined in types/collection.d.ts:197
  • rankRange?: {
        max: number;
        min: number;
    }
    @@ -143,28 +143,28 @@
    max:
    min: number
    +
  • Defined in types/collection.d.ts:204
  • searchName?: string

    If set, will return only NFTs with a name that contains the specified string

    +
  • Defined in types/collection.d.ts:214
  • skip?: number

    The order by to use

    +
  • Defined in types/collection.d.ts:218
  • top?: number

    The number of results to return

    +
  • Defined in types/collection.d.ts:216
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • SearchNFTsResponse
    +
  • Defined in types/collection.d.ts:229
  • @@ -44,42 +44,42 @@
    +
  • Defined in types/collection.d.ts:231
  • empty: boolean

    If the results are empty

    +
  • Defined in types/collection.d.ts:237
  • getNextPagePayload: SearchNFTsArgs

    The payload to use to get the next page

    +
  • Defined in types/collection.d.ts:239
  • hasMoreResults: boolean

    If there are more results to fetch

    +
  • Defined in types/collection.d.ts:241
  • results: NftData[]

    The results for the current page

    +
  • Defined in types/collection.d.ts:235
  • resultsCount: number

    The results count for the current page

    +
  • Defined in types/collection.d.ts:233
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • TradingActivity
    +
  • Defined in types/collection.d.ts:244
  • @@ -58,112 +58,112 @@

    Properties

    _ts: number
    +
  • Defined in types/collection.d.ts:266
  • action: string
    +
  • Defined in types/collection.d.ts:245
  • attributes: MetadataAttribute[]
    +
  • Defined in types/collection.d.ts:246
  • avifUrl: string
    +
  • Defined in types/collection.d.ts:247
  • buyer: string
    +
  • Defined in types/collection.d.ts:248
  • buyerUsername: string
    +
  • Defined in types/collection.d.ts:249
  • collection: string
    +
  • Defined in types/collection.d.ts:250
  • egldValue: number
    +
  • Defined in types/collection.d.ts:251
  • id: string
    +
  • Defined in types/collection.d.ts:252
  • identifier: string
    +
  • Defined in types/collection.d.ts:253
  • marketplace: Marketplace
    +
  • Defined in types/collection.d.ts:254
  • name: string
    +
  • Defined in types/collection.d.ts:255
  • paymentToken: string
    +
  • Defined in types/collection.d.ts:256
  • price: number
    +
  • Defined in types/collection.d.ts:257
  • rank: number
    +
  • Defined in types/collection.d.ts:258
  • seller: string
    +
  • Defined in types/collection.d.ts:259
  • sellerUsername: string
    +
  • Defined in types/collection.d.ts:260
  • timestamp: number
    +
  • Defined in types/collection.d.ts:261
  • txHash: string
    +
  • Defined in types/collection.d.ts:262
  • url: string
    +
  • Defined in types/collection.d.ts:263
  • usdPrice: number
    +
  • Defined in types/collection.d.ts:264
  • webpUrl: string
    +
  • Defined in types/collection.d.ts:265
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -24,7 +24,7 @@

    Hierarchy

    Indexable

    [traitValue: string]: AttributeData
    +
  • Defined in types/collection.d.ts:97
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • GameData
    +
  • Defined in types/nft.d.ts:53
  • @@ -38,12 +38,12 @@

    Properties

    name: string
    +
  • Defined in types/nft.d.ts:54
  • value: number
    +
  • Defined in types/nft.d.ts:55
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • NFTAttribute
    +
  • Defined in types/nft.d.ts:1
  • @@ -43,37 +43,37 @@

    Properties

    FloorPrice?: number
    +
  • Defined in types/nft.d.ts:8
  • OnSale?: number
    +
  • Defined in types/nft.d.ts:7
  • frequency: number
    +
  • Defined in types/nft.d.ts:6
  • occurance: number
    +
  • Defined in types/nft.d.ts:4
  • rarity: number
    +
  • Defined in types/nft.d.ts:5
  • trait_type: string
    +
  • Defined in types/nft.d.ts:2
  • value: string
    +
  • Defined in types/nft.d.ts:3
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • NFTMetadata
    +
  • Defined in types/nft.d.ts:11
  • @@ -39,12 +39,12 @@

    Properties

    attributes: NFTAttribute[]
    +
  • Defined in types/nft.d.ts:13
  • description?: string
    +
  • Defined in types/nft.d.ts:12
  • rarity: {
        rank: number;
    }
    @@ -54,7 +54,7 @@

    Type declaration

  • rank: number
  • +
  • Defined in types/nft.d.ts:14
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • NftData
    +
  • Defined in types/nft.d.ts:74
  • @@ -61,127 +61,127 @@

    Properties

    attributes?: string
    +
  • Defined in types/nft.d.ts:77
  • avifUrl: string
    +
  • Defined in types/nft.d.ts:84
  • collection: string
    +
  • Defined in types/nft.d.ts:76
  • creator?: string
    +
  • Defined in types/nft.d.ts:81
  • gameData: GameData[]
    +
  • Defined in types/nft.d.ts:93
  • hasOffers?: boolean
    +
  • Defined in types/nft.d.ts:88
  • identifier: string
    +
  • Defined in types/nft.d.ts:75
  • isVerified: boolean
    +
  • Defined in types/nft.d.ts:97
  • isVisible: boolean
    +
  • Defined in types/nft.d.ts:98
  • metadata: Metadata
    +
  • Defined in types/nft.d.ts:89
  • name: string
    +
  • Defined in types/nft.d.ts:80
  • nftValue?: NftValue
    +
  • Defined in types/nft.d.ts:99
  • nonce: number
    +
  • Defined in types/nft.d.ts:78
  • offersInfo: OffersInfo[]
    +
  • Defined in types/nft.d.ts:92
  • onSale: boolean
    +
  • Defined in types/nft.d.ts:87
  • originalMedia: OriginalMedia
    +
  • Defined in types/nft.d.ts:90
  • owner?: string
    +
  • Defined in types/nft.d.ts:94
  • ownerCount?: number
    +
  • Defined in types/nft.d.ts:95
  • ownerUsername?: string
    +
  • Defined in types/nft.d.ts:96
  • royalties: number
    +
  • Defined in types/nft.d.ts:82
  • saleInfoNft: SaleInfoNft
    +
  • Defined in types/nft.d.ts:91
  • type: string
    +
  • Defined in types/nft.d.ts:79
  • url: string
    +
  • Defined in types/nft.d.ts:83
  • wasProcessed: boolean
    +
  • Defined in types/nft.d.ts:86
  • webpUrl: string
    +
  • Defined in types/nft.d.ts:85
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • NftValue
    +
  • Defined in types/nft.d.ts:46
  • @@ -40,22 +40,22 @@

    Properties

    avgValue: number
    +
  • Defined in types/nft.d.ts:48
  • collectionFp: number
    +
  • Defined in types/nft.d.ts:50
  • floorValue: number
    +
  • Defined in types/nft.d.ts:47
  • maxValue: number
    +
  • Defined in types/nft.d.ts:49
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • OffersInfo
    +
  • Defined in types/nft.d.ts:58
  • @@ -49,67 +49,67 @@

    Properties

    EgldValue: number
    +
  • Defined in types/nft.d.ts:59
  • UsdValue: number
    +
  • Defined in types/nft.d.ts:60
  • deadline: number
    +
  • Defined in types/nft.d.ts:61
  • isActive: boolean
    +
  • Defined in types/nft.d.ts:62
  • offer_id: number
    +
  • Defined in types/nft.d.ts:63
  • owner: string
    +
  • Defined in types/nft.d.ts:64
  • ownerUsername: string
    +
  • Defined in types/nft.d.ts:65
  • payment_nonce: number
    +
  • Defined in types/nft.d.ts:66
  • payment_token: string
    +
  • Defined in types/nft.d.ts:67
  • price: string
    +
  • Defined in types/nft.d.ts:68
  • price_short: number
    +
  • Defined in types/nft.d.ts:69
  • quantity: number
    +
  • Defined in types/nft.d.ts:70
  • timestamp: number
    +
  • Defined in types/nft.d.ts:71
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • OriginalMedia
    +
  • Defined in types/nft.d.ts:19
  • @@ -38,12 +38,12 @@

    Properties

    contentLength: number
    +
  • Defined in types/nft.d.ts:21
  • contentType: string
    +
  • Defined in types/nft.d.ts:20
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • SaleInfoNft
    +
  • Defined in types/nft.d.ts:24
  • @@ -55,97 +55,97 @@

    Properties

    accepted_payment_token: string
    +
  • Defined in types/nft.d.ts:33
  • accepted_payment_token_nonce: number
    +
  • Defined in types/nft.d.ts:34
  • auction_id: number
    +
  • Defined in types/nft.d.ts:25
  • auction_type: string
    +
  • Defined in types/nft.d.ts:35
  • current_bid: string
    +
  • Defined in types/nft.d.ts:30
  • current_bid_short: number
    +
  • Defined in types/nft.d.ts:39
  • current_winner: string
    +
  • Defined in types/nft.d.ts:27
  • deadline: number
    +
  • Defined in types/nft.d.ts:32
  • marketplace: string
    +
  • Defined in types/nft.d.ts:41
  • max_bid: string
    +
  • Defined in types/nft.d.ts:29
  • max_bid_short: number
    +
  • Defined in types/nft.d.ts:38
  • min_bid: string
    +
  • Defined in types/nft.d.ts:28
  • min_bid_short: number
    +
  • Defined in types/nft.d.ts:37
  • quantity: null | number
    +
  • Defined in types/nft.d.ts:40
  • seller: string
    +
  • Defined in types/nft.d.ts:26
  • start_time: number
    +
  • Defined in types/nft.d.ts:31
  • timestamp: number
    +
  • Defined in types/nft.d.ts:36
  • usd: string
    +
  • Defined in types/nft.d.ts:42
  • usd_max_bid: string
    +
  • Defined in types/nft.d.ts:43
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • TradincActivityArgs
    +
  • Defined in types/trading.d.ts:30
  • @@ -52,56 +52,56 @@
    +
  • Defined in types/trading.d.ts:61
  • attributes?: MetadataAttribute[]

    The attributes to fetch the trading activity from

    +
  • Defined in types/trading.d.ts:67
  • collections?: string[]

    The collections to fetch the trading activity from

    +
  • Defined in types/trading.d.ts:32
  • identifiers?: string[]

    The identifier of the NFTs to fetch the trading activity from

    +
  • Defined in types/trading.d.ts:34
  • marketplaces?: Marketplace[]

    The marketplaces to fetch the trading activity from

    +
  • Defined in types/trading.d.ts:38
  • The fields to order the trading activity by

    +
  • Defined in types/trading.d.ts:65
  • owners?: string[]

    The owners of the NFTs to fetch the trading activity from

    +
  • Defined in types/trading.d.ts:36
  • placedInToken?: string[]

    The tokens to fetch the trading activity from

    +
  • Defined in types/trading.d.ts:40
  • priceRange?: {
        max: number;
        min: number;
    }
    @@ -115,7 +115,7 @@
    max:
    min: number
    +
  • Defined in types/trading.d.ts:42
  • rankRange?: {
        max: number;
        min: number;
    }
    @@ -129,21 +129,21 @@
    max:
    min: number
    +
  • Defined in types/trading.d.ts:47
  • The fields to select from the trading activity

    +
  • Defined in types/trading.d.ts:63
  • skip?: number

    The number of results to skip

    +
  • Defined in types/trading.d.ts:59
  • timestampRange?: {
        max: number;
        min: number;
    }
    @@ -157,14 +157,14 @@
    max:
    min: number
    +
  • Defined in types/trading.d.ts:52
  • top?: number

    The number of results to return

    +
  • Defined in types/trading.d.ts:57
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Interface TradingActivityQueryFilter

    @@ -21,7 +21,7 @@

    Hierarchy

    • TradingActivityQueryFilter
    +
  • Defined in types/trading.d.ts:3
  • @@ -79,27 +79,27 @@
    min:
    Optional tokens?: string[]
    +
  • Defined in types/trading.d.ts:4
  • +
  • Defined in types/trading.d.ts:28
  • +
  • Defined in types/trading.d.ts:27
  • skip: number
    +
  • Defined in types/trading.d.ts:26
  • top: number
    +
  • Defined in types/trading.d.ts:25
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -21,7 +21,7 @@

    Hierarchy

    • TradingActivityResponse
    +
  • Defined in types/trading.d.ts:90
  • @@ -40,22 +40,22 @@

    Properties

    empty: boolean
    +
  • Defined in types/trading.d.ts:94
  • getNextPagePayload: TradincActivityArgs
    +
  • Defined in types/trading.d.ts:93
  • hasMoreResults: boolean
    +
  • Defined in types/trading.d.ts:91
  • resources: TradingActivity[]
    +
  • Defined in types/trading.d.ts:92
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    -

    xoxno-sdk-js

    +

    @xoxno/sdk-js

    Index

    @@ -53,7 +53,7 @@

    Theme

    @@ -6,17 +6,17 @@
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    +
  • Defined in collection/index.ts:1
  • @@ -45,7 +45,7 @@

    Theme

    @@ -6,17 +6,17 @@
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Module interactions

    +
  • Defined in interactions/index.ts:1
  • @@ -45,7 +45,7 @@

    Theme

    @@ -6,17 +6,17 @@
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    +
  • Defined in nft/index.ts:1
  • @@ -45,7 +45,7 @@

    Theme

    @@ -6,17 +6,17 @@
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    +
  • Defined in types/index.ts:1
  • @@ -135,7 +135,7 @@

    Theme

    @@ -6,17 +6,17 @@
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Module types/collection

    +
  • Defined in types/collection.d.ts:1
  • @@ -63,7 +63,7 @@

    Theme

    @@ -6,13 +6,13 @@
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Module types/interactions

    @@ -43,7 +43,7 @@

    Theme

    @@ -6,17 +6,17 @@
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    +
  • Defined in types/nft.d.ts:1
  • @@ -52,7 +52,7 @@

    Theme

    @@ -6,17 +6,17 @@
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Module types/trading

    +
  • Defined in types/trading.d.ts:1
  • @@ -52,7 +52,7 @@

    Theme

    @@ -6,17 +6,17 @@
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Module utils/SmartContractAbis

    +
  • Defined in utils/SmartContractAbis.ts:1
  • @@ -45,7 +45,7 @@

    Theme

    @@ -6,17 +6,17 @@
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Module utils/SmartContractService

    +
  • Defined in utils/SmartContractService.ts:1
  • @@ -45,7 +45,7 @@

    Theme

    @@ -6,17 +6,17 @@
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    +
  • Defined in utils/api.ts:1
  • @@ -49,7 +49,7 @@

    Theme

    @@ -6,17 +6,17 @@
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Module utils/const

    +
  • Defined in utils/const.ts:1
  • @@ -57,7 +57,7 @@

    Theme

    @@ -6,17 +6,17 @@
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Module utils/getActivity

    +
  • Defined in utils/getActivity.ts:1
  • @@ -45,7 +45,7 @@

    Theme

    @@ -6,17 +6,17 @@
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Module utils/helpers

    +
  • Defined in utils/helpers.ts:1
  • @@ -46,7 +46,7 @@

    Theme

    @@ -6,17 +6,17 @@
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Module utils/regex

    +
  • Defined in utils/regex.ts:1
  • @@ -46,7 +46,7 @@

    Theme

    @@ -6,17 +6,17 @@
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Module utils/scCalls

    +
  • Defined in utils/scCalls.ts:1
  • @@ -45,7 +45,7 @@

    Theme

    @@ -6,13 +6,13 @@
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    @@ -43,7 +43,7 @@
    quantity:
    timestamp: number
    +
  • Defined in types/interactions.d.ts:1
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Variable API_URLConst

    API_URL: "https://api.xoxno.com" = 'https://api.xoxno.com'
    +
  • Defined in utils/const.ts:1
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Variable API_URL_DEVConst

    API_URL_DEV: "https://api-dev.xoxno.com" = 'https://api-dev.xoxno.com'
    +
  • Defined in utils/const.ts:2
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    DR_SC: "erd1qqqqqqqqqqqqqpgqd9rvv2n378e27jcts8vfwynpx0gfl5ufz6hqhfy0u0" = 'erd1qqqqqqqqqqqqqpgqd9rvv2n378e27jcts8vfwynpx0gfl5ufz6hqhfy0u0'
    +
  • Defined in utils/const.ts:8
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    FM_SC: "erd1qqqqqqqqqqqqqpgq705fxpfrjne0tl3ece0rrspykq88mynn4kxs2cg43s" = 'erd1qqqqqqqqqqqqqpgq705fxpfrjne0tl3ece0rrspykq88mynn4kxs2cg43s'
    +
  • Defined in utils/const.ts:6
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js
    KG_SC: "erd1qqqqqqqqqqqqqpgq8xwzu82v8ex3h4ayl5lsvxqxnhecpwyvwe0sf2qj4e" = 'erd1qqqqqqqqqqqqqpgq8xwzu82v8ex3h4ayl5lsvxqxnhecpwyvwe0sf2qj4e'
    +
  • Defined in utils/const.ts:10
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Variable Manager_SCConst

    Manager_SC: "erd1qqqqqqqqqqqqqpgqg9fa0dmpn8fu3fnleeqn5zt8rl8mdqjkys5s2gtas7" = 'erd1qqqqqqqqqqqqqpgqg9fa0dmpn8fu3fnleeqn5zt8rl8mdqjkys5s2gtas7'
    +
  • Defined in utils/const.ts:14
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Variable Manager_SC_DEVConst

    Manager_SC_DEV: "erd1qqqqqqqqqqqqqpgq6sysl7mga393a850xemfpawaqanf4da5d8ssp3xamn" = 'erd1qqqqqqqqqqqqqpgq6sysl7mga393a850xemfpawaqanf4da5d8ssp3xamn'
    +
  • Defined in utils/const.ts:23
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Variable P2P_SCConst

    P2P_SC: "erd1qqqqqqqqqqqqqpgq47y8hnct68v6asjv6gxem6h9rumn9frzah0skhxxt6" = 'erd1qqqqqqqqqqqqqpgq47y8hnct68v6asjv6gxem6h9rumn9frzah0skhxxt6'
    +
  • Defined in utils/const.ts:16
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Variable P2P_SC_DEVConst

    P2P_SC_DEV: "erd1qqqqqqqqqqqqqpgqhuvnvkwwmucdzy3g7pvgvjumjfcgfwf69w2svch5c2" = 'erd1qqqqqqqqqqqqqpgqhuvnvkwwmucdzy3g7pvgvjumjfcgfwf69w2svch5c2'
    +
  • Defined in utils/const.ts:25
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Variable Staking_SCConst

    Staking_SC: "erd1qqqqqqqqqqqqqpgqvpkd3g3uwludduv3797j54qt6c888wa59w2shntt6z" = 'erd1qqqqqqqqqqqqqpgqvpkd3g3uwludduv3797j54qt6c888wa59w2shntt6z'
    +
  • Defined in utils/const.ts:12
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Variable Staking_SC_DEVConst

    Staking_SC_DEV: "erd1qqqqqqqqqqqqqpgqmkt2fvumf0zgum5qd0awl2l46x2pxdgmr5rswjr6r8" = 'erd1qqqqqqqqqqqqqpgqmkt2fvumf0zgum5qd0awl2l46x2pxdgmr5rswjr6r8'
    +
  • Defined in utils/const.ts:21
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Variable XOXNO_SCConst

    XOXNO_SC: "erd1qqqqqqqqqqqqqpgq6wegs2xkypfpync8mn2sa5cmpqjlvrhwz5nqgepyg8" = 'erd1qqqqqqqqqqqqqpgq6wegs2xkypfpync8mn2sa5cmpqjlvrhwz5nqgepyg8'
    +
  • Defined in utils/const.ts:4
    • Preparing search index...
    • -
    • The search index is not available
    xoxno-sdk-js +
  • The search index is not available
  • @xoxno/sdk-js

    Variable XOXNO_SC_DEVConst

    XOXNO_SC_DEV: "erd1qqqqqqqqqqqqqpgqn4fnwl43hhchz9emdy66eh5azzhl599zd8ssxjdyh3" = 'erd1qqqqqqqqqqqqqpgqn4fnwl43hhchz9emdy66eh5azzhl599zd8ssxjdyh3'
    +
  • Defined in utils/const.ts:19