ContractType

const enum ContractType {
  EntryPoint = 0,
  DexManager = 1,
}

Last updated