Anoma.Client.Api.Servers.Indexer (Anoma v0.29.0)

Summary

Functions

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

service_name(_)