Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryResult ¶
type QueryResult interface { ipld.View // Claims is a list of links to the root bock of claims that can be found in this message Claims() []ipld.Link // Indexes is a list of links to the CID hash of archived sharded dag indexes that can be found in this // message Indexes() []ipld.Link }
QueryResult is an encodable result of a query
func Build ¶
func Build(claims map[cid.Cid]delegation.Delegation, indexes bytemap.ByteMap[types.EncodedContextID, blobindex.ShardedDagIndexView]) (QueryResult, error)
Build generates a new encodable QueryResult
Click to show internal directories.
Click to hide internal directories.