Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewPageParser)
Functions ¶
This section is empty.
Types ¶
type ContentPage ¶
type ContentPage struct {
// contains filtered or unexported fields
}
func NewContentPage ¶
func NewContentPage(inscriptionUid string) *ContentPage
func (*ContentPage) URL ¶
func (p *ContentPage) URL() string
type Inscription ¶
type Inscription struct { ID int64 `json:"inscription_id"` UID string `json:"uid"` Address string `json:"address,omitempty"` OutputValue uint64 `json:"output_value,omitempty"` Content *Content `json:"content,omitempty"` ContentLength uint64 `json:"content_length,omitempty"` ContentType string `json:"content_type,omitempty"` Timestamp time.Time `json:"timestamp,omitempty"` GenesisHeight uint64 `json:"genesis_height,omitempty"` GenesisFee uint64 `json:"genesis_fee,omitempty"` GenesisTx string `json:"genesis_tx,omitempty"` Location string `json:"location,omitempty"` Output string `json:"output,omitempty"` Offset uint64 `json:"offset,omitempty"` }
type InscriptionPage ¶
type InscriptionPage struct {
UID string
}
func NewInscriptionPage ¶
func NewInscriptionPage(uid string) *InscriptionPage
func (*InscriptionPage) URL ¶
func (p *InscriptionPage) URL() string
type Inscriptions ¶
type InscriptionsPage ¶
type InscriptionsPage struct {
ID *int64 `json:"id,omitempty"`
}
func NewInscriptionsPage ¶
func NewInscriptionsPage(id ...int64) *InscriptionsPage
func (*InscriptionsPage) URL ¶
func (p *InscriptionsPage) URL() string
type PageParser ¶
func NewPageParser ¶
func NewPageParser(c *conf.Ord) PageParser
Click to show internal directories.
Click to hide internal directories.