Type alias FindCandyMachineByAddressOperation<T>

FindCandyMachineByAddressOperation<T>: {
    key: "FindCandyMachineByAddressOperation";
    input: FindCandyMachineByAddressInput;
    __output: undefined | CandyMachine<T>;
}

Type Parameters

Type declaration

Generated using TypeDoc