Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Invoker ¶
type Invoker interface {
Account(ctx context.Context, height uint64, address flow.Address) (*flow.Account, error)
Script(ctx context.Context, height uint64, script []byte, parameters [][]byte) ([]byte, 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.