Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SmartContractLogs

Example smart contract logs

example

{
  "logs": [
    {
      "name": "contract-my-contract-id",
      "instance": "contract-my-contract-id-5930345",
      "timestamp": "1568676319",
      "text": "This is my log!"
    },
    ...
  ]
}

Hierarchy

  • SmartContractLogs

Index

Properties

Properties

logs

logs: { instance: string; name: string; text: string; timestamp: string }[]

Array of logs