ord

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const BitcoinConfirmations uint = 6

The number of confirmations to be considered immutable and can't be re-organized.

Variables

This section is empty.

Functions

This section is empty.

Types

type InscriptionID

type InscriptionID string

Example: 521f8eccffa4c41a3a7728dd012ea5a4a02feed81f41159231251ecf1e5c79dai0 The part in front of the i is the transaction ID (txid) of the reveal transaction. The number after the i defines the index (starting at 0) of new inscriptions being inscribed in the reveal transaction.

type OutPoint

type OutPoint struct {
	// contains filtered or unexported fields
}

Example: 680df1e4d43016571e504b0b142ee43c5c0b83398a97bdcfd94ea6f287322d22:0 An outpoint consists of a transaction ID and output index.

func DecodeOutPoint

func DecodeOutPoint(s string) (*OutPoint, error)

func (*OutPoint) Encode

func (op *OutPoint) Encode() string

type Pkscript

type Pkscript string

type SatPoint

type SatPoint struct {
	// contains filtered or unexported fields
}

func DecodeSatPoint

func DecodeSatPoint(s string) (*SatPoint, error)

func (*SatPoint) Encode

func (sp *SatPoint) Encode() string

type TXID

type TXID string

type Wallet

type Wallet string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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