class CRYCoin::Block
- CRYCoin::Block
- Reference
- Object
Included Modules
Defined in:
cry_coin/block.crcry_coin/transaction.cr
Constructors
Class Method Summary
Instance Method Summary
Constructor Detail
def self.new(index : Int32 = 0, transactions : Array(CRYCoin::Block::Transaction) = [] of Transaction, previous_hash : String = "hash")
#