Vaulta

xuanming.io

Contract

  • Table row type of defaultjobs

    {
      "name": "default_jobs",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "chain",
          "type": "symbol_code"
        },
        {
          "name": "auth_address",
          "type": "string"
        },
        {
          "name": "extern_amount",
          "type": "string"
        },
        {
          "name": "extern_memo",
          "type": "string"
        },
        {
          "name": "token_id",
          "type": "uint64"
        },
        {
          "name": "job_data",
          "type": "string"
        },
        {
          "name": "ret_chains",
          "type": "symbol_code[]"
        },
        {
          "name": "ret_token_ids",
          "type": "uint64[]"
        },
        {
          "name": "direct_execute",
          "type": "bool"
        }
      ]
    }