Skip to main content

Interface: FilterOptions

Options to filter outputs

Table of contents

Properties

Properties

lowerBoundBookedTimestamp

Optional lowerBoundBookedTimestamp: number

Filter all outputs where the booked milestone index is below the specified timestamp


upperBoundBookedTimestamp

Optional upperBoundBookedTimestamp: number

Filter all outputs where the booked milestone index is above the specified timestamp


outputTypes

Optional outputTypes: number[]

Filter all outputs for the provided types (Basic = 3, Alias = 4, Foundry = 5, NFT = 6)


aliasIds

Optional aliasIds: string[]

Return all alias outputs matching these IDs.


foundryIds

Optional foundryIds: string[]

Return all foundry outputs matching these IDs.


nftIds

Optional nftIds: string[]

Return all NFT outputs matching these IDs.