Module: Bitcoin::Storage::Models

Defined in:
lib/bitcoin/storage/models.rb

Overview

StorageModels defines objects that are returned from storage. These objects inherit from their Bitcoin::Protocol counterpart and add some additional data and methods.

  • Bitcoin::Storage::Models::Block

  • Bitcoin::Storage::Models::Tx

  • Bitcoin::Storage::Models::TxIn

  • Bitcoin::Storage::Models::TxOut

Defined Under Namespace

Classes: Block, Tx, TxIn, TxOut