Vaulta

qaeyrycinidr

Contract

{
  "version": "eosio::abi/1.2",
  "types": [],
  "structs": [
    {
      "name": "ping",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "uint32"
        },
        {
          "name": "data",
          "type": "string"
        }
      ]
    },
    {
      "name": "test_row",
      "base": "",
      "fields": [
        {
          "name": "t",
          "type": "int64"
        },
        {
          "name": "lt",
          "type": "uint32"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "ping",
      "type": "ping",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "test",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "test_row"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}