UNPKG

@okxweb3/coin-ethereum

Version:

An Ethereum SDK for building Web3 wallets and applications.

5 lines (4 loc) 192 B
export function decodeUTF8(s: any): Uint8Array; export function encodeUTF8(arr: any): string; export function encodeBase64(arr: any): string; export function decodeBase64(s: any): Uint8Array;