Type alias FindNftsByCreatorInput

FindNftsByCreatorInput: { creator: PublicKey; position?: number }

Type declaration

  • creator: PublicKey

    The address of the creator.

  • Optional position?: number

    The position in which the provided creator should be located at. E.g. 1 for searching the first creator, 2 for searching the second creator, etc.

    Default Value

    1

Generated using TypeDoc