Versions in this module Expand all Collapse all v0 v0.4.5 Dec 5, 2021 Changes in this version + const TransferOwnershipDocument + type Ancon721Metadata struct + Description string + Image string + Name string + Owner *string + Parent *string + Sources []*DagLink + type Client struct + Client *client.Client + func NewClient(cli *http.Client, baseURL string, options ...client.HTTPRequestOption) *Client + func (c *Client) TransferOwnership(ctx context.Context, tx MetadataTransactionInput, ...) (*TransferOwnership, error) + type DagContractTrusted struct + Data *DagLink + Payload *Ancon721Metadata + type DagLink struct + Cid string + Path string + type MetadataTransactionInput struct + Cid string + NewOwner string + Owner string + Path string + type Query struct + Metadata *Ancon721Metadata + type Transaction struct + Metadata DagLink + type TransferOwnership struct + Metadata struct{ ... }