struct Ledger::Action::Transaction

Defined in:

cocol/node/ledger/action.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Ledger::Action::Abstract

amount : UInt64 amount, hash : TxnHash hash, sig : Signature? sig, sig=(sig : Signature?) sig=, timestamp : Int64 timestamp

Constructor methods inherited from struct Ledger::Action::Abstract

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(from, to, amount) #

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

[View source]

Instance Method Detail

def from : String #

[View source]
def to : String #

[View source]