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

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

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.
QueryParameterHasExpirationCondition is used to filter for outputs having an expiration unlock condition.
QueryParameterHasNativeTokens is used to filter for outputs that have native tokens.
QueryParameterHasStorageReturnCondition is used to filter for outputs having a storage deposit return unlock condition.
QueryParameterHasTimelockCondition 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.
QueryParameterStorageReturnAddress 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.
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.

# Variables

ErrInvalidParameter defines the invalid parameter error.

# Structs

HTTPErrorResponse defines the error struct for the HTTPErrorResponseEnvelope.
HTTPErrorResponseEnvelope defines the error response schema for node API responses.
No description provided by the author