Closed andreibancioiu closed 1 year ago
Note that it still references the global object called elrondWallet (exposed by the extension itself):
elrondWallet
declare global { interface Window { elrondWallet: { extensionId: string }; } }
Note that it still references the global object called
elrondWallet
(exposed by the extension itself):