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 238 B
/** Name of the feature. */ export const StandardConnect = 'standard:connect'; /** * @deprecated Use {@link StandardConnect} instead. * * @group Deprecated */ export const Connect = StandardConnect; //# sourceMappingURL=connect.js.map