Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeliverClient ¶
type DeliverClient struct {
// contains filtered or unexported fields
}
func NewDeliverClient ¶
func NewDeliverClient(chainID string) (*DeliverClient, error)
func (*DeliverClient) Close ¶
func (r *DeliverClient) Close() error
func (*DeliverClient) GetNewestBlock ¶
func (r *DeliverClient) GetNewestBlock() (string, error)
func (*DeliverClient) GetOldestBlock ¶
func (r *DeliverClient) GetOldestBlock() (string, error)
func (*DeliverClient) GetSpecifiedBlock ¶
func (r *DeliverClient) GetSpecifiedBlock(num uint64) (string, error)
Click to show internal directories.
Click to hide internal directories.