LogEntry

type LogEntry

asset_controller.GetTransactionLogResponse.LogEntry

FieldTypeDescription
timestampstring[RFC3339 Timestamp] Event time
kindstringState machine this occurred in
statestringState in the state machine
eventstringDescription of the event
{
  "timestamp": "2006-01-02T15:04:05Z",
  "kind": "ContractPayment",
  "state": "Awaiting",
  "event": "Received promissory"
}