Vaulta

djfvippro111

Contract

The data structures defined by this contract.

  • Action parameter in addbalance

    {
      "name": "addbalance",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "addbalance",
          "type": "asset"
        }
      ]
    }
  • Action parameter in autopowerup

    {
      "name": "autopowerup",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "receiver",
          "type": "name"
        },
        {
          "name": "net_frac",
          "type": "uint64"
        },
        {
          "name": "cpu_frac",
          "type": "uint64"
        },
        {
          "name": "max_payment",
          "type": "asset"
        }
      ]
    }
  • Action parameter in billaccount

    {
      "name": "billaccount",
      "base": "",
      "fields": [
        {
          "name": "receiver",
          "type": "name"
        }
      ]
    }
  • Table row type of cusers

    {
      "name": "cusers",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "users",
          "type": "string"
        }
      ]
    }
  • Action parameter in getfee

    {
      "name": "getfee",
      "base": "",
      "fields": []
    }
  • Table row type of pconfig2

    {
      "name": "pconfig2",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "min_cpu",
          "type": "uint64"
        },
        {
          "name": "cpu_amount",
          "type": "uint64"
        },
        {
          "name": "min_net",
          "type": "uint64"
        },
        {
          "name": "net_amount",
          "type": "uint64"
        },
        {
          "name": "open",
          "type": "uint64"
        }
      ]
    }
  • Table row type of puser

    {
      "name": "puser",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "balance",
          "type": "asset"
        }
      ]
    }
  • Action parameter in setconfig

    {
      "name": "setconfig",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "min_cpu",
          "type": "uint64"
        },
        {
          "name": "cpu_amount",
          "type": "uint64"
        },
        {
          "name": "min_net",
          "type": "uint64"
        },
        {
          "name": "net_amount",
          "type": "uint64"
        },
        {
          "name": "open",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in setusers

    {
      "name": "setusers",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "users",
          "type": "string"
        }
      ]
    }
  • Table row type of state

    {
      "name": "state",
      "base": "",
      "fields": [
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "balance",
          "type": "asset"
        }
      ]
    }
  • Action parameter in withdraw

    {
      "name": "withdraw",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        }
      ]
    }