module Ledger::Util

Extended Modules

Defined in:

cocol/node/ledger/util.cr

Instance Method Summary

Instance Method Detail

def balance(for address : String, until block_hash : String) : Int64 #

[View source]
def balance(for address : String) : Int64 #

[View source]
def probfin_tip_hash : String #

[View source]
def signature_valid?(txn : Ledger::Action::Transaction) : Bool #

[View source]
def valid?(transaction : Ledger::Action::Transaction, at block : String) : Bool #

[View source]
def valid?(transaction : Ledger::Action::Transaction) : Bool #

[View source]