parser

package
v0.20.2 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PARSE_PARAMS = 0
	PARSE_RESULT = 1
)

Variables

View Source
var ValueNotSetError = sdkerrors.New("Value Not Set ", 6662, "when trying to parse, the value that we attempted to parse did not exist")

Functions

func CapStringLen

func CapStringLen(inp string) string

func GetDataToParse added in v0.9.0

func GetDataToParse(rpcInput RPCInput, dataSource int) (interface{}, error)

Move to RPCInput

func Parse added in v0.9.0

func Parse(rpcInput RPCInput, blockParser spectypes.BlockParser, dataSource int) ([]interface{}, error)

this function returns the block that was requested,

func ParseBlockFromParams

func ParseBlockFromParams(rpcInput RPCInput, blockParser spectypes.BlockParser) (int64, error)

this function returns the block that was requested,

func ParseBlockFromReply

func ParseBlockFromReply(rpcInput RPCInput, blockParser spectypes.BlockParser) (int64, error)

this function returns the block that was requested,

func ParseByArg added in v0.9.0

func ParseByArg(rpcInput RPCInput, input []string, dataSource int) ([]interface{}, error)

func ParseCanonical added in v0.9.0

func ParseCanonical(rpcInput RPCInput, input []string, dataSource int) ([]interface{}, error)

expect input to be keys[a,b,c] and a canonical object such as

{
  "a": {
      "b": {
         "c": "wanted result"
       }
   }
}

should output an interface array with "wanted result" in first index 0

func ParseDefault added in v0.9.0

func ParseDefault(rpcInput RPCInput, input []string, dataSource int) []interface{}

func ParseDefaultBlockParameter

func ParseDefaultBlockParameter(block string) (int64, error)

func ParseDictionary added in v0.9.0

func ParseDictionary(rpcInput RPCInput, input []string, dataSource int) ([]interface{}, error)

ParseDictionary return a value of prop specified in args if exists in dictionary if not return an error

func ParseDictionaryOrOrdered added in v0.9.0

func ParseDictionaryOrOrdered(rpcInput RPCInput, input []string, dataSource int) ([]interface{}, error)

ParseDictionaryOrOrdered return a value of prop specified in args if exists in dictionary if not return an item from specified index

func ParseFromReply

func ParseFromReply(rpcInput RPCInput, blockParser spectypes.BlockParser) (string, error)

func ParseMessageResponse added in v0.9.0

func ParseMessageResponse(rpcInput RPCInput, resultParser spectypes.BlockParser) (string, error)

this function returns the block that was requested,

Types

type RPCInput

type RPCInput interface {
	GetParams() interface{}
	GetResult() json.RawMessage
	ParseBlock(block string) (int64, error)
	GetHeaders() []pairingtypes.Metadata
}

Jump to

Keyboard shortcuts

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