export enum WitnessScope { None = 0x00, CalledByEntry = 0x01, CustomContracts = 0x10, CustomGroups = 0x20, Global = 0x80, }