Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Invoker ¶
type Invoker interface {
Account(height uint64, address flow.Address) (*flow.Account, error)
Script(height uint64, script []byte, parameters []cadence.Value) (cadence.Value, error)
}
Invoker represents something that can retrieve accounts at any given height, and execute scripts to retrieve values from the Flow Virtual Machine.
Click to show internal directories.
Click to hide internal directories.