Monero v0.11.0 Monero.Operation.Query View Source

Datastructure representing an operation on a Monero Daemon endpoint

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Monero.Operation.Query{
  action: term(),
  data: term(),
  parser: term(),
  path: term(),
  service: term()
}