An event that indicates a state change of the ESM for a given transaction. An event contains information An event that indicates a state change of the ESM for a given transaction. An event contains information regarding the ESM's view of a given transaction as the state of the transaction changes.
The version of the Electrum Regulated Payments Events API which the event format conforms to i.e. the version of this API.
The date and time at which the event was created, in senders local timezone or UTC. The date must be formatted as defined by date-time
in RFC3339
{ "apiVersion": "string", "class": "BULK_INDIVIDUAL_TRANSACTION_STATE", "bulkInformationId": "string", "creationDateTime": "2019-08-24T14:15:22Z", "transactionInfo": { "rawTransaction": "string", "transactionId": "string", "transactionState": "string", "transactionStateUpdated": "2019-08-24T14:15:22Z", "transactionStatusRsp": "string" } }