Capitalisk / ldpos-commander

CLI client for LDPoS blockchains
MIT License
3 stars 2 forks source link

Adjustments to transaction transfer command #13

Closed jondubois closed 3 years ago

jondubois commented 3 years ago
maarteNNNN commented 3 years ago

@jondubois added in commit d4b01590db7adaba16df453b8a377e2de79b44dd I copied the constants manually, but maybe this would be interesting to import, what do you think?

jondubois commented 3 years ago

Yes I was thinking we could add an endpoint on the node which tells the client what the minimum fee is on that node for each transaction type. Then the client could use that.

For multisig transactions, there is also the added complexity that the number of members of the multisig wallet increases the minimum fee. I guess that could also be provided by the endpoint.