horizontalsystems/ethereum-kit-ios

Add possibility to provide custom fee for send

ealymbaev opened this issue · 1 comments

Send and fee calculation methods should accept some kind of enum for configuring fee and fee rate:

  • regular
  • priority
  • custom (accept custom fee value)

Done in #71