package
1.0.1
Repository: https://github.com/iotaledger/inx-indexer.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Constants

No description provided by the author
ParameterAliasID is used to identify an alias by its ID.
ParameterFoundryID is used to identify a foundry by its ID.
ParameterNFTID is used to identify a nft by its ID.
QueryParameterAddress is used to filter for a certain address.
QueryParameterAliasAddress is used to filter for a certain alias address.
QueryParameterCreatedAfter is used to filter for outputs that were created after the given time.
QueryParameterCreatedBefore is used to filter for outputs that were created before the given time.
QueryParameterCursor is used to pass the offset we want to start the next results from.
QueryParameterExpirationReturnAddress is used to filter for outputs with a certain expiration return address.
QueryParameterExpiresAfter is used to filter for outputs that expire after a certain unix time.
QueryParameterExpiresBefore is used to filter for outputs that expire before a certain unix time.
QueryParameterGovernor is used to filter for a certain governance controller address.
QueryParameterHasExpiration is used to filter for outputs having an expiration unlock condition.
QueryParameterHasNativeTokens is used to filter for outputs that have native tokens.
QueryParameterHasStorageDepositReturn is used to filter for outputs having a storage deposit return unlock condition.
QueryParameterHasTimelock is used to filter for outputs having a timelock unlock condition.
QueryParameterIssuer is used to filter for a certain issuer.
QueryParameterMaxNativeTokenCount is used to filter for outputs that have at the most an amount of native tokens.
QueryParameterMinNativeTokenCount is used to filter for outputs that have at least an amount of native tokens.
QueryParameterPageSize is used to define the page size for the results.
QueryParameterSender is used to filter for a certain sender.
QueryParameterStateController is used to filter for a certain state controller address.
QueryParameterStorageDepositReturnAddress is used to filter for outputs with a certain storage deposit return address.
QueryParameterTag is used to filter for a certain tag.
QueryParameterTimelockedAfter is used to filter for outputs that are timelocked after a certain unix time.
QueryParameterTimelockedBefore is used to filter for outputs that are timelocked before a certain unix time.
QueryParameterUnlockableByAddress is used to filter for all unlock conditions regarding a certain address.
RouteOutputs is the route for getting basic, foundry, alias and nft outputs filtered by the given parameters.
RouteOutputsAliasByID is the route for getting aliases by their aliasID.
RouteOutputsAliases is the route for getting aliases filtered by the given parameters.
RouteOutputsBasic is the route for getting basic outputs filtered by the given parameters.
RouteOutputsFoundries is the route for getting foundries filtered by the given parameters.
RouteOutputsFoundryByID is the route for getting foundries by their foundryID.
RouteOutputsNFTByID is the route for getting NFT by their nftID.
RouteOutputsNFTs is the route for getting NFT filtered by the given parameters.

# Structs

No description provided by the author