utils

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetWorldState

func GetWorldState(ctx CustomTransactionContextInterface) error

GetWorldState takes a key and sets what is found in the world state for that key in the transaction context

func UnknownTransactionHandler

func UnknownTransactionHandler(ctx CustomTransactionContextInterface) error

UnknownTransactionHandler logs details of a bad transaction request and returns a shim error

Types

type CustomTransactionContext

type CustomTransactionContext struct {
	contractapi.TransactionContext
	// contains filtered or unexported fields
}

CustomTransactionContext adds extra field to contractapi.TransactionContext so that data can be between calls

func (*CustomTransactionContext) GetCallData

func (ctx *CustomTransactionContext) GetCallData() []byte

GetCallData gets the call data property

func (*CustomTransactionContext) SetCallData

func (ctx *CustomTransactionContext) SetCallData(bytes []byte)

SetCallData sets the call data property

type CustomTransactionContextInterface

type CustomTransactionContextInterface interface {
	contractapi.TransactionContextInterface

	SetCallData([]byte)
	GetCallData() []byte
}

CustomTransactionContextInterface adds extra methods to basic context interface to give access to callData

Jump to

Keyboard shortcuts

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