State
The ContractManager module stores Failure under contract address
and record id
key.
Failure
contains all the necessary info about ACK sudo handler call failure.
address
contains contract address and it is used in conjunction withid
field to create index of the record in theKVStore
.SudoPayload
- serialized MessageSudoCallback with Packet and Ack(if exists)Error
- redacted error response of the sudo call. Full error is emitted as an event