Vaulta

bank.m

Contract

  • Table row type of book

    {
      "name": "booktb",
      "base": "",
      "fields": [
        {
          "name": "index",
          "type": "uint64"
        },
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "receiver",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "transaction_id",
          "type": "checksum256"
        }
      ]
    }