trustwallet-assets/script/generic/tokentype.ts

6 lines
84 B
TypeScript

export enum TokenType {
COIN = 'coin',
BEP2 = 'BEP2',
ERC20 = 'ERC20'
}