Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Contract ¶
type Contract struct {
ID string `json:"id" jsonschema:"The UUID of the data contract asset"`
DomainID string `json:"domainId" jsonschema:"The UUID of the domain where the data contract asset is located"`
ManifestID string `json:"manifestId" jsonschema:"The unique identifier of the data contract manifest"`
}
type Output ¶
type Output struct {
Total *int `` /* 150-byte string literal not displayed */
Limit int `json:"limit" jsonschema:"The maximum number of results returned"`
NextCursor string `` /* 131-byte string literal not displayed */
Contracts []Contract `json:"contracts" jsonschema:"The list of data contracts"`
}
Click to show internal directories.
Click to hide internal directories.