Documentation ¶
Index ¶
- type IngestRPC
- func (_m *IngestRPC) ExecuteScriptAtBlockID(ctx context.Context, script []byte, arguments [][]byte, ...) ([]byte, error)
- func (_m *IngestRPC) GetAccount(ctx context.Context, address flow.Address, blockID flow.Identifier) (*flow.Account, error)
- func (_m *IngestRPC) GetRegisterAtBlockID(ctx context.Context, owner []byte, controller []byte, key []byte, ...) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngestRPC ¶
IngestRPC is an autogenerated mock type for the IngestRPC type
func (*IngestRPC) ExecuteScriptAtBlockID ¶
func (_m *IngestRPC) ExecuteScriptAtBlockID(ctx context.Context, script []byte, arguments [][]byte, blockID flow.Identifier) ([]byte, error)
ExecuteScriptAtBlockID provides a mock function with given fields: ctx, script, arguments, blockID
func (*IngestRPC) GetAccount ¶
func (_m *IngestRPC) GetAccount(ctx context.Context, address flow.Address, blockID flow.Identifier) (*flow.Account, error)
GetAccount provides a mock function with given fields: ctx, address, blockID
func (*IngestRPC) GetRegisterAtBlockID ¶ added in v0.23.1
func (_m *IngestRPC) GetRegisterAtBlockID(ctx context.Context, owner []byte, controller []byte, key []byte, blockID flow.Identifier) ([]byte, error)
GetRegisterAtBlockID provides a mock function with given fields: ctx, owner, controller, key, blockID
Click to show internal directories.
Click to hide internal directories.