Class: VChainClient::BlockchainAdapter

Inherits:
Object
  • Object
show all
Defined in:
lib/vchain_client/blockchain_adapter.rb

Instance Method Summary collapse

Instance Method Details

#getNameObject



9
10
11
# File 'lib/vchain_client/blockchain_adapter.rb', line 9

def getName()
	return "abstract"
end

#getTx(txid) ⇒ Object



5
6
7
# File 'lib/vchain_client/blockchain_adapter.rb', line 5

def getTx(txid)
	return nil
end