Anoma.Client (Anoma v0.31.0)
Documentation for Client
.
Summary
Functions
I return the list of intents in the node I'm connected to.
I connect to a remote node over GRPC.
Given a Client, I disconnect it and cleanup.
I return the list of intents in the node I'm connected to.
I run a Nock program with its inputs, and return the result.
Types
Functions
Link to this function
add_intent(intent)
@spec add_intent(Anoma.TransparentResource.Transaction.t()) :: any()
I return the list of intents in the node I'm connected to.
Link to this function
connect(host, port, listen_port, node_id)
@spec connect(String.t(), integer(), integer(), String.t()) :: {:ok, t()} | {:error, term()} | {:error, term(), term()}
I connect to a remote node over GRPC.
Link to this function
disconnect(client)
@spec disconnect(t()) :: :ok
Given a Client, I disconnect it and cleanup.
Link to this function
list_intents()
@spec list_intents() :: [Noun.t()]
I return the list of intents in the node I'm connected to.
Link to this function
run_nock(program, inputs)
I run a Nock program with its inputs, and return the result.