@wallet-standard/features
Version:
This package defines TypeScript types for **Standard Features** -- canonical, chain-agnostic features using the `standard` namespace of the Wallet Standard.
12 lines • 357 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.Events = exports.StandardEvents = void 0;
/** Name of the feature. */
exports.StandardEvents = 'standard:events';
/**
* @deprecated Use {@link StandardEvents} instead.
*
* @group Deprecated
*/
exports.Events = exports.StandardEvents;
//# sourceMappingURL=events.js.map
;