Documentation
¶
Index ¶
- type Input
- type Output
- type ScriptPubKey
- type ScriptSig
- type Tx
- type TxBCH
- func (tx *TxBCH) BlockHash() types.Bytes
- func (tx *TxBCH) BlockTime() types.UnixTime
- func (tx *TxBCH) Confirmations() int
- func (tx *TxBCH) Hash() types.Bytes
- func (tx *TxBCH) ID() types.Bytes
- func (tx *TxBCH) Inputs() []Input
- func (tx *TxBCH) LockTime() types.UnixTime
- func (tx *TxBCH) Outputs() []Output
- func (tx *TxBCH) UTXO() (TxUTXO, bool)
- func (tx *TxBCH) UnmarshalJSON(b []byte) error
- type TxBTC
- func (tx *TxBTC) BlockHash() types.Bytes
- func (tx *TxBTC) BlockTime() types.UnixTime
- func (tx *TxBTC) Confirmations() int
- func (tx *TxBTC) Hash() types.Bytes
- func (tx *TxBTC) ID() types.Bytes
- func (tx *TxBTC) Inputs() []Input
- func (tx *TxBTC) LockTime() types.UnixTime
- func (tx *TxBTC) Outputs() []Output
- func (tx *TxBTC) UTXO() (TxUTXO, bool)
- func (tx *TxBTC) UnmarshalJSON(b []byte) error
- type TxDCR
- func (tx *TxDCR) BlockHash() types.Bytes
- func (tx *TxDCR) BlockTime() types.UnixTime
- func (tx *TxDCR) Confirmations() int
- func (tx *TxDCR) Hash() types.Bytes
- func (tx *TxDCR) ID() types.Bytes
- func (tx *TxDCR) Inputs() []Input
- func (tx *TxDCR) LockTime() types.UnixTime
- func (tx *TxDCR) Outputs() []Output
- func (tx *TxDCR) UTXO() (TxUTXO, bool)
- func (tx *TxDCR) UnmarshalJSON(b []byte) error
- type TxDOGE
- func (tx *TxDOGE) BlockHash() types.Bytes
- func (tx *TxDOGE) BlockTime() types.UnixTime
- func (tx *TxDOGE) Confirmations() int
- func (tx *TxDOGE) Hash() types.Bytes
- func (tx *TxDOGE) ID() types.Bytes
- func (tx *TxDOGE) Inputs() []Input
- func (tx *TxDOGE) LockTime() types.UnixTime
- func (tx *TxDOGE) Outputs() []Output
- func (tx *TxDOGE) UTXO() (TxUTXO, bool)
- func (tx *TxDOGE) UnmarshalJSON(b []byte) error
- type TxLTC
- func (tx *TxLTC) BlockHash() types.Bytes
- func (tx *TxLTC) BlockTime() types.UnixTime
- func (tx *TxLTC) Confirmations() int
- func (tx *TxLTC) Hash() types.Bytes
- func (tx *TxLTC) ID() types.Bytes
- func (tx *TxLTC) Inputs() []Input
- func (tx *TxLTC) LockTime() types.UnixTime
- func (tx *TxLTC) Outputs() []Output
- func (tx *TxLTC) UTXO() (TxUTXO, bool)
- func (tx *TxLTC) UnmarshalJSON(b []byte) error
- type TxUTXO
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScriptPubKey ¶
type TxBCH ¶
type TxBCH struct {
// contains filtered or unexported fields
}
func (*TxBCH) Confirmations ¶
func (*TxBCH) UnmarshalJSON ¶
type TxBTC ¶
type TxBTC struct {
// contains filtered or unexported fields
}
func (*TxBTC) Confirmations ¶
func (*TxBTC) UnmarshalJSON ¶
type TxDCR ¶
type TxDCR struct {
// contains filtered or unexported fields
}
func (*TxDCR) Confirmations ¶
func (*TxDCR) UnmarshalJSON ¶
type TxDOGE ¶
type TxDOGE struct {
// contains filtered or unexported fields
}
func (*TxDOGE) Confirmations ¶
func (*TxDOGE) UnmarshalJSON ¶
type TxLTC ¶
type TxLTC struct {
// contains filtered or unexported fields
}
func (*TxLTC) Confirmations ¶
func (*TxLTC) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.