msgparser

package
v1.15.2 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0, MIT Imports: 12 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActorGetter

type ActorGetter interface {
	StateGetActor(context.Context, address.Address, types.TipSetKey) (*types.Actor, error)
}

type MessagePaser

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

func NewMessageParser

func NewMessageParser(getter ActorGetter) (*MessagePaser, error)

func (*MessagePaser) GetMethodMeta

func (parser *MessagePaser) GetMethodMeta(code cid.Cid, m abi.MethodNum) (utils.MethodMeta, bool)

func (*MessagePaser) ParseMessage

func (parser *MessagePaser) ParseMessage(ctx context.Context, msg *types.Message, receipt *types.MessageReceipt) (args interface{}, ret interface{}, err error)

Jump to

Keyboard shortcuts

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