Type alias FindCandyMachinesV2ByPublicKeyFieldInput

FindCandyMachinesV2ByPublicKeyFieldInput: {
    type: "authority" | "wallet";
    publicKey: PublicKey;
}

Type declaration

  • type: "authority" | "wallet"

    Defines which type of account the publicKey field refers to.

  • publicKey: PublicKey

    The publicKey to filter Candy Machine by.

Generated using TypeDoc