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 ¶
type SatPoint ¶
type SatPoint struct {
// contains filtered or unexported fields
}
func DecodeSatPoint ¶
Click to show internal directories.
Click to hide internal directories.