UtxoRPC with Dolos
The UtxoRPC with Dolos (UtxoRPC) source uses gRPC to fetch blocks and receive blocks from a no Dolos.
Configuration
The following snippet shows an example of how to set up a typical UtxoRPC source:
[source]
type = "UtxoRPC"
url = ["https://<hostname>"]
max_items_per_page = 20
Section source
:
type
: this field must be set to the literal valueUtxoRPC
url
: A string contains Dolos gRPC urlmax_items_per_page
: Number of blocks that will be requested from Dolos when using a chain distance point. Default value is20
Examples
Connecting to a remote Dolos node in preprod through gRPC:
[source]
type = "UtxoRPC"
url = ["https://50051-romantic-calmness-b55bqg.us1.demeter.run"]
max_items_per_page = 20