package
2.0.0-beta.1+incompatible
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
No description provided by the author
QueryParameterAccount is used to filter for a certain account.
QueryParameterAddress is used to filter for a certain address.
QueryParameterCreatedAfter is used to filter for outputs that were created after the given slot.
QueryParameterCreatedBefore is used to filter for outputs that were created before the given slot.
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.
QueryParameterHasNativeToken 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.
QueryParameterNativeToken is used to filter for outputs that have a certain native token.
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 slot.
QueryParameterTimelockedBefore is used to filter for outputs that are timelocked before a certain slot.
QueryParameterUnlockableByAddress is used to filter for all unlock conditions regarding a certain address.
QueryParameterValidator is used to filter for a certain validator.
# Structs
No description provided by the author