Called: PlainDescriptor<{
    caller: Enum<{
        Root: undefined;
        Signed: SS58String;
    }>;
    contract: FixedSizeBinary<20>;
}>

A contract was called either by a plain account or another contract.

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.

Type declaration

  • caller: Enum<{
        Root: undefined;
        Signed: SS58String;
    }>

    The caller of the contract.

  • contract: FixedSizeBinary<20>

    The contract that was called.