seals

package
v0.0.0-...-20952ba Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2023 License: MIT Imports: 10 Imported by: 0

README

DERO Seals

Dero Seals NFT project. NFTs by MERU!
https://www.deroseals.com/
https://twitter.com/deroseals

Documentation

Index

Constants

This section is empty.

Variables

View Source
var COLLECTION_SC_ID map[string]string = map[string]string{
	"mainnet":   "",
	"testnet":   "e1f37876324f8692dd126131931236c90d65417b9d61665e4ea8f849931468f4",
	"simulator": "bcda6eff38e9d8c91ab441459c47bcf20196b7431760ab871f53fd27175f059c",
}
View Source
var DAPP_NAME = "seals"

Functions

func App

func App() *cli.App

func CommandCount

func CommandCount() *cli.Command

func CommandList

func CommandList() *cli.Command

func CommandUpdate

func CommandUpdate() *cli.Command

func CommandViewImage

func CommandViewImage() *cli.Command

func CommandViewNFT

func CommandViewNFT() *cli.Command

Types

type NFTMetadata

type NFTMetadata struct {
	Id         uint64            `json:"id"`
	Rarity     float64           `json:"rarity"`
	Attributes map[string]string `json:"attributes"`
}

type SealNFT

type SealNFT struct {
	Token            sql.NullString
	FrozenMetadata   sql.NullBool
	FrozenSupply     sql.NullBool
	Supply           sql.NullInt64
	Metadata         sql.NullString
	Id               sql.NullInt64
	Rarity           sql.NullFloat64
	TraitBackground  sql.NullString
	TraitBase        sql.NullString
	TraitEyes        sql.NullString
	TraitHairAndHats sql.NullString
	TraitShirts      sql.NullString
	TraitTattoo      sql.NullString
	TraitFacialHair  sql.NullString
}

func (*SealNFT) Traits

func (sn *SealNFT) Traits() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL