Vaulta

createescrow

Contract

  • Struct property of balances

    Table row type of contributors

    {
      "name": "contributors",
      "base": "",
      "fields": [
        {
          "name": "contributor",
          "type": "name"
        },
        {
          "name": "balance",
          "type": "asset"
        },
        {
          "name": "rex_balance",
          "type": "asset"
        },
        {
          "name": "total_spent",
          "type": "asset"
        },
        {
          "name": "total_staked",
          "type": "asset"
        },
        {
          "name": "total_spent_rex",
          "type": "asset"
        },
        {
          "name": "ram_contribution_percent",
          "type": "int32"
        },
        {
          "name": "totalaccounts",
          "type": "int32"
        },
        {
          "name": "createdaccounts",
          "type": "int32"
        }
      ]
    }