Documentation ¶
Index ¶
- type OutputDecoder
- func (o *OutputDecoder) GetAbi(address common.Address) (*abi.ABI, error)
- func (o *OutputDecoder) GetConvertedInput(input model.InputEdge) (model.ConvertedInput, error)
- func (o *OutputDecoder) HandleInput(ctx context.Context, input model.InputEdge, status model.CompletionStatus) error
- func (o *OutputDecoder) HandleOutput(ctx context.Context, destination common.Address, payload string, ...) errordeprecated
- func (o *OutputDecoder) HandleOutputV2(ctx context.Context, processOutputData model.ProcessOutputData) error
- func (o *OutputDecoder) HandleReport(ctx context.Context, index int, outputIndex int, payload string) error
- func (o *OutputDecoder) RetrieveDestination(payload string) (common.Address, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutputDecoder ¶
type OutputDecoder struct {
// contains filtered or unexported fields
}
func NewOutputDecoder ¶
func NewOutputDecoder(convenienceService services.ConvenienceService) *OutputDecoder
func (*OutputDecoder) GetConvertedInput ¶ added in v1.3.0
func (o *OutputDecoder) GetConvertedInput(input model.InputEdge) (model.ConvertedInput, error)
func (*OutputDecoder) HandleInput ¶ added in v1.3.0
func (o *OutputDecoder) HandleInput( ctx context.Context, input model.InputEdge, status model.CompletionStatus, ) error
func (*OutputDecoder) HandleOutput
deprecated
func (*OutputDecoder) HandleOutputV2 ¶ added in v1.3.0
func (o *OutputDecoder) HandleOutputV2( ctx context.Context, processOutputData model.ProcessOutputData, ) error
func (*OutputDecoder) HandleReport ¶ added in v1.3.0
func (*OutputDecoder) RetrieveDestination ¶ added in v1.3.0
func (o *OutputDecoder) RetrieveDestination(payload string) (common.Address, error)
Click to show internal directories.
Click to hide internal directories.