Hierarchy

  • ConstantsRegistry__factory

Constructors

Properties

Methods

Constructors

Properties

abi: readonly [{
    anonymous: false;
    inputs: readonly [{
        indexed: false;
        internalType: "string";
        name: "name";
        type: "string";
    }, {
        indexed: false;
        internalType: "bytes";
        name: "value";
        type: "bytes";
    }];
    name: "AddedConstant";
    type: "event";
}, {
    anonymous: false;
    inputs: readonly [{
        indexed: false;
        internalType: "string";
        name: "name";
        type: "string";
    }];
    name: "RemovedConstant";
    type: "event";
}, {
    inputs: readonly [{
        internalType: "string";
        name: "key_";
        type: "string";
    }, {
        internalType: "bytes";
        name: "value_";
        type: "bytes";
    }];
    name: "addConstant";
    outputs: readonly [];
    stateMutability: "nonpayable";
    type: "function";
}, {
    inputs: readonly [{
        internalType: "string";
        name: "";
        type: "string";
    }];
    name: "constants";
    outputs: readonly [{
        internalType: "bytes";
        name: "";
        type: "bytes";
    }];
    stateMutability: "view";
    type: "function";
}, {
    inputs: readonly [];
    name: "getInjector";
    outputs: readonly [{
        internalType: "address";
        name: "_injector";
        type: "address";
    }];
    stateMutability: "view";
    type: "function";
}, {
    inputs: readonly [{
        internalType: "string";
        name: "key_";
        type: "string";
    }];
    name: "removeConstant";
    outputs: readonly [];
    stateMutability: "nonpayable";
    type: "function";
}, {
    inputs: readonly [{
        internalType: "address";
        name: "registryAddress_";
        type: "address";
    }];
    name: "setDependencies";
    outputs: readonly [];
    stateMutability: "nonpayable";
    type: "function";
}, {
    inputs: readonly [{
        internalType: "address";
        name: "_injector";
        type: "address";
    }];
    name: "setInjector";
    outputs: readonly [];
    stateMutability: "nonpayable";
    type: "function";
}] = _abi

Methods

Generated using TypeDoc