ArkEcosystem Elixir Client v0.1.0 ArkEcosystem.Client.API.Two.Account View Source
Documentation for ArkEcosystem.Client.API.One.Account
Link to this section Summary
Link to this section Functions
Link to this function
list(client, parameters \\ [])
View Source
list(Tesla.Client.t(), Keyword.t()) :: ArkEcosystem.Client.response()
Link to this function
received_transaction(client, id, parameters \\ [])
View Source
received_transaction(Tesla.Client.t(), String.t(), Keyword.t()) :: ArkEcosystem.Client.response()
Link to this function
search(client, parameters)
View Source
search(Tesla.Client.t(), Keyword.t()) :: ArkEcosystem.Client.response()
Link to this function
sent_transactions(client, id, parameters \\ [])
View Source
sent_transactions(Tesla.Client.t(), String.t(), Keyword.t()) :: ArkEcosystem.Client.response()
Link to this function
show(client, id)
View Source
show(Tesla.Client.t(), String.t()) :: ArkEcosystem.Client.response()
Link to this function
top(client, parameters \\ [])
View Source
top(Tesla.Client.t(), Keyword.t()) :: ArkEcosystem.Client.response()
Link to this function
transactions(client, id, parameters \\ [])
View Source
transactions(Tesla.Client.t(), String.t(), Keyword.t()) :: ArkEcosystem.Client.response()
Link to this function
votes(client, id)
View Source
votes(Tesla.Client.t(), String.t()) :: ArkEcosystem.Client.response()