datafield

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2022 License: GPL-3.0 Imports: 13 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EncodeBytesSlice

func EncodeBytesSlice(encodeFunc func(b []byte) string, rcvs [][]byte) []string

EncodeBytesSlice will encode the provided bytes slice with a provided function

func NewOperationDataFieldParser

func NewOperationDataFieldParser(args *ArgsOperationDataFieldParser) (*operationDataFieldParser, error)

NewOperationDataFieldParser will return a new instance of operationDataFieldParser

Types

type ArgsOperationDataFieldParser

type ArgsOperationDataFieldParser struct {
	AddressLength    int
	Marshalizer      marshal.Marshalizer
	ShardCoordinator vmcommon.Coordinator
}

ArgsOperationDataFieldParser holds all the components required to create a new instance of data field parser

type ResponseParseData

type ResponseParseData struct {
	// Operation field is used to store the name of the operation that the transaction will try to do
	// an example of operation is `transfer` or `MECTTransfer etc
	Operation string
	// Function field is used to store the function name that the transaction will try to call from a smart contract
	Function         string
	MECTValues       []string
	Tokens           []string
	Receivers        [][]byte
	ReceiversShardID []uint32
	IsRelayed        bool
}

ResponseParseData is the response with results after the data field was parsed

func NewResponseParseDataAsRelayed

func NewResponseParseDataAsRelayed() *ResponseParseData

Jump to

Keyboard shortcuts

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