NathanielWroblewski/helloblock

View on GitHub
lib/helloblock/api_interface/api_parameters.rb

Summary

Maintainability
A
0 mins
Test Coverage
module HelloBlock
  module APIParameters
    API_PARAMETERS = {
      tx_hashes:   :txHashes,
      propagate:   :rawTxHex,
      to:          :toAddress
    }
  end
end