Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexedBlock ¶
type IndexerState ¶
type OutPointBalance ¶
type RuneTransaction ¶
type RunesUTXO ¶ added in v0.3.0
type RunesUTXO struct {
PkScript []byte
OutPoint wire.OutPoint
RuneBalances []RunesUTXOBalance
}
type RunesUTXOBalance ¶ added in v0.3.0
type RunesUTXOWithSats ¶ added in v0.4.0
type TxInputOutput ¶
type TxInputOutput struct {
PkScript []byte
RuneId runes.RuneId
Amount uint128.Uint128
Index uint32
TxHash chainhash.Hash
TxOutIndex uint32
}
func (TxInputOutput) MarshalJSON ¶
func (o TxInputOutput) MarshalJSON() ([]byte, error)
func (*TxInputOutput) UnmarshalJSON ¶
func (o *TxInputOutput) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.