UNPKG

@metamask/providers

Version:

A JavaScript Ethereum provider that connects to the wallet over a stream

5 lines 153 B
// TOKEN STANDARDS export const ERC721 = 'ERC721'; export const ERC1155 = 'ERC1155'; export const ERC20 = 'ERC20'; //# sourceMappingURL=constants.mjs.map