Build
Architecture
protocol
contracts
zevm
interfaces
IZRC20.sol
Enum.cointype

Git Source (opens in a new tab)

Coin types for ZRC20. Zeta value should not be used.

enum CoinType {
    Zeta,
    Gas,
    ERC20
}