Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Amount ¶
type Amount struct {
// contains filtered or unexported fields
}
func NewAmountSats ¶
func NewBAmountMSats ¶
type ChannelPoint ¶
type ChannelPoint struct { FundingTx Transaction OutputIndex uint }
type PubKey ¶
type PubKey struct {
// contains filtered or unexported fields
}
func NewPubKeyFromByte ¶
func NewPubKeyFromHexString ¶
func (PubKey) AsHexString ¶
type Transaction ¶
type Transaction struct {
Id []byte
}
func NewTransactionFromByte ¶
func NewTransactionFromByte(id []byte) Transaction
func NewTransactionFromHexString ¶
func NewTransactionFromHexString(id string) (Transaction, error)
func (Transaction) IdAsBytes ¶
func (t Transaction) IdAsBytes() []byte
func (Transaction) IdAsHexString ¶
func (t Transaction) IdAsHexString() string
Click to show internal directories.
Click to hide internal directories.