Documentation ¶
Index ¶
Constants ¶
View Source
const ( NameBRC721Deploy = "brc-721-deploy" NameBRC721Mint = "brc-721-mint" NameBRC721Update = "brc-721-update" )
View Source
const (
BRC721 = "brc-721"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BRC721Deploy ¶
type BRC721Deploy struct { P string `json:"p"` Op string `json:"op"` Tick string `json:"tick"` Max string `json:"max"` BaseURI *string `json:"buri"` Meta *BRC721Meta `json:"meta"` Sig *sig.DeploySig `json:"sig"` }
func (BRC721Deploy) Validate ¶
func (m BRC721Deploy) Validate() bool
type BRC721DeployParser ¶
type BRC721DeployParser struct { }
func (*BRC721DeployParser) Name ¶
func (p *BRC721DeployParser) Name() string
type BRC721Meta ¶
type BRC721Mint ¶
type BRC721Mint struct { P string `json:"p"` Op string `json:"op"` Tick string `json:"tick"` Sig *sig.MintSig `json:"sig"` }
func (BRC721Mint) Validate ¶
func (m BRC721Mint) Validate() bool
type BRC721MintParser ¶
type BRC721MintParser struct { }
func (*BRC721MintParser) Name ¶
func (p *BRC721MintParser) Name() string
type BRC721Update ¶
type BRC721Update struct { P string `json:"p"` Op string `json:"op"` Tick string `json:"tick"` BaseURI *string `json:"buri"` Meta *BRC721Meta `json:"meta"` }
func (BRC721Update) Validate ¶
func (m BRC721Update) Validate() bool
type BRC721UpdateParser ¶
type BRC721UpdateParser struct { }
func (*BRC721UpdateParser) Name ¶
func (p *BRC721UpdateParser) Name() string
type Parser ¶
func ParserList ¶
func ParserList() []Parser
Click to show internal directories.
Click to hide internal directories.