class BitShares::Cache

Defined in:

bitshares-crystal/cache.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client : BitShares::Client) #

[View source]

Instance Method Detail

def clear #

[View source]
def client : Client #

[View source]
def get_by_id(oid) #

[View source]
def get_by_name(account_name) #

[View source]
def get_by_symbol(asset_symbol) #

[View source]
def query_account(account_name_or_id) #

[View source]
def query_asset(asset_symbol_or_id) #

[View source]
def query_objects(object_id_or_id_array : String | Array(String)) #

[View source]
def query_one_object(oid) #

[View source]
def query_witness(witness_account_name_or_id) #

[View source]
def query_witness_by_id(witness_account_id) #

[View source]