diff --git a/classes/BondContract.html b/classes/BondContract.html index b0ca70f..6d10f5e 100644 --- a/classes/BondContract.html +++ b/classes/BondContract.html @@ -1,4 +1,4 @@ -BondContract | @itheum/sdk-mx-data-nft

Hierarchy (view full)

Constructors

constructor +BondContract | @itheum/sdk-mx-data-nft

Hierarchy (view full)

Constructors

Properties

chainID contract env @@ -49,133 +49,133 @@

Constructors

  • Creates a new instance of the DataNftMarket which can be used to interact with the marketplace smart contract

    Parameters

    • env: string

      'devnet' | 'mainnet' | 'testnet'

    • timeout: number = 10000

      Timeout for the network provider (DEFAULT = 10000ms)

      -

    Returns BondContract

Properties

chainID: string
contract: SmartContract
env: string
networkProvider: ApiNetworkProvider

Methods

  • Builds a addPeriodsBonds transaction to set the periods and bonds

    +

Returns BondContract

Properties

chainID: string
contract: SmartContract
env: string
networkProvider: ApiNetworkProvider

Methods

  • Builds a addPeriodsBonds transaction to set the periods and bonds

    Parameters

    • senderAddress: IAddress

      the address of the sender

      -
    • lockPeriodsWithBonds: {
          amount: Value;
          lockPeriod: number;
      }[]

    Returns Transaction

  • Builds a bond transaction with EGLD transfer

    +
  • lockPeriodsWithBonds: {
        amount: Value;
        lockPeriod: number;
    }[]

Returns Transaction

Returns Transaction

Returns Transaction

Returns Transaction

Returns Transaction

Returns Transaction

Returns Transaction

Returns Transaction

Returns Transaction

Returns Transaction

Returns Transaction

Returns Transaction

Returns Transaction

Returns Transaction

Returns Transaction

Returns Transaction

Returns Transaction

Returns Transaction

Returns Transaction

Returns Transaction

Returns Transaction

Returns Transaction

Returns Transaction

Returns Promise<Bond[]>

Returns Promise<null | {
    compensation: Compensation;
    refund: null | Refund;
}>

Returns Promise<Bond>

