Type alias FindCandyGuardByAddressOperation<T>

FindCandyGuardByAddressOperation<T>: {
    key: "FindCandyGuardByAddressOperation";
    input: FindCandyGuardByAddressInput;
    __output: undefined | CandyGuard<T>;
}

Type Parameters

Type declaration

Generated using TypeDoc