class VChainClient::BlockchainAdapter

Public Instance Methods

getName() click to toggle source
# File lib/vchain_client/blockchain_adapter.rb, line 9
def getName()
        return "abstract"
end
getTx(txid) click to toggle source
# File lib/vchain_client/blockchain_adapter.rb, line 5
def getTx(txid)
        return nil
end