Vaulta

startiominer

Contract

The data structures defined by this contract.

  • Action parameter in approve

    {
      "name": "approve",
      "base": "",
      "fields": [
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "cid",
          "type": "checksum256"
        }
      ]
    }
  • Action parameter in clear

    {
      "name": "clear",
      "base": "",
      "fields": [
        {
          "name": "timestamp",
          "type": "uint64"
        }
      ]
    }
  • Table row type of transaction

    {
      "name": "transaction",
      "base": "",
      "fields": [
        {
          "name": "timestamp",
          "type": "uint64"
        },
        {
          "name": "cid",
          "type": "checksum256"
        },
        {
          "name": "tx_hash",
          "type": "checksum256"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "uint64"
        }
      ]
    }