Documentation ¶
Index ¶
- Variables
- func IsEmptyErr(err error) bool
- type EmptyErr
- type LiveCellPackObj
- func (l *LiveCellPackObj) LatestBlockHeight() (int64, error)
- func (l *LiveCellPackObj) LatestTimeUnix() (int64, error)
- func (l *LiveCellPackObj) ToAccountCell() (*gotype.AccountCell, error)
- func (l *LiveCellPackObj) ToHeightCellDep() *types.CellDep
- func (l *LiveCellPackObj) ToQuoteCell() *gotype.QuoteCell
- func (l *LiveCellPackObj) ToTimeCellDep() *types.CellDep
- func (l *LiveCellPackObj) TxHash() types.Hash
- func (l *LiveCellPackObj) TxHashStr() string
- func (l *LiveCellPackObj) TypeInputCell(lockScriptType celltype.LockScriptType) *celltype.TypeInputCell
Constants ¶
This section is empty.
Variables ¶
View Source
var IndexerSearchKeyHashLenParam = [2]uint64{32, 33}
Functions ¶
func IsEmptyErr ¶
Types ¶
type LiveCellPackObj ¶
type LiveCellPackObj struct { LiveCell *indexer.LiveCell Obj interface{} CellCap uint64 WitnessData []byte }
func LoadOneHeightCell ¶
func LoadOneHeightCell(rpcClient rpc.Client) (*LiveCellPackObj, error)
func LoadOneQuoteCell ¶
func LoadOneQuoteCell(rpcClient rpc.Client) (*LiveCellPackObj, error)
func LoadOneTimeCell ¶
func LoadOneTimeCell(rpcClient rpc.Client) (*LiveCellPackObj, error)
func (*LiveCellPackObj) LatestBlockHeight ¶
func (l *LiveCellPackObj) LatestBlockHeight() (int64, error)
func (*LiveCellPackObj) LatestTimeUnix ¶
func (l *LiveCellPackObj) LatestTimeUnix() (int64, error)
func (*LiveCellPackObj) ToAccountCell ¶
func (l *LiveCellPackObj) ToAccountCell() (*gotype.AccountCell, error)
func (*LiveCellPackObj) ToHeightCellDep ¶
func (l *LiveCellPackObj) ToHeightCellDep() *types.CellDep
*
- Copyright (C), 2019-2021
- FileName: time_cell
- Author: LinGuanHong
- Date: 2021/3/05 16:52
- Description:
func (*LiveCellPackObj) ToQuoteCell ¶
func (l *LiveCellPackObj) ToQuoteCell() *gotype.QuoteCell
func (*LiveCellPackObj) ToTimeCellDep ¶
func (l *LiveCellPackObj) ToTimeCellDep() *types.CellDep
*
- Copyright (C), 2019-2021
- FileName: time_cell
- Author: LinGuanHong
- Date: 2021/2/25 10:52 上午
- Description:
func (*LiveCellPackObj) TxHash ¶
func (l *LiveCellPackObj) TxHash() types.Hash
func (*LiveCellPackObj) TxHashStr ¶
func (l *LiveCellPackObj) TxHashStr() string
func (*LiveCellPackObj) TypeInputCell ¶
func (l *LiveCellPackObj) TypeInputCell(lockScriptType celltype.LockScriptType) *celltype.TypeInputCell
Click to show internal directories.
Click to hide internal directories.