Method: Sibit::BestOf#push

Defined in:
lib/sibit/bestof.rb

#push(hex) ⇒ Object

Push this transaction (in hex format) to the network.



89
90
91
92
93
# File 'lib/sibit/bestof.rb', line 89

def push(hex)
  best_of('push') do |api|
    api.push(hex)
  end
end