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
Click to show internal directories.
Click to hide internal directories.