UNPKG

@wallet-standard/features

Version:

This package defines TypeScript types for **Standard Features** -- canonical, chain-agnostic features using the `standard` namespace of the Wallet Standard.

9 lines 232 B
/** Name of the feature. */ export const StandardEvents = 'standard:events'; /** * @deprecated Use {@link StandardEvents} instead. * * @group Deprecated */ export const Events = StandardEvents; //# sourceMappingURL=events.js.map