Domain Query Message
Domain query messages return current information on one or more domains in the ledger. Domain queries support paginated access.
Domain Query Message Properties
Property | Type | Description |
---|---|---|
after |
string | For pagination, a reference to the last domain in the previous page. |
codes |
Code Selectors | See Query Selectors |
limit |
int | The maximum number of domains to return. |
names |
Name Selectors | See Query Selectors |
range |
string | The code for the first domain. |
rangeEnding |
string | The code for the last domain. |
All properties are optional. A query request with no properties will return all domains.
Note that the value of limit
is capped by the Ledger configuration.