module Eth::Tx
def signed?(tx)
-
(Bool)
- true if transaction is already signed.
def signed?(tx) !tx.signature_r.nil? and tx.signature_r != 0 and !tx.signature_s.nil? and tx.signature_s != 0 end
(Bool)
- true if transaction is already signed.
def signed?(tx) !tx.signature_r.nil? and tx.signature_r != 0 and !tx.signature_s.nil? and tx.signature_s != 0 end