Versions in this module Expand all Collapse all v0 v0.0.2 Jan 7, 2022 Changes in this version + type ARC69 struct + func New(algodClient *algod.Client, indexerClient *indexer.Client) *ARC69 + func (a *ARC69) Fetch(ctx context.Context, assetID uint64) (*Metadata, error) + func (a *ARC69) Update(ctx context.Context, account crypto.Account, assetID uint64, meta *Metadata) error + type Attribute struct + TraitType string + Value string + type Metadata struct + Attributes []Attribute + Description string + ExternalURL string + MediaURL string + MimeType string + Properties map[string]interface{} + Standard string + func (m *Metadata) IsValid() bool + func (m *Metadata) Property(path string) (interface{}, error) v0.0.1 Jan 6, 2022