Type Alias ValidatorOptionalConfig

ValidatorOptionalConfig: {
    address: Address;
    data: Hex;
    deInitData: Hex;
    type: "validator";
}

Type declaration

  • address: Address

    The address of the module. Alias for module.

  • data: Hex

    The init data of the module. Alias for initData.

  • deInitData: Hex

    The deinit data of the module.

  • type: "validator"

    The type of the module.