class EdCrystalCoin::Block::Transaction

Included Modules

Defined in:

ed_crystal_coin/transaction.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(from : String, to : String, amount : Int64) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def amount : Int64 #

[View source]
def from : String #

[View source]
def to : String #

[View source]