EOS

dapp.beny

Contract

  • Action parameter in newterm

    { "name": "newterm", "base": "", "fields": [ { "name": "authorizer", "type": "name" }, { "name": "term_name", "type": "string" }, { "name": "pool_type", "type": "name" }, { "name": "pool_access", "type": "name" }, { "name": "num_participants", "type": "uint32" }, { "name": "max_num_participants", "type": "int32" }, { "name": "max_entries_per_participant", "type": "uint32" }, { "name": "entry_stake", "type": "asset" }, { "name": "staking_period_hrs", "type": "uint32" }, { "name": "enrollment_time_out_hrs", "type": "uint32" }, { "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[]" } ] }