Method: Wallet#generate_transaction

Defined in:
lib/shilling/wallet.rb

#generate_transaction(to, amount) ⇒ Object



11
12
13
# File 'lib/shilling/wallet.rb', line 11

def generate_transaction( to, amount )
  Tx.new( address, to, amount )
end