Vaulta

billing.gm

Contract

The data structures defined by this contract.

  • Action parameter in addsettings

    {
      "name": "addsettings",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "name"
        },
        {
          "name": "value",
          "type": "uint32"
        }
      ]
    }
  • Table row type of credits

    {
      "name": "credits",
      "base": "",
      "fields": [
        {
          "name": "org",
          "type": "name"
        },
        {
          "name": "total_credits",
          "type": "uint32"
        },
        {
          "name": "used_credits",
          "type": "uint32"
        }
      ]
    }
  • Action parameter in notify

    {
      "name": "notify",
      "base": "",
      "fields": [
        {
          "name": "org",
          "type": "name"
        },
        {
          "name": "total_credits",
          "type": "uint32"
        },
        {
          "name": "used_credits",
          "type": "uint32"
        }
      ]
    }
  • Table row type of settings

    {
      "name": "settings",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "name"
        },
        {
          "name": "value",
          "type": "uint32"
        }
      ]
    }
  • Action parameter in usecredit

    {
      "name": "usecredit",
      "base": "",
      "fields": [
        {
          "name": "billed_org",
          "type": "name"
        },
        {
          "name": "bytes_consumed",
          "type": "uint64"
        }
      ]
    }