class Cruzeiro::Block::Transaction

Included Modules

Defined in:

cruzeiro/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 amount=(amount : Int64) #

[View source]
def from : String #

[View source]
def from=(from : String) #

[View source]
def to : String #

[View source]
def to=(to : String) #

[View source]