Anoma.Client.Examples.EClient.Mempool (Anoma v0.34.0)
I contain functions to test the public interface of the client.
I show how to use the mempool endpoint.
Summary
Functions
I add a transaction to the mempool.
I add a transaction to the mempool, but provide faulty code.
I make a request to ad a transaction but dont provide a transaction
Functions
@spec add_transaction(Anoma.Client.Examples.EClient.t()) :: {Anoma.Client.Examples.EClient.t(), String.t()}
I add a transaction to the mempool.
@spec add_transaction_faulty_nock(Anoma.Client.Examples.EClient.t()) :: Anoma.Client.Examples.EClient.t()
I add a transaction to the mempool, but provide faulty code.
@spec add_transaction_no_transaction(Anoma.Client.Examples.EClient.t()) :: Anoma.Client.Examples.EClient.t()
I make a request to ad a transaction but dont provide a transaction