Vaulta

dapp.beny

Contract

  • Table row type of terms

    {
      "name": "Term",
      "base": "",
      "fields": [
        {
          "name": "term_id",
          "type": "uint64"
        },
        {
          "name": "term_name",
          "type": "string"
        },
        {
          "name": "authorizer",
          "type": "name"
        },
        {
          "name": "pool_type",
          "type": "name"
        },
        {
          "name": "pool_access",
          "type": "name"
        },
        {
          "name": "num_participants",
          "type": "uint32"
        },
        {
          "name": "entry_stake",
          "type": "asset"
        },
        {
          "name": "staking_period",
          "type": "microseconds"
        },
        {
          "name": "enrollment_time_out",
          "type": "microseconds"
        },
        {
          "name": "beneficiary_entry_fee_perc_x100000",
          "type": "uint32"
        },
        {
          "name": "pool_manager_entry_fee_perc_x100000",
          "type": "uint32"
        },
        {
          "name": "distribution_definitions",
          "type": "pair_name_DistributionDefinition[]"
        },
        {
          "name": "default_values",
          "type": "pair_string_FlexValue[]"
        },
        {
          "name": "created_date",
          "type": "time_point"
        },
        {
          "name": "updated_date",
          "type": "time_point"
        },
        {
          "name": "deleted_date",
          "type": "time_point"
        },
        {
          "name": "additional_fields",
          "type": "pair_string_FlexValue[]"
        }
      ]
    }