Author Topic: genesis.json current_fees  (Read 1286 times)

0 Members and 1 Guest are viewing this topic.

Offline pc

  • Hero Member
  • *****
  • Posts: 1530
    • View Profile
    • Bitcoin - Perspektive oder Risiko?
  • BitShares: cyrano
The "5" is the (0-based) index of the operation in the graphene::chain::operation type.

I. e. 0 is transfer, 1 is limit_order_create etc.
Bitcoin - Perspektive oder Risiko? ISBN 978-3-8442-6568-2 http://bitcoin.quisquis.de

Offline chainmaker

  • Newbie
  • *
  • Posts: 1
    • View Profile
Hi everyone  :)

I've been messing around with Graphene lately trying to run a private testnet. I've noticed that in the genesis.json there is the current_fees parameter that I guess contains all the fees paid for transactions, creating accounts etc etc. What I don't know is how to connect say:

Code: [Select]
          5,{
            "basic_fee": 500000,
            "premium_fee": 200000000,
            "price_per_kbyte": 100000
          }

with an actual operation? I can't seem to find it anywhere in the code... Any help would be appreciated  :D