Vaulta

bank.m

Contract

  • Table row type of synchrobooks

    {
      "name": "synchrobook",
      "base": "",
      "fields": [
        {
          "name": "index",
          "type": "uint64"
        },
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "receiver",
          "type": "string"
        },
        {
          "name": "token_issuer",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "transfer_time",
          "type": "uint64"
        },
        {
          "name": "transaction_id",
          "type": "checksum256"
        }
      ]
    }