vector

package
v0.7.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 24, 2021 License: Apache-2.0, MIT Imports: 29 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIOpener

type APIOpener struct {
	// contains filtered or unexported fields
}

func NewAPIOpener

func NewAPIOpener(c *cli.Context) (*APIOpener, lens.APICloser, error)

func (*APIOpener) CaptureAsCAR

func (o *APIOpener) CaptureAsCAR(ctx context.Context, w io.Writer, roots ...cid.Cid) error

func (*APIOpener) Daemonized added in v0.7.5

func (o *APIOpener) Daemonized() bool

func (*APIOpener) Open

func (o *APIOpener) Open(ctx context.Context) (lens.API, lens.APICloser, error)

type CaptureAPI

type CaptureAPI struct {
	impl.FullNodeAPI
	context.Context
	// contains filtered or unexported fields
}

func (*CaptureAPI) ChainGetTipSetAfterHeight added in v0.7.7

func (c *CaptureAPI) ChainGetTipSetAfterHeight(ctx context.Context, epoch abi.ChainEpoch, key types.TipSetKey) (*types.TipSet, error)

func (*CaptureAPI) GetExecutedAndBlockMessagesForTipset added in v0.6.3

func (c *CaptureAPI) GetExecutedAndBlockMessagesForTipset(ctx context.Context, ts, pts *types.TipSet) (*lens.TipSetMessages, error)

func (*CaptureAPI) GetMessageExecutionsForTipSet added in v0.7.5

func (c *CaptureAPI) GetMessageExecutionsForTipSet(ctx context.Context, ts, pts *types.TipSet) ([]*lens.MessageExecution, error)

func (*CaptureAPI) StateGetReceipt added in v0.6.2

func (c *CaptureAPI) StateGetReceipt(ctx context.Context, msg cid.Cid, from types.TipSetKey) (*types.MessageReceipt, error)

func (*CaptureAPI) Store

func (c *CaptureAPI) Store() adt.Store

type TracingBlockstore

type TracingBlockstore struct {
	blockstore.Blockstore
	// contains filtered or unexported fields
}

func NewTracingBlockstore

func NewTracingBlockstore(bs blockstore.Blockstore) *TracingBlockstore

func (*TracingBlockstore) Get

func (tb *TracingBlockstore) Get(cid cid.Cid) (blocks.Block, error)

func (*TracingBlockstore) Put

func (tb *TracingBlockstore) Put(block blocks.Block) error

func (*TracingBlockstore) PutMany

func (tb *TracingBlockstore) PutMany(blocks []blocks.Block) error

func (*TracingBlockstore) Traced

func (tb *TracingBlockstore) Traced() map[cid.Cid]struct{}

func (*TracingBlockstore) View

func (tb *TracingBlockstore) View(k cid.Cid, callback func([]byte) error) error

implements blockstore viewer interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL