Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeliverStream ¶
type DeliverStream interface {
Receive() interface{}
Stop()
Error() error
}
type Ledger ¶
type Ledger struct {
// contains filtered or unexported fields
}
func (*Ledger) GetTransactionReceipt ¶
func (*Ledger) NewBlockHeaderDeliveryService ¶
func (l *Ledger) NewBlockHeaderDeliveryService(conf *bcdb.BlockHeaderDeliveryConfig) (DeliverStream, error)
Click to show internal directories.
Click to hide internal directories.