Interface MatchQuantityCriteria

Hierarchy

  • MatchQuantityCriteria
  • Matching criteria functor definition. This functor encodes a selection criteria for minted/burned assets. For example to get all minted assets the following criteria could be provided: (quantity: bigint) => quantity > 0.

    Parameters

    • quantity: bigint

    Returns boolean

Generated using TypeDoc