Documentation ¶
Index ¶
- type Ledger
- func (_m *Ledger) Delete(owner string, controller string, key string) error
- func (_m *Ledger) Get(owner string, controller string, key string) ([]byte, error)
- func (_m *Ledger) Set(owner string, controller string, key string, value []byte) error
- func (_m *Ledger) Touch(owner string, controller string, key string) error
- type View
- func (_m *View) AllRegisters() []flow.RegisterID
- func (_m *View) Delete(owner string, controller string, key string) error
- func (_m *View) DropDelta()
- func (_m *View) Get(owner string, controller string, key string) ([]byte, error)
- func (_m *View) MergeView(child state.View) error
- func (_m *View) NewChild() state.View
- func (_m *View) RegisterUpdates() ([]flow.RegisterID, [][]byte)
- func (_m *View) Set(owner string, controller string, key string, value []byte) error
- func (_m *View) Touch(owner string, controller string, key string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ledger ¶
Ledger is an autogenerated mock type for the Ledger type
type View ¶
View is an autogenerated mock type for the View type
func (*View) AllRegisters ¶
func (_m *View) AllRegisters() []flow.RegisterID
AllRegisters provides a mock function with given fields:
func (*View) DropDelta ¶
func (_m *View) DropDelta()
DropDelta provides a mock function with given fields:
func (*View) RegisterUpdates ¶
func (_m *View) RegisterUpdates() ([]flow.RegisterID, [][]byte)
RegisterUpdates provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.