TERNOA Documentation
Learn Build
  • What is Ternoa Chain ?
  • SPECS
    • Polygon CDK zkEVM
    • Polygon AggLayer
    • Avail DA
    • Trusted Execution Environments 
  • BUILD
    • Wallets
    • RPC
    • API
    • Explorer
  • Tools
    • Staking
    • Ternoa Safe
    • TIP
  • Community
    • Ternoa.com
    • Github
    • Discord
    • Twitter
    • Medium
Powered by GitBook
On this page
  1. GETTING STARTED
  2. Javascript SDK
  3. Ternoa indexer

Entities

The entities listed below are all the entities handled in the indexer you can query, sorted by categories with the corresponding data:

TransferEntity:

  • id

  • blockId

  • blockHash

  • extrinsicId

  • isSuccess

  • timestamp

  • from

  • to

  • currency

  • amount

  • amountRounded


CollectionEntity:

  • id

  • collectionId

  • owner

  • offchainData

  • nfts

  • nbNfts

  • limit

  • hasReachedLimit

  • isClosed

  • timestampCreated

  • timestampBurned

  • timestampClosed

  • timestampLimited


NftEntity:

  • id

  • nftId

  • auction

  • collection

  • owner

  • creator

  • offchainData

  • secretOffchainData

  • capsuleOffchainData

  • royalty

  • isCapsule

  • isCapsuleSynced

  • isSecret

  • isSecretSynced

  • delegatee

  • isDelegated

  • isSoulbound

  • isListed

  • typeOfListing

  • isRented

  • rentee

  • rentalContract

  • price

  • priceRounded

  • marketplace

  • isTransmission

  • transmissionRecipient

  • transmissionProtocol

  • createdAt

  • updatedAt

  • timestampCreated

  • timestampBurned

  • timestampListed

  • timestampRented

  • timestampSecretAdded

  • timestampConvertedToCapsule


RentEntity

  • id

  • nftId

  • hasStarted

  • hasEnded

  • hasBeenCanceled

  • isExpired

  • renter

  • rentee

  • startBlockId

  • creationBlockId

  • durationType

  • blockDuration

  • maxSubscriptionBlockDuration

  • isSubscriptionChangeable

  • nextSubscriptionRenewalBlockId

  • nbSubscriptionRenewal

  • newTermsAvailable

  • nbTermsUpdate

  • acceptanceType

  • acceptanceList

  • renterCanRevoke

  • revokedBy

  • rentFeeType

  • rentFee

  • rentFeeRounded

  • rentOffers

  • nbRentOffers

  • totalRentOffersReceived

  • renterCancellationFeeType

  • renterCancellationFee

  • renterCancellationFeeRounded

  • renteeCancellationFeeType

  • renteeCancellationFee

  • renteeCancellationFeeRounded

  • timestampCreated

  • timestampStarted

  • timestampLastSubscriptionRenewal

  • timestampLastTermsUpdate

  • timestampLastOffer

  • timestampEnded

  • timestampCancelled

  • timestampRevoked

  • timestampExpired


MarketplaceEntity

  • id

  • marketplaceId

  • owner

  • kind

  • commissionFeeType

  • commissionFee

  • commissionFeeRounded

  • listingFeeType

  • listingFee

  • listingFeeRounded

  • accountList

  • offchainData

  • collectionList

  • createdAt

  • updatedAt

  • timestampCreated


AuctionEntity

  • id

  • nftId

  • marketplaceId

  • creator

  • startPrice

  • startPriceRounded

  • buyItNowPrice

  • buyItNowPriceRounded

  • startBlockId

  • endBlockId

  • isCompleted

  • isCancelled

  • isExtendedPeriod

  • bidders

  • nbBidders

  • topBidAmount

  • topBidAmountRounded

  • typeOfSale

  • timestampCreated

  • timestampEnded

  • timestampLastBid

  • timestampCancelled


AccountEntity

  • id

  • capsAmount

  • capsAmountFrozen

  • capsAmountTotal

  • capsAmountRounded

  • capsAmountFrozenRounded

  • capsAmountTotalRounded

  • createdAt

  • updatedAt


TransmissionEntity:

  • id

  • nftId

  • from

  • to

  • isActive

  • isThresholdReached

  • protocol

  • endBlock

  • consentList

  • currentConsent

  • threshold

  • cancellation

  • cancellationBlock

  • createdAt

  • updatedAt

  • timestampCreated

  • timestampRemoved

  • timestampUpdated

  • timestampTransmitted

Last updated 1 year ago