mock

package
v0.15.3-patch.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2021 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessAPIClient

type AccessAPIClient struct {
	mock.Mock
}

AccessAPIClient is an autogenerated mock type for the AccessAPIClient type

func (*AccessAPIClient) ExecuteScriptAtBlockHeight

ExecuteScriptAtBlockHeight provides a mock function with given fields: ctx, in, opts

func (*AccessAPIClient) ExecuteScriptAtBlockID

ExecuteScriptAtBlockID provides a mock function with given fields: ctx, in, opts

func (*AccessAPIClient) ExecuteScriptAtLatestBlock

ExecuteScriptAtLatestBlock provides a mock function with given fields: ctx, in, opts

func (*AccessAPIClient) GetAccount

GetAccount provides a mock function with given fields: ctx, in, opts

func (*AccessAPIClient) GetAccountAtBlockHeight

GetAccountAtBlockHeight provides a mock function with given fields: ctx, in, opts

func (*AccessAPIClient) GetAccountAtLatestBlock

GetAccountAtLatestBlock provides a mock function with given fields: ctx, in, opts

func (*AccessAPIClient) GetBlockByHeight

GetBlockByHeight provides a mock function with given fields: ctx, in, opts

func (*AccessAPIClient) GetBlockByID

GetBlockByID provides a mock function with given fields: ctx, in, opts

func (*AccessAPIClient) GetBlockHeaderByHeight

GetBlockHeaderByHeight provides a mock function with given fields: ctx, in, opts

func (*AccessAPIClient) GetBlockHeaderByID

GetBlockHeaderByID provides a mock function with given fields: ctx, in, opts

func (*AccessAPIClient) GetCollectionByID

GetCollectionByID provides a mock function with given fields: ctx, in, opts

func (*AccessAPIClient) GetEventsForBlockIDs

GetEventsForBlockIDs provides a mock function with given fields: ctx, in, opts

func (*AccessAPIClient) GetEventsForHeightRange

GetEventsForHeightRange provides a mock function with given fields: ctx, in, opts

func (*AccessAPIClient) GetLatestBlock

GetLatestBlock provides a mock function with given fields: ctx, in, opts

func (*AccessAPIClient) GetLatestBlockHeader

GetLatestBlockHeader provides a mock function with given fields: ctx, in, opts

func (*AccessAPIClient) GetLatestProtocolStateSnapshot added in v0.14.4

GetLatestProtocolStateSnapshot provides a mock function with given fields: ctx, in, opts

func (*AccessAPIClient) GetNetworkParameters

GetNetworkParameters provides a mock function with given fields: ctx, in, opts

func (*AccessAPIClient) GetTransaction

GetTransaction provides a mock function with given fields: ctx, in, opts

func (*AccessAPIClient) GetTransactionResult

GetTransactionResult provides a mock function with given fields: ctx, in, opts

func (*AccessAPIClient) Ping

Ping provides a mock function with given fields: ctx, in, opts

func (*AccessAPIClient) SendTransaction

SendTransaction provides a mock function with given fields: ctx, in, opts

type AccessAPIServer added in v0.14.6

type AccessAPIServer struct {
	mock.Mock
}

AccessAPIServer is an autogenerated mock type for the AccessAPIServer type

func (*AccessAPIServer) ExecuteScriptAtBlockHeight added in v0.14.6

ExecuteScriptAtBlockHeight provides a mock function with given fields: _a0, _a1

func (*AccessAPIServer) ExecuteScriptAtBlockID added in v0.14.6

ExecuteScriptAtBlockID provides a mock function with given fields: _a0, _a1

func (*AccessAPIServer) ExecuteScriptAtLatestBlock added in v0.14.6

ExecuteScriptAtLatestBlock provides a mock function with given fields: _a0, _a1

func (*AccessAPIServer) GetAccount added in v0.14.6

GetAccount provides a mock function with given fields: _a0, _a1

func (*AccessAPIServer) GetAccountAtBlockHeight added in v0.14.6

GetAccountAtBlockHeight provides a mock function with given fields: _a0, _a1

func (*AccessAPIServer) GetAccountAtLatestBlock added in v0.14.6

