chaincode

package
v0.0.0-...-5522db4 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2021 License: Apache-2.0 Imports: 7 Imported by: 2

Documentation

Index

Constants

View Source
const (
	MsgIncr = "incr"
	MsgDecr = "decr"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type SmartContract

type SmartContract struct {
	contractapi.Contract
	*batch.BatchContract
}

func NewSmartContract

func NewSmartContract(batchcc *batch.BatchContract) *SmartContract

func (*SmartContract) BatchDecrWithTimestamp

func (s *SmartContract) BatchDecrWithTimestamp(ctx contractapi.TransactionContextInterface, count uint64, currentTime int64) error

func (*SmartContract) BatchIncr

func (*SmartContract) BatchIncrWithTimestamp

func (s *SmartContract) BatchIncrWithTimestamp(ctx contractapi.TransactionContextInterface, count uint64, currentTime int64) error

func (*SmartContract) Count

func (*SmartContract) Decr

func (*SmartContract) GetIgnoredFunctions

func (s *SmartContract) GetIgnoredFunctions() []string

func (*SmartContract) Incr

func (*SmartContract) Init

Jump to

Keyboard shortcuts

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