class Iota::Api
- Iota::Api
- Iota::Helper
- Reference
- Object
Defined in:
iota/api.crConstructors
Instance Method Summary
- #find_transactions(list_of_addresses : Array) : JSON::Any
- #get_balances(list_of_addresses : Array, threshold = 100, tips = [] of String) : JSON::Any
- #get_inclusion_states(list_of_transactions : Array, list_of_tips : Array) : JSON::Any
- #get_neighbors : JSON::Any
- #get_node_info : JSON::Any
- #get_tips : JSON::Any
- #get_transactions_to_approve(depth = 27, reference = "") : JSON::Any
- #get_trytes(list_of_hashes : Array) : JSON::Any
- #headers : HTTP::Headers
- #headers=(headers : HTTP::Headers)
- #host : String
Constructor Detail
Instance Method Detail
def get_inclusion_states(list_of_transactions : Array, list_of_tips : Array) : JSON::Any
#