Class: VChainClient::BlockchainAdapter
- Inherits:
-
Object
- Object
- VChainClient::BlockchainAdapter
- Defined in:
- lib/vchain_client/blockchain_adapter.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#getName ⇒ Object
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 |