Vaulta

grouppledge1

Contract

The data structures defined by this contract.

  • Action parameter in remove

    {
      "name": "remove",
      "base": "",
      "fields": [
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Table row type of backs

    {
      "name": "st_backs",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "pledge_id",
          "type": "uint64"
        },
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        }
      ]
    }
  • Table row type of config

    {
      "name": "st_config",
      "base": "",
      "fields": [
        {
          "name": "pledge_id",
          "type": "uint64"
        },
        {
          "name": "back_id",
          "type": "uint64"
        },
        {
          "name": "r1_id",
          "type": "uint64"
        },
        {
          "name": "r2_id",
          "type": "uint64"
        }
      ]
    }
  • Table row type of pools

    {
      "name": "st_pools",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in unstake

    {
      "name": "unstake",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "id",
          "type": "string"
        }
      ]
    }