Versions in this module Expand all Collapse all v0 v0.1.0 Jun 8, 2026 Changes in this version + func DecodeAltLeaves(encoded []byte) ([][]byte, error) + func DeriveBurnKey(prevID PrevID) ([33]byte, error) + func DeriveSTXOAltLeaves(prevIDs []PrevID) ([][]byte, error) + func EncodeAltLeaf(scriptVersion uint16, scriptKey [33]byte) ([]byte, error) + func EncodeAltLeaves(leaves [][]byte) ([]byte, error) + func ReadVarInt(r io.Reader, scratch []byte) (uint64, error) + func WriteVarInt(w io.Writer, val uint64, scratch []byte) error + type Outpoint struct + Index uint32 + Txid [32]byte + type PrevID struct + IssuanceID [32]byte + Outpoint Outpoint + ScriptKey [33]byte