Type alias FindNftsByMintListInput

FindNftsByMintListInput: {
    mints: PublicKey[];
}

Type declaration

  • mints: PublicKey[]

    The addresses of all mint accounts we want to fetch.

Generated using TypeDoc