package
Version:
v0.4.1
Opens a new window with list of versions in this module.
Published: Dec 2, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Ancon721Metadata struct {
Name string `json:"name"`
Description string `json:"description"`
Image string `json:"image"`
Parent *string `json:"parent"`
Owner *string `json:"owner"`
Sources []*DagLink `json:"sources"`
}
type DagLink struct {
Path string `json:"path"`
Cid string `json:"cid"`
}
type MetadataTransactionInput struct {
Path string `json:"path"`
Cid string `json:"cid"`
Owner string `json:"owner"`
NewOwner string `json:"newOwner"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.