Type Alias DelegateCalled

DelegateCalled: PlainDescriptor<
    { code_hash: FixedSizeBinary<32>; contract: SS58String },
>

A contract delegate called a code hash.

Note

Please keep in mind that like all events this is only emitted for successful calls. This is because on failure all storage changes including events are rolled back.