@yoroi/types
Version:
The Yoroi Types package of Yoroi SDK
7 lines • 361 B
JavaScript
export let NotificationTrigger = /*#__PURE__*/function (NotificationTrigger) {
NotificationTrigger["TransactionReceived"] = "TransactionReceived";
NotificationTrigger["RewardsUpdated"] = "RewardsUpdated";
NotificationTrigger["PrimaryTokenPriceChanged"] = "PrimaryTokenPriceChanged";
return NotificationTrigger;
}({});
//# sourceMappingURL=manager.js.map