Documentation ¶
Index ¶
- type Service
- func (s *Service) ExecuteAccountGetMethod(ctx context.Context, contract abi.ContractName, getMethod string, ...) error
- func (s *Service) ParseAccountContractData(ctx context.Context, contractDesc *core.ContractInterface, ...) error
- func (s *Service) ParseAccountData(ctx context.Context, acc *core.AccountState, ...) error
- func (s *Service) ParseMessagePayload(ctx context.Context, msg *core.Message) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { *app.ParserConfig // contains filtered or unexported fields }
func NewService ¶
func NewService(cfg *app.ParserConfig) *Service
func (*Service) ExecuteAccountGetMethod ¶ added in v0.4.1
func (*Service) ParseAccountContractData ¶ added in v0.4.1
func (s *Service) ParseAccountContractData( ctx context.Context, contractDesc *core.ContractInterface, acc *core.AccountState, others func(context.Context, addr.Address) (*core.AccountState, error), ) error
func (*Service) ParseAccountData ¶
Click to show internal directories.
Click to hide internal directories.