statemanager

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2019 License: Apache-2.0 Imports: 6 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StateManager

type StateManager interface {
	GetAccount(address crypto.Address) (*acm.Account, error)
	GetStorage(address crypto.Address, key binary.Word256) (binary.Word256, error)
	UpdateAccount(updatedAccount *acm.Account) error
	RemoveAccount(address crypto.Address) error
	SetStorage(address crypto.Address, key, value binary.Word256) error
}

func NewStateManager

func NewStateManager(stub shim.ChaincodeStubInterface) StateManager

Jump to

Keyboard shortcuts

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