Documentation
¶
Index ¶
- Variables
- type OverReadSizeErr
- type RetryDB
- func (r *RetryDB) Del(k string) error
- func (r *RetryDB) GetAll() ([]string, error)
- func (r *RetryDB) GetBtcHeight() uint32
- func (r *RetryDB) GetCCI(height uint32) (utils.CrossChainItemArr, error)
- func (r *RetryDB) GetCCIUnderHeightAndDel(height uint32) ([]*utils.CrossChainItem, error)
- func (r *RetryDB) GetMinHeight() uint32
- func (r *RetryDB) GetPolyHeight() uint32
- func (r *RetryDB) Put(tx string) error
- func (r *RetryDB) PutCCI(item *utils.CrossChainItem) error
- func (r *RetryDB) SetBtcHeight(height uint32) error
- func (r *RetryDB) SetPolyHeight(height uint32) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type OverReadSizeErr ¶
type OverReadSizeErr struct {
Err error
}
func (OverReadSizeErr) Error ¶
func (err OverReadSizeErr) Error() string
type RetryDB ¶
type RetryDB struct {
// contains filtered or unexported fields
}
func NewRetryDB ¶
func (*RetryDB) GetBtcHeight ¶
func (*RetryDB) GetCCIUnderHeightAndDel ¶
func (r *RetryDB) GetCCIUnderHeightAndDel(height uint32) ([]*utils.CrossChainItem, error)
func (*RetryDB) GetMinHeight ¶
func (*RetryDB) GetPolyHeight ¶
func (*RetryDB) SetBtcHeight ¶
func (*RetryDB) SetPolyHeight ¶
Click to show internal directories.
Click to hide internal directories.