Returns Promise<Bond[]>

  • Returns a Bond object array for the given full tokenIdentifier

    +

    Parameters

    • fullTokenIdentifiers: string[]

    Returns Promise<Bond[]>

  • Returns a Bond object array for the given tokenIdentifiers and nonces

    +

    Parameters

    • tokenIdentifiers: string[]
    • nonces: number[]

    Returns Promise<Bond[]>

  • Returns Promise<Compensation>

    Returns Promise<string[]>

    Returns Promise<Compensation[]>

    Generated using TypeDoc

    \ No newline at end of file +

    Returns Transaction

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/Contract.html b/classes/Contract.html index 18fea74..94f6eeb 100644 --- a/classes/Contract.html +++ b/classes/Contract.html @@ -1,6 +1,6 @@ -Contract | @itheum/sdk-mx-data-nft

    Class ContractAbstract

    Hierarchy (view full)

    Constructors

    constructor +Contract | @itheum/sdk-mx-data-nft

    Class ContractAbstract

    Hierarchy (view full)

    Constructors

    • Parameters

      • env: string
      • contractAddress: IAddress
      • abiFile: any
      • timeout: number = 10000

      Returns Contract

    Properties

    chainID: string
    contract: SmartContract
    env: string
    networkProvider: ApiNetworkProvider

    Generated using TypeDoc

    \ No newline at end of file +

    Constructors

    • Parameters

      • env: string
      • contractAddress: IAddress
      • abiFile: any
      • timeout: number = 10000

      Returns Contract

    Properties

    chainID: string
    contract: SmartContract
    env: string
    networkProvider: ApiNetworkProvider

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/DataNft.html b/classes/DataNft.html index 28f2451..08b4729 100644 --- a/classes/DataNft.html +++ b/classes/DataNft.html @@ -1,4 +1,4 @@ -DataNft | @itheum/sdk-mx-data-nft

    Implements

    Constructors

    constructor +DataNft | @itheum/sdk-mx-data-nft

    Implements

    Constructors

    Properties

    Constructors

    • Creates an instance of DataNft. Can be partially initialized.

      Parameters

      • Optional init: Partial<DataNft>

        Partial

        -

      Returns DataNft

    Properties

    balance: Value = 0
    collection: string = ''
    creationTime: Date = ...
    creator: string = ''
    dataMarshal: string = ''
    dataPreview: string = ''
    dataStream: string = ''
    description: string = ''
    extraAssets: string[] = []
    isDataNFTPH: boolean = false
    media: object[] = []
    nftImgUrl: string = ''
    nonce: number = 0
    overrideDataMarshal: string = ''
    overrideDataMarshalChainId: string = ''
    owner: string = ''
    royalties: number = 0
    supply: Value = 0
    title: string = ''
    tokenIdentifier: string = ''
    tokenName: string = ''
    apiConfiguration: string
    env: string
    networkConfiguration: Config

    Methods

    • Gets the message to sign from the data marshal of the DataNft

      -

      Returns Promise<string>

    • Returns an array of {address:string,balance:number} representing the addresses that own the token

      -

      Returns Promise<{
          address: string;
          balance: number;
      }[]>

    • Update any attributes for DataNft

      -

      Parameters

      Returns void

    • Method to get the data via the Data Marshal.

      -

      Parameters

      • p: {
            asDeputyOnAppointerAddr?: string;
            fwdAllHeaders?: boolean;
            fwdHeaderKeys?: string;
            fwdHeaderMapLookup?: {
                [key: string]: any;
            };
            nestedIdxToStream?: number;
            signableMessage: SignableMessage;
            signedMessage: string;
            stream?: boolean;
        }
        • Optional asDeputyOnAppointerAddr?: string
        • Optional fwdAllHeaders?: boolean
        • Optional fwdHeaderKeys?: string
        • Optional fwdHeaderMapLookup?: {
              [key: string]: any;
          }
          • [key: string]: any
        • Optional nestedIdxToStream?: number
        • signableMessage: SignableMessage
        • signedMessage: string
        • Optional stream?: boolean

      Returns Promise<ViewDataReturnType>

    • Method to get the data from the data marshal by authenticating and authorizing via MultiversX Native Auth. This has a better UX as it does not need a manually signed signableMessage

      -

      Parameters

      • p: {
            asDeputyOnAppointerAddr?: string;
            fwdAllHeaders?: boolean;
            fwdHeaderKeys?: string;
            fwdHeaderMapLookup: {
                [key: string]: any;
            };
            mvxNativeAuthMaxExpirySeconds: number;
            mvxNativeAuthOrigins: string[];
            nestedIdxToStream?: number;
            stream?: boolean;
        }
        • Optional asDeputyOnAppointerAddr?: string
        • Optional fwdAllHeaders?: boolean
        • Optional fwdHeaderKeys?: string
        • fwdHeaderMapLookup: {
              [key: string]: any;
          }
          • [key: string]: any
        • mvxNativeAuthMaxExpirySeconds: number
        • mvxNativeAuthOrigins: string[]
        • Optional nestedIdxToStream?: number
        • Optional stream?: boolean

      Returns Promise<ViewDataReturnType>

    • Creates a DataNft calling the API and also decoding the attributes.

      +

    Returns DataNft

    Properties

    balance: Value = 0
    collection: string = ''
    creationTime: Date = ...
    creator: string = ''
    dataMarshal: string = ''
    dataPreview: string = ''
    dataStream: string = ''
    description: string = ''
    extraAssets: string[] = []
    isDataNFTPH: boolean = false
    media: object[] = []
    nftImgUrl: string = ''
    nonce: number = 0
    overrideDataMarshal: string = ''
    overrideDataMarshalChainId: string = ''
    owner: string = ''
    royalties: number = 0
    supply: Value = 0
    title: string = ''
    tokenIdentifier: string = ''
    tokenName: string = ''
    apiConfiguration: string
    env: string
    networkConfiguration: Config

    Methods

    • Gets the message to sign from the data marshal of the DataNft

      +

      Returns Promise<string>

    • Returns an array of {address:string,balance:number} representing the addresses that own the token

      +

      Returns Promise<{
          address: string;
          balance: number;
      }[]>

    • Update any attributes for DataNft

      +

      Parameters

      Returns void

    • Method to get the data via the Data Marshal.

      +

      Parameters

      • p: {
            asDeputyOnAppointerAddr?: string;
            fwdAllHeaders?: boolean;
            fwdHeaderKeys?: string;
            fwdHeaderMapLookup?: {
                [key: string]: any;
            };
            nestedIdxToStream?: number;
            signableMessage: SignableMessage;
            signedMessage: string;
            stream?: boolean;
        }
        • Optional asDeputyOnAppointerAddr?: string
        • Optional fwdAllHeaders?: boolean
        • Optional fwdHeaderKeys?: string
        • Optional fwdHeaderMapLookup?: {
              [key: string]: any;
          }
          • [key: string]: any
        • Optional nestedIdxToStream?: number
        • signableMessage: SignableMessage
        • signedMessage: string
        • Optional stream?: boolean

      Returns Promise<ViewDataReturnType>

    • Method to get the data from the data marshal by authenticating and authorizing via MultiversX Native Auth. This has a better UX as it does not need a manually signed signableMessage

      +

      Parameters

      • p: {
            asDeputyOnAppointerAddr?: string;
            fwdAllHeaders?: boolean;
            fwdHeaderKeys?: string;
            fwdHeaderMapLookup: {
                [key: string]: any;
            };
            mvxNativeAuthMaxExpirySeconds: number;
            mvxNativeAuthOrigins: string[];
            nestedIdxToStream?: number;
            stream?: boolean;
        }
        • Optional asDeputyOnAppointerAddr?: string
        • Optional fwdAllHeaders?: boolean
        • Optional fwdHeaderKeys?: string
        • fwdHeaderMapLookup: {
              [key: string]: any;
          }
          • [key: string]: any
        • mvxNativeAuthMaxExpirySeconds: number
        • mvxNativeAuthOrigins: string[]
        • Optional nestedIdxToStream?: number
        • Optional stream?: boolean

      Returns Promise<ViewDataReturnType>

    • Creates a DataNft calling the API and also decoding the attributes.

      Not useful for creating an array of DataNft, because it calls the API every single time.

      Parameters

      • token: {
            nonce: number;
            tokenIdentifier?: string;
        }

        Object should have a nonce property representing the token nonce. An optional tokenIdentifier property can be provided to specify the token identifier. If not provided, the default token identifier based on the EnvironmentsEnum

        -
        • nonce: number
        • Optional tokenIdentifier?: string

      Returns Promise<DataNft>

    • Creates a DataNft or an array of DataNft from either a single NFT details API response or an array of NFT details API response.

      +
      • nonce: number
      • Optional tokenIdentifier?: string

    Returns Promise<DataNft>

    Returns DataNft[]

    Returns Partial<DataNft>

    Returns Promise<DataNft[]>

    Generated using TypeDoc

    \ No newline at end of file +

    Returns void

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/DataNftMarket.html b/classes/DataNftMarket.html index 9e33ce9..aff9e3f 100644 --- a/classes/DataNftMarket.html +++ b/classes/DataNftMarket.html @@ -1,4 +1,4 @@ -DataNftMarket | @itheum/sdk-mx-data-nft

    Constructors

    constructor +DataNftMarket | @itheum/sdk-mx-data-nft

    Constructors

    Properties

    chainID contract env @@ -26,29 +26,29 @@

    Constructors

    • Creates a new instance of the DataNftMarket which can be used to interact with the marketplace smart contract

      Parameters

      • env: string

        'devnet' | 'mainnet' | 'testnet'

      • timeout: number = 10000

        Timeout for the network provider (DEFAULT = 10000ms)

        -

      Returns DataNftMarket

    Properties

    chainID: string
    contract: SmartContract
    env: string
    networkProvider: ApiNetworkProvider

    Methods

    • Creates a acceptOffer transaction with EGLD

      +

    Returns DataNftMarket

    Properties

    chainID: string
    contract: SmartContract
    env: string
    networkProvider: ApiNetworkProvider

    Methods

    • Creates a acceptOffer transaction with EGLD

      Parameters

      • senderAddress: IAddress

        the address of the sender

      • offerId: number

        the id of the offer to be accepted

      • amount: Value

        the price of the offer for the total amount to be bought (must include the buyer fee)

      • price: Value

        the price of the offer (must include the buyer fee)

        -

      Returns Transaction

    • Creates a acceptOffer transaction with ESDT tokens

      +

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Promise<Offer[]>

    Returns Promise<Offer[]>

    Returns Promise<Offer[]>

    Returns Promise<number>

    Returns Promise<Offer>

    Returns Promise<Offer[]>

    Generated using TypeDoc

    \ No newline at end of file +

    Returns Transaction

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/Minter.html b/classes/Minter.html index 84cb3ce..d5f5ff8 100644 --- a/classes/Minter.html +++ b/classes/Minter.html @@ -1,4 +1,4 @@ -Minter | @itheum/sdk-mx-data-nft

    Class MinterAbstract

    Hierarchy (view full)

    Constructors

    constructor +Minter | @itheum/sdk-mx-data-nft

    Class MinterAbstract

    Hierarchy (view full)

    Constructors

    Properties

    Constructors

    Properties

    chainID: string
    contract: SmartContract
    env: string
    imageServiceUrl: string
    networkProvider: ApiNetworkProvider

    Methods

    • Creates a burn transaction

      +

    Constructors

    Properties

    chainID: string
    contract: SmartContract
    env: string
    imageServiceUrl: string
    networkProvider: ApiNetworkProvider

    Methods

    • Creates a burn transaction

      Parameters

      • senderAddress: IAddress

        the address of the user

      • dataNftNonce: number

        the nonce of the DataNFT-FT

      • quantityToBurn: Value

        the quantity to burn

      • dataNftIdentifier: string = ...

        the DataNFT-FT token identifier (default = DATA-NFT-FT token identifier based on the EnvironmentsEnum)

        -

      Returns Transaction

    • Freeze transaction

      +

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Generated using TypeDoc

    \ No newline at end of file +

    Returns Transaction

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/NftMinter.html b/classes/NftMinter.html index fa7a074..a33c3aa 100644 --- a/classes/NftMinter.html +++ b/classes/NftMinter.html @@ -1,4 +1,4 @@ -NftMinter | @itheum/sdk-mx-data-nft

    Hierarchy (view full)

    Constructors

    constructor +NftMinter | @itheum/sdk-mx-data-nft

    Hierarchy (view full)

    Constructors

    Properties

    chainID contract env @@ -42,28 +42,28 @@

    Parameters

    • env: string

      'devnet' | 'mainnet' | 'testnet'

    • contractAddress: IAddress

      The address of the factory generated smart contract

    • timeout: number = 10000

      Timeout for the network provider (DEFAULT = 10000ms)

      -

    Returns NftMinter

    Properties

    chainID: string
    contract: SmartContract
    env: string
    imageServiceUrl: string
    networkProvider: ApiNetworkProvider

    Methods

    • Creates a burn transaction

      +

    Returns NftMinter

    Properties

    chainID: string
    contract: SmartContract
    env: string
    imageServiceUrl: string
    networkProvider: ApiNetworkProvider

    Methods

    • Creates a burn transaction

      Parameters

      • senderAddress: IAddress

        the address of the user

      • dataNftNonce: number

        the nonce of the DataNFT-FT

      • quantityToBurn: Value

        the quantity to burn

      • dataNftIdentifier: string = ...

        the DataNFT-FT token identifier (default = DATA-NFT-FT token identifier based on the EnvironmentsEnum)

        -

      Returns Transaction

    • Creates a claim royalties transaction for the contract

      +

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Promise<Transaction>

    Returns Promise<Transaction>

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Promise<NftMinterRequirements>

    Generated using TypeDoc

    \ No newline at end of file +

    Returns Transaction

    Generated using TypeDoc

    \ No newline at end of file diff --git a/classes/SftMinter.html b/classes/SftMinter.html index 0b19680..e5e8fa9 100644 --- a/classes/SftMinter.html +++ b/classes/SftMinter.html @@ -1,4 +1,4 @@ -SftMinter | @itheum/sdk-mx-data-nft

    Hierarchy (view full)

    Constructors

    constructor +SftMinter | @itheum/sdk-mx-data-nft

    Hierarchy (view full)

    Constructors

    Properties

    chainID contract env @@ -34,25 +34,25 @@

    Constructors

    • Creates a new instance of the SftMinter class, which can be used to interact with the Data NFT-FT minter smart contract

      Parameters

      • env: string

        'devnet' | 'mainnet' | 'testnet'

      • timeout: number = 10000

        Timeout for the network provider (DEFAULT = 10000ms)

        -

      Returns SftMinter

    Properties

    chainID: string
    contract: SmartContract
    env: string
    imageServiceUrl: string
    networkProvider: ApiNetworkProvider

    Methods

    • Creates a burn transaction

      +

    Returns SftMinter

    Properties

    chainID: string
    contract: SmartContract
    env: string
    imageServiceUrl: string
    networkProvider: ApiNetworkProvider

    Methods

    • Creates a burn transaction

      Parameters

      • senderAddress: IAddress

        the address of the user

      • dataNftNonce: number

        the nonce of the DataNFT-FT

      • quantityToBurn: Value

        the quantity to burn

      • dataNftIdentifier: string = ...

        the DataNFT-FT token identifier (default = DATA-NFT-FT token identifier based on the EnvironmentsEnum)

        -

      Returns Transaction

    • Freeze transaction

      +

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Promise<Transaction>

    Returns Promise<Transaction>

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Transaction

    Returns Promise<number[]>

    Returns Promise<SftMinterRequirements>

    Generated using TypeDoc

    \ No newline at end of file +

    Returns Transaction

    Generated using TypeDoc

    \ No newline at end of file diff --git a/enums/EnvironmentsEnum.html b/enums/EnvironmentsEnum.html index 255673c..bf79b27 100644 --- a/enums/EnvironmentsEnum.html +++ b/enums/EnvironmentsEnum.html @@ -1,4 +1,4 @@ -EnvironmentsEnum | @itheum/sdk-mx-data-nft

    Enumeration EnvironmentsEnum

    Enumeration Members

    devnet +EnvironmentsEnum | @itheum/sdk-mx-data-nft

    Enumeration EnvironmentsEnum

    Enumeration Members

    Enumeration Members

    devnet: "devnet"
    mainnet: "mainnet"
    testnet: "testnet"

    Generated using TypeDoc

    \ No newline at end of file +

    Enumeration Members

    devnet: "devnet"
    mainnet: "mainnet"
    testnet: "testnet"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/enums/NftEnumType.html b/enums/NftEnumType.html index a0f0e43..efae043 100644 --- a/enums/NftEnumType.html +++ b/enums/NftEnumType.html @@ -1,4 +1,4 @@ -NftEnumType | @itheum/sdk-mx-data-nft

    Enumeration NftEnumType

    Enumeration Members

    MetaESDT +NftEnumType | @itheum/sdk-mx-data-nft

    Enumeration NftEnumType

    Enumeration Members

    MetaESDT: "MetaESDT"
    NonFungibleESDT: "NonFungibleESDT"
    SemiFungibleESDT: "SemiFungibleESDT"

    Generated using TypeDoc

    \ No newline at end of file +

    Enumeration Members

    MetaESDT: "MetaESDT"
    NonFungibleESDT: "NonFungibleESDT"
    SemiFungibleESDT: "SemiFungibleESDT"

    Generated using TypeDoc

    \ No newline at end of file diff --git a/enums/PenaltyType.html b/enums/PenaltyType.html index 9df3b92..21f8655 100644 --- a/enums/PenaltyType.html +++ b/enums/PenaltyType.html @@ -1,4 +1,4 @@ -PenaltyType | @itheum/sdk-mx-data-nft

    Enumeration PenaltyType

    Enumeration Members

    Custom +PenaltyType | @itheum/sdk-mx-data-nft

    Generated using TypeDoc

    \ No newline at end of file +

    Enumeration Members

    Custom: 1
    Maximum: 2
    Minimum: 0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/enums/State.html b/enums/State.html index bb9469d..781506a 100644 --- a/enums/State.html +++ b/enums/State.html @@ -1,3 +1,3 @@ -State | @itheum/sdk-mx-data-nft

    Enumeration Members

    Active +State | @itheum/sdk-mx-data-nft

    Generated using TypeDoc

    \ No newline at end of file +

    Enumeration Members

    Active: 1
    Inactive: 0

    Generated using TypeDoc

    \ No newline at end of file diff --git a/functions/createTokenIdentifier.html b/functions/createTokenIdentifier.html index ac990e5..68c72df 100644 --- a/functions/createTokenIdentifier.html +++ b/functions/createTokenIdentifier.html @@ -2,4 +2,4 @@

    Parameters

    Returns string

    The token identifier in the format of ticker-randomString-nonce

    -

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/functions/parseTokenIdentifier.html b/functions/parseTokenIdentifier.html index 56dbbd1..2a2cf6d 100644 --- a/functions/parseTokenIdentifier.html +++ b/functions/parseTokenIdentifier.html @@ -1,4 +1,4 @@ parseTokenIdentifier | @itheum/sdk-mx-data-nft

    Function parseTokenIdentifier

    • Creates the collection and nonce from a token identifier

      Parameters

      • tokenIdentifier: string

        The token identifier in the format of ticker-randomString-nonce

      Returns {
          collection: string;
          nonce: BigNumber.Value;
      }

      The collection and nonce of the token

      -
      • collection: string
      • nonce: BigNumber.Value

    Generated using TypeDoc

    \ No newline at end of file +

    Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/Bond.html b/interfaces/Bond.html index 1ce47f7..8435b47 100644 --- a/interfaces/Bond.html +++ b/interfaces/Bond.html @@ -1,4 +1,4 @@ -Bond | @itheum/sdk-mx-data-nft
    interface Bond {
        address: string;
        bondAmount: Value;
        bondId: number;
        bondTimestamp: number;
        lockPeriod: number;
        nonce: number;
        remainingAmount: Value;
        tokenIdentifier: string;
        unbondTimestamp: number;
    }

    Properties

    address +Bond | @itheum/sdk-mx-data-nft
    interface Bond {
        address: string;
        bondAmount: Value;
        bondId: number;
        bondTimestamp: number;
        lockPeriod: number;
        nonce: number;
        remainingAmount: Value;
        tokenIdentifier: string;
        unbondTimestamp: number;
    }

    Properties

    address: string
    bondAmount: Value
    bondId: number
    bondTimestamp: number
    lockPeriod: number
    nonce: number
    remainingAmount: Value
    tokenIdentifier: string
    unbondTimestamp: number

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    address: string
    bondAmount: Value
    bondId: number
    bondTimestamp: number
    lockPeriod: number
    nonce: number
    remainingAmount: Value
    tokenIdentifier: string
    unbondTimestamp: number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/BondConfiguration.html b/interfaces/BondConfiguration.html index 1bba621..70f7bb2 100644 --- a/interfaces/BondConfiguration.html +++ b/interfaces/BondConfiguration.html @@ -1,8 +1,8 @@ -BondConfiguration | @itheum/sdk-mx-data-nft

    Interface BondConfiguration

    interface BondConfiguration {
        acceptedCallers: string[];
        bondPaymentTokenIdentifier: string;
        contractState: State;
        lockPeriodsWithBonds: {
            amount: Value;
            lockPeriod: number;
        }[];
        maximumPenalty: number;
        minimumPenalty: number;
        withdrawPenalty: number;
    }

    Properties

    acceptedCallers +BondConfiguration | @itheum/sdk-mx-data-nft

    Interface BondConfiguration

    interface BondConfiguration {
        acceptedCallers: string[];
        bondPaymentTokenIdentifier: string;
        contractState: State;
        lockPeriodsWithBonds: {
            amount: Value;
            lockPeriod: number;
        }[];
        maximumPenalty: number;
        minimumPenalty: number;
        withdrawPenalty: number;
    }

    Properties

    acceptedCallers: string[]
    bondPaymentTokenIdentifier: string
    contractState: State
    lockPeriodsWithBonds: {
        amount: Value;
        lockPeriod: number;
    }[]

    Type declaration

    • amount: Value
    • lockPeriod: number
    maximumPenalty: number
    minimumPenalty: number
    withdrawPenalty: number

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    acceptedCallers: string[]
    bondPaymentTokenIdentifier: string
    contractState: State
    lockPeriodsWithBonds: {
        amount: Value;
        lockPeriod: number;
    }[]

    Type declaration

    • amount: Value
    • lockPeriod: number
    maximumPenalty: number
    minimumPenalty: number
    withdrawPenalty: number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/Compensation.html b/interfaces/Compensation.html index c683194..c391768 100644 --- a/interfaces/Compensation.html +++ b/interfaces/Compensation.html @@ -1,7 +1,7 @@ -Compensation | @itheum/sdk-mx-data-nft
    interface Compensation {
        accumulatedAmount: Value;
        compensationId: number;
        endDate: number;
        nonce: number;
        proofAmount: Value;
        tokenIdentifier: string;
    }

    Properties

    accumulatedAmount +Compensation | @itheum/sdk-mx-data-nft
    interface Compensation {
        accumulatedAmount: Value;
        compensationId: number;
        endDate: number;
        nonce: number;
        proofAmount: Value;
        tokenIdentifier: string;
    }

    Properties

    accumulatedAmount: Value
    compensationId: number
    endDate: number
    nonce: number
    proofAmount: Value
    tokenIdentifier: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    accumulatedAmount: Value
    compensationId: number
    endDate: number
    nonce: number
    proofAmount: Value
    tokenIdentifier: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/Config.html b/interfaces/Config.html index f4580e7..9e107bd 100644 --- a/interfaces/Config.html +++ b/interfaces/Config.html @@ -1,3 +1,3 @@ -Config | @itheum/sdk-mx-data-nft
    interface Config {
        chainID: string;
        networkProvider: string;
    }

    Properties

    chainID +Config | @itheum/sdk-mx-data-nft
    interface Config {
        chainID: string;
        networkProvider: string;
    }

    Properties

    chainID: string
    networkProvider: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    chainID: string
    networkProvider: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/ContractConfiguration.html b/interfaces/ContractConfiguration.html index d78eb25..d67e105 100644 --- a/interfaces/ContractConfiguration.html +++ b/interfaces/ContractConfiguration.html @@ -1,4 +1,4 @@ -ContractConfiguration | @itheum/sdk-mx-data-nft

    Interface ContractConfiguration

    interface ContractConfiguration {
        administratorAddress: string;
        claimsAddress: string;
        isContractPaused: boolean;
        isTaxRequired: boolean;
        isWhitelistEnabled: boolean;
        maxRoyalties: number;
        minRoyalties: number;
        mintTimeLimit: number;
        mintedTokens: number;
        rolesAreSet: boolean;
        taxToken: string;
        tokenIdentifier: string;
    }

    Properties

    administratorAddress +ContractConfiguration | @itheum/sdk-mx-data-nft

    Interface ContractConfiguration

    interface ContractConfiguration {
        administratorAddress: string;
        claimsAddress: string;
        isContractPaused: boolean;
        isTaxRequired: boolean;
        isWhitelistEnabled: boolean;
        maxRoyalties: number;
        minRoyalties: number;
        mintTimeLimit: number;
        mintedTokens: number;
        rolesAreSet: boolean;
        taxToken: string;
        tokenIdentifier: string;
    }

    Properties

    administratorAddress: string
    claimsAddress: string
    isContractPaused: boolean
    isTaxRequired: boolean
    isWhitelistEnabled: boolean
    maxRoyalties: number
    minRoyalties: number
    mintTimeLimit: number
    mintedTokens: number
    rolesAreSet: boolean
    taxToken: string
    tokenIdentifier: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    administratorAddress: string
    claimsAddress: string
    isContractPaused: boolean
    isTaxRequired: boolean
    isWhitelistEnabled: boolean
    maxRoyalties: number
    minRoyalties: number
    mintTimeLimit: number
    mintedTokens: number
    rolesAreSet: boolean
    taxToken: string
    tokenIdentifier: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/DataNftType.html b/interfaces/DataNftType.html index 864fae2..71527e5 100644 --- a/interfaces/DataNftType.html +++ b/interfaces/DataNftType.html @@ -1,4 +1,4 @@ -DataNftType | @itheum/sdk-mx-data-nft
    interface DataNftType {
        balance: Value;
        collection: string;
        creationTime: Date;
        creator: string;
        dataMarshal: string;
        dataPreview: string;
        dataStream: string;
        description: string;
        extraAssets: string[];
        isDataNFTPH: boolean;
        nftImgUrl: string;
        nonce: number;
        overrideDataMarshal: string;
        overrideDataMarshalChainId: string;
        owner: string;
        royalties: number;
        supply: Value;
        title: string;
        tokenIdentifier: string;
        tokenName: string;
    }

    Implemented by

    Properties

    balance +DataNftType | @itheum/sdk-mx-data-nft
    interface DataNftType {
        balance: Value;
        collection: string;
        creationTime: Date;
        creator: string;
        dataMarshal: string;
        dataPreview: string;
        dataStream: string;
        description: string;
        extraAssets: string[];
        isDataNFTPH: boolean;
        nftImgUrl: string;
        nonce: number;
        overrideDataMarshal: string;
        overrideDataMarshalChainId: string;
        owner: string;
        royalties: number;
        supply: Value;
        title: string;
        tokenIdentifier: string;
        tokenName: string;
    }

    Implemented by

    Properties

    balance: Value
    collection: string
    creationTime: Date
    creator: string
    dataMarshal: string
    dataPreview: string
    dataStream: string
    description: string
    extraAssets: string[]
    isDataNFTPH: boolean
    nftImgUrl: string
    nonce: number
    overrideDataMarshal: string
    overrideDataMarshalChainId: string
    owner: string
    royalties: number
    supply: Value
    title: string
    tokenIdentifier: string
    tokenName: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    balance: Value
    collection: string
    creationTime: Date
    creator: string
    dataMarshal: string
    dataPreview: string
    dataStream: string
    description: string
    extraAssets: string[]
    isDataNFTPH: boolean
    nftImgUrl: string
    nonce: number
    overrideDataMarshal: string
    overrideDataMarshalChainId: string
    owner: string
    royalties: number
    supply: Value
    title: string
    tokenIdentifier: string
    tokenName: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/MarketplaceRequirements.html b/interfaces/MarketplaceRequirements.html index 9d1f84d..5d0a868 100644 --- a/interfaces/MarketplaceRequirements.html +++ b/interfaces/MarketplaceRequirements.html @@ -1,8 +1,8 @@ -MarketplaceRequirements | @itheum/sdk-mx-data-nft

    Interface MarketplaceRequirements

    interface MarketplaceRequirements {
        acceptedPayments: string[];
        acceptedTokens: string[];
        buyerTaxPercentage: number;
        buyerTaxPercentageDiscount: number;
        maximumPaymentFees: string[];
        sellerTaxPercentage: number;
        sellerTaxPercentageDiscount: number;
    }

    Properties

    acceptedPayments +MarketplaceRequirements | @itheum/sdk-mx-data-nft

    Interface MarketplaceRequirements

    interface MarketplaceRequirements {
        acceptedPayments: string[];
        acceptedTokens: string[];
        buyerTaxPercentage: number;
        buyerTaxPercentageDiscount: number;
        maximumPaymentFees: string[];
        sellerTaxPercentage: number;
        sellerTaxPercentageDiscount: number;
    }

    Properties

    acceptedPayments: string[]
    acceptedTokens: string[]
    buyerTaxPercentage: number
    buyerTaxPercentageDiscount: number
    maximumPaymentFees: string[]
    sellerTaxPercentage: number
    sellerTaxPercentageDiscount: number

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    acceptedPayments: string[]
    acceptedTokens: string[]
    buyerTaxPercentage: number
    buyerTaxPercentageDiscount: number
    maximumPaymentFees: string[]
    sellerTaxPercentage: number
    sellerTaxPercentageDiscount: number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/NftMinterRequirements.html b/interfaces/NftMinterRequirements.html index 5291552..efd746d 100644 --- a/interfaces/NftMinterRequirements.html +++ b/interfaces/NftMinterRequirements.html @@ -1,4 +1,4 @@ -NftMinterRequirements | @itheum/sdk-mx-data-nft

    Interface NftMinterRequirements

    interface NftMinterRequirements {
        addressFrozen: boolean;
        antiSpamTaxValue: number;
        contractPaused: boolean;
        contractWhitelistEnabled: boolean;
        frozenNonces: number[];
        lastUserMintTime: number;
        maxRoyalties: number;
        minRoyalties: number;
        mintTimeLimit: number;
        numberOfMintsForUser: number;
        totalNumberOfMints: number;
        userWhitelistedForMint: boolean;
    }

    Properties

    addressFrozen +NftMinterRequirements | @itheum/sdk-mx-data-nft

    Interface NftMinterRequirements

    interface NftMinterRequirements {
        addressFrozen: boolean;
        antiSpamTaxValue: number;
        contractPaused: boolean;
        contractWhitelistEnabled: boolean;
        frozenNonces: number[];
        lastUserMintTime: number;
        maxRoyalties: number;
        minRoyalties: number;
        mintTimeLimit: number;
        numberOfMintsForUser: number;
        totalNumberOfMints: number;
        userWhitelistedForMint: boolean;
    }

    Properties

    addressFrozen: boolean
    antiSpamTaxValue: number
    contractPaused: boolean
    contractWhitelistEnabled: boolean
    frozenNonces: number[]
    lastUserMintTime: number
    maxRoyalties: number
    minRoyalties: number
    mintTimeLimit: number
    numberOfMintsForUser: number
    totalNumberOfMints: number
    userWhitelistedForMint: boolean

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    addressFrozen: boolean
    antiSpamTaxValue: number
    contractPaused: boolean
    contractWhitelistEnabled: boolean
    frozenNonces: number[]
    lastUserMintTime: number
    maxRoyalties: number
    minRoyalties: number
    mintTimeLimit: number
    numberOfMintsForUser: number
    totalNumberOfMints: number
    userWhitelistedForMint: boolean

    Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/NftType.html b/interfaces/NftType.html index 1e71a61..e12f5d3 100644 --- a/interfaces/NftType.html +++ b/interfaces/NftType.html @@ -1,4 +1,4 @@ -NftType | @itheum/sdk-mx-data-nft
    interface NftType {
        assets?: {
            description?: string;
            pngUrl?: string;
            status?: string;
            svgUrl?: string;
            website?: string;
        };
        attributes: string;
        balance: string;
        collection: string;
        creator: string;
        decimals?: number;
        identifier: string;
        isWhitelistedStorage?: boolean;
        media?: {
            fileSize: number;
            fileType: string;
            originalUrl: string;
            thumbnailUrl: string;
            url: string;
        }[];
        metadata?: {
            description?: string;
            fileName?: string;
            fileType?: string;
            fileUri?: string;
            itheum_creator?: string;
            itheum_data_marshal_url?: string;
            itheum_data_preview_url?: string;
            itheum_data_stream_url?: string;
        };
        name: string;
        nonce: number;
        owner?: string;
        owners?: {
            address: string;
            balance: string;
        }[];
        royalties: number;
        supply?: string;
        tags?: string[];
        thumbnailUrl?: string;
        ticker?: string;
        timestamp: number;
        type: NftEnumType;
        uris?: string[];
        url?: string;
    }

    Properties

    assets? +NftType | @itheum/sdk-mx-data-nft
    interface NftType {
        assets?: {
            description?: string;
            pngUrl?: string;
            status?: string;
            svgUrl?: string;
            website?: string;
        };
        attributes: string;
        balance: string;
        collection: string;
        creator: string;
        decimals?: number;
        identifier: string;
        isWhitelistedStorage?: boolean;
        media?: {
            fileSize: number;
            fileType: string;
            originalUrl: string;
            thumbnailUrl: string;
            url: string;
        }[];
        metadata?: {
            description?: string;
            fileName?: string;
            fileType?: string;
            fileUri?: string;
            itheum_creator?: string;
            itheum_data_marshal_url?: string;
            itheum_data_preview_url?: string;
            itheum_data_stream_url?: string;
        };
        name: string;
        nonce: number;
        owner?: string;
        owners?: {
            address: string;
            balance: string;
        }[];
        royalties: number;
        supply?: string;
        tags?: string[];
        thumbnailUrl?: string;
        ticker?: string;
        timestamp: number;
        type: NftEnumType;
        uris?: string[];
        url?: string;
    }

    Properties

    Properties

    assets?: {
        description?: string;
        pngUrl?: string;
        status?: string;
        svgUrl?: string;
        website?: string;
    }

    Type declaration

    • Optional description?: string
    • Optional pngUrl?: string
    • Optional status?: string
    • Optional svgUrl?: string
    • Optional website?: string
    attributes: string
    balance: string
    collection: string
    creator: string
    decimals?: number
    identifier: string
    isWhitelistedStorage?: boolean
    media?: {
        fileSize: number;
        fileType: string;
        originalUrl: string;
        thumbnailUrl: string;
        url: string;
    }[]

    Type declaration

    • fileSize: number
    • fileType: string
    • originalUrl: string
    • thumbnailUrl: string
    • url: string
    metadata?: {
        description?: string;
        fileName?: string;
        fileType?: string;
        fileUri?: string;
        itheum_creator?: string;
        itheum_data_marshal_url?: string;
        itheum_data_preview_url?: string;
        itheum_data_stream_url?: string;
    }

    Type declaration

    • Optional description?: string
    • Optional fileName?: string
    • Optional fileType?: string
    • Optional fileUri?: string
    • Optional itheum_creator?: string
    • Optional itheum_data_marshal_url?: string
    • Optional itheum_data_preview_url?: string
    • Optional itheum_data_stream_url?: string
    name: string
    nonce: number
    owner?: string
    owners?: {
        address: string;
        balance: string;
    }[]

    Type declaration

    • address: string
    • balance: string
    royalties: number
    supply?: string
    tags?: string[]
    thumbnailUrl?: string
    ticker?: string
    timestamp: number
    uris?: string[]
    url?: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    assets?: {
        description?: string;
        pngUrl?: string;
        status?: string;
        svgUrl?: string;
        website?: string;
    }

    Type declaration

    • Optional description?: string
    • Optional pngUrl?: string
    • Optional status?: string
    • Optional svgUrl?: string
    • Optional website?: string
    attributes: string
    balance: string
    collection: string
    creator: string
    decimals?: number
    identifier: string
    isWhitelistedStorage?: boolean
    media?: {
        fileSize: number;
        fileType: string;
        originalUrl: string;
        thumbnailUrl: string;
        url: string;
    }[]

    Type declaration

    • fileSize: number
    • fileType: string
    • originalUrl: string
    • thumbnailUrl: string
    • url: string
    metadata?: {
        description?: string;
        fileName?: string;
        fileType?: string;
        fileUri?: string;
        itheum_creator?: string;
        itheum_data_marshal_url?: string;
        itheum_data_preview_url?: string;
        itheum_data_stream_url?: string;
    }

    Type declaration

    • Optional description?: string
    • Optional fileName?: string
    • Optional fileType?: string
    • Optional fileUri?: string
    • Optional itheum_creator?: string
    • Optional itheum_data_marshal_url?: string
    • Optional itheum_data_preview_url?: string
    • Optional itheum_data_stream_url?: string
    name: string
    nonce: number
    owner?: string
    owners?: {
        address: string;
        balance: string;
    }[]

    Type declaration

    • address: string
    • balance: string
    royalties: number
    supply?: string
    tags?: string[]
    thumbnailUrl?: string
    ticker?: string
    timestamp: number
    uris?: string[]
    url?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/Offer.html b/interfaces/Offer.html index d60d1e4..d4fdc4e 100644 --- a/interfaces/Offer.html +++ b/interfaces/Offer.html @@ -1,4 +1,4 @@ -Offer | @itheum/sdk-mx-data-nft
    interface Offer {
        index: number;
        offeredTokenAmount: Value;
        offeredTokenIdentifier: string;
        offeredTokenNonce: number;
        owner: string;
        quantity: number;
        wantedTokenAmount: Value;
        wantedTokenIdentifier: string;
        wantedTokenNonce: number;
    }

    Properties

    index +Offer | @itheum/sdk-mx-data-nft
    interface Offer {
        index: number;
        offeredTokenAmount: Value;
        offeredTokenIdentifier: string;
        offeredTokenNonce: number;
        owner: string;
        quantity: number;
        wantedTokenAmount: Value;
        wantedTokenIdentifier: string;
        wantedTokenNonce: number;
    }

    Properties

    index: number
    offeredTokenAmount: Value
    offeredTokenIdentifier: string
    offeredTokenNonce: number
    owner: string
    quantity: number
    wantedTokenAmount: Value
    wantedTokenIdentifier: string
    wantedTokenNonce: number

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    index: number
    offeredTokenAmount: Value
    offeredTokenIdentifier: string
    offeredTokenNonce: number
    owner: string
    quantity: number
    wantedTokenAmount: Value
    wantedTokenIdentifier: string
    wantedTokenNonce: number

    Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/Refund.html b/interfaces/Refund.html index 783ce45..ab2e11f 100644 --- a/interfaces/Refund.html +++ b/interfaces/Refund.html @@ -1,4 +1,4 @@ -Refund | @itheum/sdk-mx-data-nft
    interface Refund {
        address: string;
        compensationId: number;
        proofOfRefund: {
            amount: Value;
            nonce: number;
            tokenIdentifier: string;
        };
    }

    Properties

    address +Refund | @itheum/sdk-mx-data-nft
    interface Refund {
        address: string;
        compensationId: number;
        proofOfRefund: {
            amount: Value;
            nonce: number;
            tokenIdentifier: string;
        };
    }

    Properties

    address: string
    compensationId: number
    proofOfRefund: {
        amount: Value;
        nonce: number;
        tokenIdentifier: string;
    }

    Type declaration

    • amount: Value
    • nonce: number
    • tokenIdentifier: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    address: string
    compensationId: number
    proofOfRefund: {
        amount: Value;
        nonce: number;
        tokenIdentifier: string;
    }

    Type declaration

    • amount: Value
    • nonce: number
    • tokenIdentifier: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/SftMinterRequirements.html b/interfaces/SftMinterRequirements.html index d59af6d..858088f 100644 --- a/interfaces/SftMinterRequirements.html +++ b/interfaces/SftMinterRequirements.html @@ -1,4 +1,4 @@ -SftMinterRequirements | @itheum/sdk-mx-data-nft

    Interface SftMinterRequirements

    interface SftMinterRequirements {
        addressFrozen: boolean;
        antiSpamTaxValue: number;
        contractPaused: boolean;
        contractWhitelistEnabled: boolean;
        frozenNonces: number[];
        lastUserMintTime: number;
        maxRoyalties: number;
        maxSupply: number;
        minRoyalties: number;
        mintTimeLimit: number;
        numberOfMintsForUser: number;
        totalNumberOfMints: number;
        userWhitelistedForMint: boolean;
    }

    Properties

    addressFrozen +SftMinterRequirements | @itheum/sdk-mx-data-nft

    Interface SftMinterRequirements

    interface SftMinterRequirements {
        addressFrozen: boolean;
        antiSpamTaxValue: number;
        contractPaused: boolean;
        contractWhitelistEnabled: boolean;
        frozenNonces: number[];
        lastUserMintTime: number;
        maxRoyalties: number;
        maxSupply: number;
        minRoyalties: number;
        mintTimeLimit: number;
        numberOfMintsForUser: number;
        totalNumberOfMints: number;
        userWhitelistedForMint: boolean;
    }

    Properties

    addressFrozen: boolean
    antiSpamTaxValue: number
    contractPaused: boolean
    contractWhitelistEnabled: boolean
    frozenNonces: number[]
    lastUserMintTime: number
    maxRoyalties: number
    maxSupply: number
    minRoyalties: number
    mintTimeLimit: number
    numberOfMintsForUser: number
    totalNumberOfMints: number
    userWhitelistedForMint: boolean

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    addressFrozen: boolean
    antiSpamTaxValue: number
    contractPaused: boolean
    contractWhitelistEnabled: boolean
    frozenNonces: number[]
    lastUserMintTime: number
    maxRoyalties: number
    maxSupply: number
    minRoyalties: number
    mintTimeLimit: number
    numberOfMintsForUser: number
    totalNumberOfMints: number
    userWhitelistedForMint: boolean

    Generated using TypeDoc

    \ No newline at end of file diff --git a/interfaces/ViewDataReturnType.html b/interfaces/ViewDataReturnType.html index 365a127..9c62f1c 100644 --- a/interfaces/ViewDataReturnType.html +++ b/interfaces/ViewDataReturnType.html @@ -1,4 +1,4 @@ -ViewDataReturnType | @itheum/sdk-mx-data-nft

    Interface ViewDataReturnType

    interface ViewDataReturnType {
        contentType: string;
        data: any;
        error?: string;
    }

    Properties

    contentType +ViewDataReturnType | @itheum/sdk-mx-data-nft

    Interface ViewDataReturnType

    interface ViewDataReturnType {
        contentType: string;
        data: any;
        error?: string;
    }

    Properties

    Properties

    contentType: string
    data: any
    error?: string

    Generated using TypeDoc

    \ No newline at end of file +

    Properties

    contentType: string
    data: any
    error?: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/variables/MAX_ITEMS.html b/variables/MAX_ITEMS.html index a411f6e..2281d20 100644 --- a/variables/MAX_ITEMS.html +++ b/variables/MAX_ITEMS.html @@ -1 +1 @@ -MAX_ITEMS | @itheum/sdk-mx-data-nft

    Variable MAX_ITEMSConst

    MAX_ITEMS: 50 = 50

    Generated using TypeDoc

    \ No newline at end of file +MAX_ITEMS | @itheum/sdk-mx-data-nft

    Variable MAX_ITEMSConst

    MAX_ITEMS: 50 = 50

    Generated using TypeDoc

    \ No newline at end of file diff --git a/variables/apiConfiguration.html b/variables/apiConfiguration.html index 3b2919c..a7a4bc2 100644 --- a/variables/apiConfiguration.html +++ b/variables/apiConfiguration.html @@ -1 +1 @@ -apiConfiguration | @itheum/sdk-mx-data-nft

    Variable apiConfigurationConst

    apiConfiguration: {
        [key in EnvironmentsEnum]: string
    } = ...

    Generated using TypeDoc

    \ No newline at end of file +apiConfiguration | @itheum/sdk-mx-data-nft

    Variable apiConfigurationConst

    apiConfiguration: {
        [key in EnvironmentsEnum]: string
    } = ...

    Generated using TypeDoc

    \ No newline at end of file diff --git a/variables/bondContractAddress.html b/variables/bondContractAddress.html index ff39e0c..82d23b3 100644 --- a/variables/bondContractAddress.html +++ b/variables/bondContractAddress.html @@ -1 +1 @@ -bondContractAddress | @itheum/sdk-mx-data-nft

    Variable bondContractAddressConst

    bondContractAddress: {
        [key in EnvironmentsEnum]: string
    } = ...

    Generated using TypeDoc

    \ No newline at end of file +bondContractAddress | @itheum/sdk-mx-data-nft

    Variable bondContractAddressConst

    bondContractAddress: {
        [key in EnvironmentsEnum]: string
    } = ...

    Generated using TypeDoc

    \ No newline at end of file diff --git a/variables/dataMarshalUrlOverride.html b/variables/dataMarshalUrlOverride.html index 7c718a3..11ba824 100644 --- a/variables/dataMarshalUrlOverride.html +++ b/variables/dataMarshalUrlOverride.html @@ -1 +1 @@ -dataMarshalUrlOverride | @itheum/sdk-mx-data-nft

    Variable dataMarshalUrlOverrideConst

    dataMarshalUrlOverride: {
        [key in EnvironmentsEnum]: {
            chainId: string;
            nonce: number;
            tokenIdentifier: string;
            url: string;
        }[]
    } = ...

    Generated using TypeDoc

    \ No newline at end of file +dataMarshalUrlOverride | @itheum/sdk-mx-data-nft

    Variable dataMarshalUrlOverrideConst

    dataMarshalUrlOverride: {
        [key in EnvironmentsEnum]: {
            chainId: string;
            nonce: number;
            tokenIdentifier: string;
            url: string;
        }[]
    } = ...

    Generated using TypeDoc

    \ No newline at end of file diff --git a/variables/dataNftTokenIdentifier.html b/variables/dataNftTokenIdentifier.html index 9c9ca36..c9717ff 100644 --- a/variables/dataNftTokenIdentifier.html +++ b/variables/dataNftTokenIdentifier.html @@ -1 +1 @@ -dataNftTokenIdentifier | @itheum/sdk-mx-data-nft

    Variable dataNftTokenIdentifierConst

    dataNftTokenIdentifier: {
        [key in EnvironmentsEnum]: string
    } = ...

    Generated using TypeDoc

    \ No newline at end of file +dataNftTokenIdentifier | @itheum/sdk-mx-data-nft

    Variable dataNftTokenIdentifierConst

    dataNftTokenIdentifier: {
        [key in EnvironmentsEnum]: string
    } = ...

    Generated using TypeDoc

    \ No newline at end of file diff --git a/variables/imageService.html b/variables/imageService.html index 66c6a9f..a145513 100644 --- a/variables/imageService.html +++ b/variables/imageService.html @@ -1 +1 @@ -imageService | @itheum/sdk-mx-data-nft

    Variable imageServiceConst

    imageService: {
        [key in EnvironmentsEnum]: string
    } = ...

    Generated using TypeDoc

    \ No newline at end of file +imageService | @itheum/sdk-mx-data-nft

    Variable imageServiceConst

    imageService: {
        [key in EnvironmentsEnum]: string
    } = ...

    Generated using TypeDoc

    \ No newline at end of file diff --git a/variables/itheumTokenIdentifier.html b/variables/itheumTokenIdentifier.html index e52a096..e5ce5d9 100644 --- a/variables/itheumTokenIdentifier.html +++ b/variables/itheumTokenIdentifier.html @@ -1 +1 @@ -itheumTokenIdentifier | @itheum/sdk-mx-data-nft

    Variable itheumTokenIdentifierConst

    itheumTokenIdentifier: {
        [key in EnvironmentsEnum]: string
    } = ...

    Generated using TypeDoc

    \ No newline at end of file +itheumTokenIdentifier | @itheum/sdk-mx-data-nft

    Variable itheumTokenIdentifierConst

    itheumTokenIdentifier: {
        [key in EnvironmentsEnum]: string
    } = ...

    Generated using TypeDoc

    \ No newline at end of file diff --git a/variables/marketPlaceContractAddress.html b/variables/marketPlaceContractAddress.html index dde145b..18ff733 100644 --- a/variables/marketPlaceContractAddress.html +++ b/variables/marketPlaceContractAddress.html @@ -1 +1 @@ -marketPlaceContractAddress | @itheum/sdk-mx-data-nft

    Variable marketPlaceContractAddressConst

    marketPlaceContractAddress: {
        [key in EnvironmentsEnum]: string
    } = ...

    Generated using TypeDoc

    \ No newline at end of file +marketPlaceContractAddress | @itheum/sdk-mx-data-nft

    Variable marketPlaceContractAddressConst

    marketPlaceContractAddress: {
        [key in EnvironmentsEnum]: string
    } = ...

    Generated using TypeDoc

    \ No newline at end of file diff --git a/variables/marshalUrls.html b/variables/marshalUrls.html index 4cb3bf6..ec7f9fb 100644 --- a/variables/marshalUrls.html +++ b/variables/marshalUrls.html @@ -1 +1 @@ -marshalUrls | @itheum/sdk-mx-data-nft

    Variable marshalUrlsConst

    marshalUrls: {
        devnet: string;
        mainnet: string;
        testnet: string;
    } = ...

    Type declaration

    • devnet: string
    • mainnet: string
    • testnet: string

    Generated using TypeDoc

    \ No newline at end of file +marshalUrls | @itheum/sdk-mx-data-nft

    Variable marshalUrlsConst

    marshalUrls: {
        devnet: string;
        mainnet: string;
        testnet: string;
    } = ...

    Type declaration

    • devnet: string
    • mainnet: string
    • testnet: string

    Generated using TypeDoc

    \ No newline at end of file diff --git a/variables/minterContractAddress.html b/variables/minterContractAddress.html index 4712de7..0feea67 100644 --- a/variables/minterContractAddress.html +++ b/variables/minterContractAddress.html @@ -1 +1 @@ -minterContractAddress | @itheum/sdk-mx-data-nft

    Variable minterContractAddressConst

    minterContractAddress: {
        [key in EnvironmentsEnum]: string
    } = ...

    Generated using TypeDoc

    \ No newline at end of file +minterContractAddress | @itheum/sdk-mx-data-nft

    Variable minterContractAddressConst

    minterContractAddress: {
        [key in EnvironmentsEnum]: string
    } = ...

    Generated using TypeDoc

    \ No newline at end of file diff --git a/variables/networkConfiguration.html b/variables/networkConfiguration.html index 8e4dfc4..8c11c66 100644 --- a/variables/networkConfiguration.html +++ b/variables/networkConfiguration.html @@ -1 +1 @@ -networkConfiguration | @itheum/sdk-mx-data-nft

    Variable networkConfigurationConst

    networkConfiguration: {
        [key in EnvironmentsEnum]: Config
    } = ...

    Generated using TypeDoc

    \ No newline at end of file +networkConfiguration | @itheum/sdk-mx-data-nft

    Variable networkConfigurationConst

    networkConfiguration: {
        [key in EnvironmentsEnum]: Config
    } = ...

    Generated using TypeDoc

    \ No newline at end of file