class Iota::Api

Defined in:

iota/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(host : String = "") #

[View source]

Instance Method Detail

def find_transactions(list_of_addresses : Array) : JSON::Any #

[View source]
def get_balances(list_of_addresses : Array, threshold = 100, tips = [] of String) : JSON::Any #

[View source]
def get_inclusion_states(list_of_transactions : Array, list_of_tips : Array) : JSON::Any #

[View source]
def get_neighbors : JSON::Any #

[View source]
def get_node_info : JSON::Any #

[View source]
def get_tips : JSON::Any #

[View source]
def get_transactions_to_approve(depth = 27, reference = "") : JSON::Any #

[View source]
def get_trytes(list_of_hashes : Array) : JSON::Any #

[View source]
def headers : HTTP::Headers #

[View source]
def headers=(headers : HTTP::Headers) #

[View source]
def host : String #

[View source]