Method: Coinbase::FaucetTransaction#network

Defined in:
lib/coinbase/faucet_transaction.rb

#networkCoinbase::Network

Returns the Network of the Transaction.

Returns:



41
42
43
# File 'lib/coinbase/faucet_transaction.rb', line 41

def network
  transaction.network
end