UNPKG

permissionless

Version:

A utility library for working with ERC-4337

12 lines 492 B
export declare const DUMMY_ECDSA_SIGNATURE = "0xfffffffffffffffffffffffffffffff0000000000000000000000000000000007aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa1c"; export declare const ROOT_MODE_KERNEL_V2 = "0x00000000"; export declare const VALIDATOR_TYPE: { readonly ROOT: "0x00"; readonly VALIDATOR: "0x01"; readonly PERMISSION: "0x02"; }; export declare enum VALIDATOR_MODE { DEFAULT = "0x00", ENABLE = "0x01" } //# sourceMappingURL=constants.d.ts.map