model

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Inscription

type Inscription struct {
	Body            []byte
	ContentEncoding []byte
	ContentType     constants.ContentType
	CInsDescription tables.CInsDescription
	Metadata        []byte
	Pointer         []byte

	UnRecognizedEvenField bool
	DuplicateField        bool
	IncompleteField       bool
}

type OutPoint

type OutPoint struct {
	wire.OutPoint
}

func NewOutPoint

func NewOutPoint(txId string, index uint32) *OutPoint

func StringToOutpoint

func StringToOutpoint(s string) *OutPoint

func (*OutPoint) String

func (o *OutPoint) String() string

func (*OutPoint) WireOutpoint

func (o *OutPoint) WireOutpoint() (*wire.OutPoint, error)

type PageResponse

type PageResponse struct {
	PageIndex int  `json:"page_index"`
	More      bool `json:"more"`
}

Jump to

Keyboard shortcuts

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