Anoma.Client.Api.Server (Anoma v0.25.0)

Summary

Functions

Link to this function

add_intent(request, stream)

@spec add_intent(
  Anoma.Protobuf.IntentPool.AddIntent.Request.t(),
  GRPC.Server.Stream.t()
) ::
  Anoma.Protobuf.IntentPool.AddIntent.Response.t()
Link to this function

list_intents(request, stream)

@spec list_intents(
  Anoma.Protobuf.IntentPool.ListIntents.Request.t(),
  GRPC.Server.Stream.t()
) ::
  Anoma.Protobuf.IntentPool.ListIntents.Response.t()
Link to this function

list_nullifiers(request, stream)

@spec list_nullifiers(
  Anoma.Protobuf.Indexer.Nullifiers.Request.t(),
  GRPC.Server.Stream.t()
) ::
  Anoma.Protobuf.Indexer.Nullifiers.Response.t()
Link to this function

list_unrevealed_commits(request, stream)

@spec list_unrevealed_commits(
  Anoma.Protobuf.Indexer.UnrevealedCommits.Request.t(),
  GRPC.Server.Stream.t()
) :: Anoma.Protobuf.Indexer.UnrevealedCommits.Response.t()
Link to this function

list_unspent_resources(request, stream)

@spec list_unspent_resources(
  Anoma.Protobuf.Indexer.UnspentResources.Request.t(),
  GRPC.Server.Stream.t()
) :: Anoma.Protobuf.Indexer.UnspentResources.Response.t()
Link to this function

prove(request, stream)

@spec prove(Anoma.Protobuf.Prove.Request.t(), GRPC.Server.Stream.t()) ::
  Anoma.Protobuf.Prove.Response.t()
Link to this function

run_nock(request, stream)

@spec run_nock(Anoma.Protobuf.RunNock.Request.t(), GRPC.Server.Stream.t()) ::
  Anoma.Protobuf.RunNock.Response.t()
Link to this function

service_name(_)