EOS

eosio

Contract

{
  "name": "newaccount",
  "base": "",
  "fields": [
    {
      "name": "creator",
      "type": "name"
    },
    {
      "name": "name",
      "type": "name"
    },
    {
      "name": "owner",
      "type": "authority"
    },
    {
      "name": "active",
      "type": "authority"
    }
  ]
}