class HelloBlock::Transaction
Public Class Methods
create(raw_tx_hex)
click to toggle source
# File lib/helloblock/resources/transaction.rb, line 9 def self.create(raw_tx_hex) api_parameter = API_PARAMETERS[:propagate] query[:params][api_parameter] = raw_tx_hex self end