GetAccountAtLatestBlock provides a mock function with given fields: _a0, _a1

func (*AccessAPIServer) GetBlockByHeight added in v0.14.6

GetBlockByHeight provides a mock function with given fields: _a0, _a1

func (*AccessAPIServer) GetBlockByID added in v0.14.6

GetBlockByID provides a mock function with given fields: _a0, _a1

func (*AccessAPIServer) GetBlockHeaderByHeight added in v0.14.6

GetBlockHeaderByHeight provides a mock function with given fields: _a0, _a1

func (*AccessAPIServer) GetBlockHeaderByID added in v0.14.6

GetBlockHeaderByID provides a mock function with given fields: _a0, _a1

func (*AccessAPIServer) GetCollectionByID added in v0.14.6

GetCollectionByID provides a mock function with given fields: _a0, _a1

func (*AccessAPIServer) GetEventsForBlockIDs added in v0.14.6

GetEventsForBlockIDs provides a mock function with given fields: _a0, _a1

func (*AccessAPIServer) GetEventsForHeightRange added in v0.14.6

GetEventsForHeightRange provides a mock function with given fields: _a0, _a1

func (*AccessAPIServer) GetLatestBlock added in v0.14.6

GetLatestBlock provides a mock function with given fields: _a0, _a1

func (*AccessAPIServer) GetLatestBlockHeader added in v0.14.6

GetLatestBlockHeader provides a mock function with given fields: _a0, _a1

func (*AccessAPIServer) GetLatestProtocolStateSnapshot added in v0.14.6

GetLatestProtocolStateSnapshot provides a mock function with given fields: _a0, _a1

func (*AccessAPIServer) GetNetworkParameters added in v0.14.6

GetNetworkParameters provides a mock function with given fields: _a0, _a1

func (*AccessAPIServer) GetTransaction added in v0.14.6

GetTransaction provides a mock function with given fields: _a0, _a1

func (*AccessAPIServer) GetTransactionResult added in v0.14.6

GetTransactionResult provides a mock function with given fields: _a0, _a1

func (*AccessAPIServer) Ping added in v0.14.6

Ping provides a mock function with given fields: _a0, _a1

func (*AccessAPIServer) SendTransaction added in v0.14.6

SendTransaction provides a mock function with given fields: _a0, _a1

type ExecutionAPIClient

type ExecutionAPIClient struct {
	mock.Mock
}

ExecutionAPIClient is an autogenerated mock type for the ExecutionAPIClient type

func (*ExecutionAPIClient) ExecuteScriptAtBlockID

ExecuteScriptAtBlockID provides a mock function with given fields: ctx, in, opts

func (*ExecutionAPIClient) GetAccountAtBlockID

GetAccountAtBlockID provides a mock function with given fields: ctx, in, opts

func (*ExecutionAPIClient) GetEventsForBlockIDs

GetEventsForBlockIDs provides a mock function with given fields: ctx, in, opts

func (*ExecutionAPIClient) GetTransactionResult

GetTransactionResult provides a mock function with given fields: ctx, in, opts

func (*ExecutionAPIClient) Ping

Ping provides a mock function with given fields: ctx, in, opts

type ExecutionAPIServer added in v0.14.6

type ExecutionAPIServer struct {
	mock.Mock
}

ExecutionAPIServer is an autogenerated mock type for the ExecutionAPIServer type

func (*ExecutionAPIServer) ExecuteScriptAtBlockID added in v0.14.6

ExecuteScriptAtBlockID provides a mock function with given fields: _a0, _a1

func (*ExecutionAPIServer) GetAccountAtBlockID added in v0.14.6

GetAccountAtBlockID provides a mock function with given fields: _a0, _a1

func (*ExecutionAPIServer) GetEventsForBlockIDs added in v0.14.6

GetEventsForBlockIDs provides a mock function with given fields: _a0, _a1

func (*ExecutionAPIServer) GetTransactionResult added in v0.14.6

GetTransactionResult provides a mock function with given fields: _a0, _a1

func (*ExecutionAPIServer) Ping added in v0.14.6

Ping provides a mock function with given fields: _a0, _a1

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL