@safe-global/safe-react-hooks
Version:
A collection of React Hooks that facilitates the interaction of React apps with Safe Smart Accounts
25 lines • 1.09 kB
JavaScript
export var QueryKey;
(function (QueryKey) {
QueryKey["PendingTransactions"] = "pendingTransactions";
QueryKey["Transactions"] = "transactions";
QueryKey["Address"] = "address";
QueryKey["Nonce"] = "nonce";
QueryKey["Threshold"] = "threshold";
QueryKey["IsDeployed"] = "isDeployed";
QueryKey["Owners"] = "owners";
QueryKey["SafeInfo"] = "safeInfo";
QueryKey["SafeOperations"] = "safeOperations";
QueryKey["PendingSafeOperations"] = "pendingSafeOperations";
})(QueryKey || (QueryKey = {}));
export var MutationKey;
(function (MutationKey) {
MutationKey["SendTransaction"] = "sendTransaction";
MutationKey["ConfirmTransaction"] = "confirmTransaction";
MutationKey["UpdateThreshold"] = "updateThreshold";
MutationKey["SwapOwner"] = "swapOwner";
MutationKey["AddOwner"] = "addOwner";
MutationKey["RemoveOwner"] = "removeOwner";
MutationKey["SendSafeOperation"] = "sendSafeOperation";
MutationKey["ConfirmSafeOperation"] = "confirmSafeOperation";
})(MutationKey || (MutationKey = {}));
//# sourceMappingURL=constants.js.map