Documentation
¶
Index ¶
- Variables
- func AppAuthors(app *cli.App) string
- func CreateFoldersIfNotExists(folder string)
- func DecodeAddress(value string) (string, error)
- func DecodeString(value string) (string, error)
- func NewNullString(s string) sql.NullString
- func OpenDB(env string) *sql.DB
- type Count
- type G45_AT
- type G45_C
- type G45_FAT
- type G45_NFT
Constants ¶
This section is empty.
Variables ¶
View Source
var AppTemplate = `` /* 218-byte string literal not displayed */
View Source
var G45_AT_PRIVATE_CODE string
View Source
var G45_AT_PUBLIC_CODE string
View Source
var G45_C_CODE string
View Source
var G45_FAT_PRIVATE_CODE string
View Source
var G45_FAT_PUBLIC_CODE string
View Source
var G45_NFT_PRIVATE_CODE string
View Source
var G45_NFT_PUBLIC_CODE string
View Source
var T345_NFT string
Functions ¶
func AppAuthors ¶
func AppAuthors(app *cli.App) string
func CreateFoldersIfNotExists ¶
func CreateFoldersIfNotExists(folder string)
func DecodeAddress ¶
func DecodeString ¶
Types ¶
type G45_AT ¶
type G45_AT struct { SCID string Private bool Minter string OriginalMinter string FrozenMetadata bool FrozenMint bool FrozenCollection bool MetadataFormat string Metadata string MaxSupply uint64 TotalSupply uint64 Decimals uint64 Collection string Owners map[string]uint64 Timestamp uint64 }
func (*G45_AT) JsonMetadata ¶
type G45_C ¶
type G45_C struct { SCID string FrozenAssets bool FrozenMetadata bool Owner string OriginalOwner string Collection string MetadataFormat string Metadata string Assets map[string]uint64 AssetCount uint64 Timestamp uint64 }
func (*G45_C) JsonMetadata ¶
type G45_FAT ¶
type G45_FAT struct { SCID string Private bool Minter string FrozenMetadata bool FrozenCollection bool MetadataFormat string Metadata string MaxSupply uint64 TotalSupply uint64 Decimals uint64 Collection string Owners map[string]uint64 Timestamp uint64 }
func (*G45_FAT) JsonMetadata ¶
Click to show internal directories.
Click to hide internal directories.