Versions in this module Expand all Collapse all v1 v1.0.0 Aug 15, 2021 Changes in this version + func GetFullNodeAPIUsingCredentials(ctx context.Context, listenAddr, token string) (api.FullNode, jsonrpc.ClientCloser, error) + type APIIpldStore struct + func NewAPIIpldStore(ctx context.Context, api api.FullNode) *APIIpldStore + func (ht *APIIpldStore) Context() context.Context + func (ht *APIIpldStore) Get(ctx context.Context, c cid.Cid, out interface{}) error + func (ht *APIIpldStore) Put(ctx context.Context, v interface{}) (cid.Cid, error)