ENUM

AssetType

NATIVE - assets that are native the chain (i.e. Ethereum, Bitcoin), ERC20 - Ethereum ERC20 Tokens

link GraphQL Schema definition

  • enum AssetType {
  • NATIVE
  • ERC20
  • BEP2
  • }

link Require by