class EdCrystalCoin::Block
- EdCrystalCoin::Block
- Reference
- Object
Included Modules
- EdCrystalCoin::ProofOfWork
- JSON::Serializable
Defined in:
ed_crystal_coin/block.crConstructors
- .new(pull : JSON::PullParser)
- .new(index : Int64 = 0, transactions : Array(EdCrystalCoin::Block::Transaction) = [] of Transaction, previous_hash : String = "hash")
Class Method Summary
Instance Method Summary
Constructor Detail
def self.new(index : Int64 = 0, transactions : Array(EdCrystalCoin::Block::Transaction) = [] of Transaction, previous_hash : String = "hash")
#