Documentation
¶
Index ¶
- type Block
- type BlockBCH
- func (blk *BlockBCH) Confirmations() int
- func (blk *BlockBCH) Hash() types.Bytes
- func (blk *BlockBCH) Height() int
- func (blk *BlockBCH) NextBlockHash() types.Bytes
- func (blk *BlockBCH) PreviousBlockHash() types.Bytes
- func (blk *BlockBCH) Time() types.UnixTime
- func (blk *BlockBCH) Transactions() []types.Bytes
- func (blk *BlockBCH) UnmarshalJSON(b []byte) error
- type BlockBTC
- func (blk *BlockBTC) Confirmations() int
- func (blk *BlockBTC) Hash() types.Bytes
- func (blk *BlockBTC) Height() int
- func (blk *BlockBTC) NextBlockHash() types.Bytes
- func (blk *BlockBTC) PreviousBlockHash() types.Bytes
- func (blk *BlockBTC) Time() types.UnixTime
- func (blk *BlockBTC) Transactions() []types.Bytes
- func (blk *BlockBTC) UnmarshalJSON(b []byte) error
- type BlockDCR
- func (blk *BlockDCR) Confirmations() int
- func (blk *BlockDCR) Hash() types.Bytes
- func (blk *BlockDCR) Height() int
- func (blk *BlockDCR) NextBlockHash() types.Bytes
- func (blk *BlockDCR) PreviousBlockHash() types.Bytes
- func (blk *BlockDCR) Time() types.UnixTime
- func (blk *BlockDCR) Transactions() []types.Bytes
- func (blk *BlockDCR) UnmarshalJSON(b []byte) error
- type BlockDOGE
- func (blk *BlockDOGE) Confirmations() int
- func (blk *BlockDOGE) Hash() types.Bytes
- func (blk *BlockDOGE) Height() int
- func (blk *BlockDOGE) NextBlockHash() types.Bytes
- func (blk *BlockDOGE) PreviousBlockHash() types.Bytes
- func (blk *BlockDOGE) Time() types.UnixTime
- func (blk *BlockDOGE) Transactions() []types.Bytes
- func (blk *BlockDOGE) UnmarshalJSON(b []byte) error
- type BlockLTC
- func (blk *BlockLTC) Confirmations() int
- func (blk *BlockLTC) Hash() types.Bytes
- func (blk *BlockLTC) Height() int
- func (blk *BlockLTC) NextBlockHash() types.Bytes
- func (blk *BlockLTC) PreviousBlockHash() types.Bytes
- func (blk *BlockLTC) Time() types.UnixTime
- func (blk *BlockLTC) Transactions() []types.Bytes
- func (blk *BlockLTC) UnmarshalJSON(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockBCH ¶
type BlockBCH struct {
// contains filtered or unexported fields
}
func (*BlockBCH) Confirmations ¶
func (*BlockBCH) NextBlockHash ¶
func (*BlockBCH) PreviousBlockHash ¶
func (*BlockBCH) Transactions ¶
func (*BlockBCH) UnmarshalJSON ¶
type BlockBTC ¶
type BlockBTC struct {
// contains filtered or unexported fields
}
func (*BlockBTC) Confirmations ¶
func (*BlockBTC) NextBlockHash ¶
func (*BlockBTC) PreviousBlockHash ¶
func (*BlockBTC) Transactions ¶
func (*BlockBTC) UnmarshalJSON ¶
type BlockDCR ¶
type BlockDCR struct {
// contains filtered or unexported fields
}
func (*BlockDCR) Confirmations ¶
func (*BlockDCR) NextBlockHash ¶
func (*BlockDCR) PreviousBlockHash ¶
func (*BlockDCR) Transactions ¶
func (*BlockDCR) UnmarshalJSON ¶
type BlockDOGE ¶
type BlockDOGE struct {
// contains filtered or unexported fields
}
func (*BlockDOGE) Confirmations ¶
func (*BlockDOGE) NextBlockHash ¶
func (*BlockDOGE) PreviousBlockHash ¶
func (*BlockDOGE) Transactions ¶
func (*BlockDOGE) UnmarshalJSON ¶
type BlockLTC ¶
type BlockLTC struct {
// contains filtered or unexported fields
}
func (*BlockLTC) Confirmations ¶
func (*BlockLTC) NextBlockHash ¶
func (*BlockLTC) PreviousBlockHash ¶
func (*BlockLTC) Transactions ¶
func (*BlockLTC) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.