Documentation
¶
Index ¶
- type OverflowClient
- func (_m *OverflowClient) Account(key string) *accounts.Account
- func (_m *OverflowClient) AccountE(key string) (*accounts.Account, error)
- func (_m *OverflowClient) AccountPublicKey(name string) (string, error)
- func (_m *OverflowClient) AddContract(ctx context.Context, name string, code []byte, args []cadence.Value, ...) error
- func (_m *OverflowClient) Address(key string) string
- func (_m *OverflowClient) CreateOverflowTransaction(blockId string, transactionResult flow.TransactionResult, ...) (*overflow.OverflowTransaction, error)
- func (_m *OverflowClient) DownloadAndUploadFile(url string, accountName string) error
- func (_m *OverflowClient) DownloadImageAndUploadAsDataUrl(url string, accountName string) error
- func (_m *OverflowClient) EXPECT() *OverflowClient_Expecter
- func (_m *OverflowClient) FillUpStorage(accountName string) *overflow.OverflowState
- func (_m *OverflowClient) FlixScript(filename string, opts ...overflow.OverflowInteractionOption) *overflow.OverflowScriptResult
- func (_m *OverflowClient) FlixScriptFN(outerOpts ...overflow.OverflowInteractionOption) overflow.OverflowScriptFunction
- func (_m *OverflowClient) FlixScriptFileNameFN(filename string, outerOpts ...overflow.OverflowInteractionOption) overflow.OverflowScriptOptsFunction
- func (_m *OverflowClient) FlixTx(filename string, opts ...overflow.OverflowInteractionOption) *overflow.OverflowResult
- func (_m *OverflowClient) FlixTxFN(outerOpts ...overflow.OverflowInteractionOption) overflow.OverflowTransactionFunction
- func (_m *OverflowClient) FlixTxFileNameFN(filename string, outerOpts ...overflow.OverflowInteractionOption) overflow.OverflowTransactionOptsFunction
- func (_m *OverflowClient) GetAccount(ctx context.Context, key string) (*flow.Account, error)
- func (_m *OverflowClient) GetBlockAtHeight(ctx context.Context, height uint64) (*flow.Block, error)
- func (_m *OverflowClient) GetBlockById(ctx context.Context, blockId string) (*flow.Block, error)
- func (_m *OverflowClient) GetFreeCapacity(accountName string) int
- func (_m *OverflowClient) GetLatestBlock(ctx context.Context) (*flow.Block, error)
- func (_m *OverflowClient) GetNetwork() string
- func (_m *OverflowClient) GetOverflowTransactionById(ctx context.Context, id flow.Identifier) (*overflow.OverflowTransaction, error)
- func (_m *OverflowClient) GetTransactionByBlockId(ctx context.Context, id flow.Identifier) ([]*flow.Transaction, []*flow.TransactionResult, error)
- func (_m *OverflowClient) GetTransactionById(ctx context.Context, id flow.Identifier) (*flow.Transaction, error)
- func (_m *OverflowClient) MintFlowTokens(accountName string, amount float64) *overflow.OverflowState
- func (_m *OverflowClient) ParseEvents(events []flow.Event) (overflow.OverflowEvents, overflow.OverflowEvent)
- func (_m *OverflowClient) ParseEventsWithIdPrefix(events []flow.Event, idPrefix string) (overflow.OverflowEvents, overflow.OverflowEvent)
- func (_m *OverflowClient) QualifiedIdentifier(contract string, name string) (string, error)
- func (_m *OverflowClient) QualifiedIdentifierFromSnakeCase(typeName string) (string, error)
- func (_m *OverflowClient) Script(filename string, opts ...overflow.OverflowInteractionOption) *overflow.OverflowScriptResult
- func (_m *OverflowClient) ScriptFN(outerOpts ...overflow.OverflowInteractionOption) overflow.OverflowScriptFunction
- func (_m *OverflowClient) ScriptFileNameFN(filename string, outerOpts ...overflow.OverflowInteractionOption) overflow.OverflowScriptOptsFunction
- func (_m *OverflowClient) SignUserMessage(account string, message string) (string, error)
- func (_m *OverflowClient) Tx(filename string, opts ...overflow.OverflowInteractionOption) *overflow.OverflowResult
- func (_m *OverflowClient) TxFN(outerOpts ...overflow.OverflowInteractionOption) overflow.OverflowTransactionFunction
- func (_m *OverflowClient) TxFileNameFN(filename string, outerOpts ...overflow.OverflowInteractionOption) overflow.OverflowTransactionOptsFunction
- func (_m *OverflowClient) UploadFile(filename string, accountName string) error
- func (_m *OverflowClient) UploadImageAsDataUrl(filename string, accountName string) error
- func (_m *OverflowClient) UploadString(content string, accountName string) error
- type OverflowClient_AccountE_Call
- func (_c *OverflowClient_AccountE_Call) Return(_a0 *accounts.Account, _a1 error) *OverflowClient_AccountE_Call
- func (_c *OverflowClient_AccountE_Call) Run(run func(key string)) *OverflowClient_AccountE_Call
- func (_c *OverflowClient_AccountE_Call) RunAndReturn(run func(string) (*accounts.Account, error)) *OverflowClient_AccountE_Call
- type OverflowClient_AccountPublicKey_Call
- func (_c *OverflowClient_AccountPublicKey_Call) Return(_a0 string, _a1 error) *OverflowClient_AccountPublicKey_Call
- func (_c *OverflowClient_AccountPublicKey_Call) Run(run func(name string)) *OverflowClient_AccountPublicKey_Call
- func (_c *OverflowClient_AccountPublicKey_Call) RunAndReturn(run func(string) (string, error)) *OverflowClient_AccountPublicKey_Call
- type OverflowClient_Account_Call
- func (_c *OverflowClient_Account_Call) Return(_a0 *accounts.Account) *OverflowClient_Account_Call
- func (_c *OverflowClient_Account_Call) Run(run func(key string)) *OverflowClient_Account_Call
- func (_c *OverflowClient_Account_Call) RunAndReturn(run func(string) *accounts.Account) *OverflowClient_Account_Call
- type OverflowClient_AddContract_Call
- func (_c *OverflowClient_AddContract_Call) Return(_a0 error) *OverflowClient_AddContract_Call
- func (_c *OverflowClient_AddContract_Call) Run(...) *OverflowClient_AddContract_Call
- func (_c *OverflowClient_AddContract_Call) RunAndReturn(run func(context.Context, string, []byte, []cadence.Value, string, bool) error) *OverflowClient_AddContract_Call
- type OverflowClient_Address_Call
- type OverflowClient_CreateOverflowTransaction_Call
- func (_c *OverflowClient_CreateOverflowTransaction_Call) Return(_a0 *overflow.OverflowTransaction, _a1 error) *OverflowClient_CreateOverflowTransaction_Call
- func (_c *OverflowClient_CreateOverflowTransaction_Call) Run(run func(blockId string, transactionResult flow.TransactionResult, ...)) *OverflowClient_CreateOverflowTransaction_Call
- func (_c *OverflowClient_CreateOverflowTransaction_Call) RunAndReturn(...) *OverflowClient_CreateOverflowTransaction_Call
- type OverflowClient_DownloadAndUploadFile_Call
- func (_c *OverflowClient_DownloadAndUploadFile_Call) Return(_a0 error) *OverflowClient_DownloadAndUploadFile_Call
- func (_c *OverflowClient_DownloadAndUploadFile_Call) Run(run func(url string, accountName string)) *OverflowClient_DownloadAndUploadFile_Call
- func (_c *OverflowClient_DownloadAndUploadFile_Call) RunAndReturn(run func(string, string) error) *OverflowClient_DownloadAndUploadFile_Call
- type OverflowClient_DownloadImageAndUploadAsDataUrl_Call
- func (_c *OverflowClient_DownloadImageAndUploadAsDataUrl_Call) Return(_a0 error) *OverflowClient_DownloadImageAndUploadAsDataUrl_Call
- func (_c *OverflowClient_DownloadImageAndUploadAsDataUrl_Call) Run(run func(url string, accountName string)) *OverflowClient_DownloadImageAndUploadAsDataUrl_Call
- func (_c *OverflowClient_DownloadImageAndUploadAsDataUrl_Call) RunAndReturn(run func(string, string) error) *OverflowClient_DownloadImageAndUploadAsDataUrl_Call
- type OverflowClient_Expecter
- func (_e *OverflowClient_Expecter) Account(key interface{}) *OverflowClient_Account_Call
- func (_e *OverflowClient_Expecter) AccountE(key interface{}) *OverflowClient_AccountE_Call
- func (_e *OverflowClient_Expecter) AccountPublicKey(name interface{}) *OverflowClient_AccountPublicKey_Call
- func (_e *OverflowClient_Expecter) AddContract(ctx interface{}, name interface{}, code interface{}, args interface{}, ...) *OverflowClient_AddContract_Call
- func (_e *OverflowClient_Expecter) Address(key interface{}) *OverflowClient_Address_Call
- func (_e *OverflowClient_Expecter) CreateOverflowTransaction(blockId interface{}, transactionResult interface{}, transaction interface{}, ...) *OverflowClient_CreateOverflowTransaction_Call
- func (_e *OverflowClient_Expecter) DownloadAndUploadFile(url interface{}, accountName interface{}) *OverflowClient_DownloadAndUploadFile_Call
- func (_e *OverflowClient_Expecter) DownloadImageAndUploadAsDataUrl(url interface{}, accountName interface{}) *OverflowClient_DownloadImageAndUploadAsDataUrl_Call
- func (_e *OverflowClient_Expecter) FillUpStorage(accountName interface{}) *OverflowClient_FillUpStorage_Call
- func (_e *OverflowClient_Expecter) FlixScript(filename interface{}, opts ...interface{}) *OverflowClient_FlixScript_Call
- func (_e *OverflowClient_Expecter) FlixScriptFN(outerOpts ...interface{}) *OverflowClient_FlixScriptFN_Call
- func (_e *OverflowClient_Expecter) FlixScriptFileNameFN(filename interface{}, outerOpts ...interface{}) *OverflowClient_FlixScriptFileNameFN_Call
- func (_e *OverflowClient_Expecter) FlixTx(filename interface{}, opts ...interface{}) *OverflowClient_FlixTx_Call
- func (_e *OverflowClient_Expecter) FlixTxFN(outerOpts ...interface{}) *OverflowClient_FlixTxFN_Call
- func (_e *OverflowClient_Expecter) FlixTxFileNameFN(filename interface{}, outerOpts ...interface{}) *OverflowClient_FlixTxFileNameFN_Call
- func (_e *OverflowClient_Expecter) GetAccount(ctx interface{}, key interface{}) *OverflowClient_GetAccount_Call
- func (_e *OverflowClient_Expecter) GetBlockAtHeight(ctx interface{}, height interface{}) *OverflowClient_GetBlockAtHeight_Call
- func (_e *OverflowClient_Expecter) GetBlockById(ctx interface{}, blockId interface{}) *OverflowClient_GetBlockById_Call
- func (_e *OverflowClient_Expecter) GetFreeCapacity(accountName interface{}) *OverflowClient_GetFreeCapacity_Call
- func (_e *OverflowClient_Expecter) GetLatestBlock(ctx interface{}) *OverflowClient_GetLatestBlock_Call
- func (_e *OverflowClient_Expecter) GetNetwork() *OverflowClient_GetNetwork_Call
- func (_e *OverflowClient_Expecter) GetOverflowTransactionById(ctx interface{}, id interface{}) *OverflowClient_GetOverflowTransactionById_Call
- func (_e *OverflowClient_Expecter) GetTransactionByBlockId(ctx interface{}, id interface{}) *OverflowClient_GetTransactionByBlockId_Call
- func (_e *OverflowClient_Expecter) GetTransactionById(ctx interface{}, id interface{}) *OverflowClient_GetTransactionById_Call
- func (_e *OverflowClient_Expecter) MintFlowTokens(accountName interface{}, amount interface{}) *OverflowClient_MintFlowTokens_Call
- func (_e *OverflowClient_Expecter) ParseEvents(events interface{}) *OverflowClient_ParseEvents_Call
- func (_e *OverflowClient_Expecter) ParseEventsWithIdPrefix(events interface{}, idPrefix interface{}) *OverflowClient_ParseEventsWithIdPrefix_Call
- func (_e *OverflowClient_Expecter) QualifiedIdentifier(contract interface{}, name interface{}) *OverflowClient_QualifiedIdentifier_Call
- func (_e *OverflowClient_Expecter) QualifiedIdentifierFromSnakeCase(typeName interface{}) *OverflowClient_QualifiedIdentifierFromSnakeCase_Call
- func (_e *OverflowClient_Expecter) Script(filename interface{}, opts ...interface{}) *OverflowClient_Script_Call
- func (_e *OverflowClient_Expecter) ScriptFN(outerOpts ...interface{}) *OverflowClient_ScriptFN_Call
- func (_e *OverflowClient_Expecter) ScriptFileNameFN(filename interface{}, outerOpts ...interface{}) *OverflowClient_ScriptFileNameFN_Call
- func (_e *OverflowClient_Expecter) SignUserMessage(account interface{}, message interface{}) *OverflowClient_SignUserMessage_Call
- func (_e *OverflowClient_Expecter) Tx(filename interface{}, opts ...interface{}) *OverflowClient_Tx_Call
- func (_e *OverflowClient_Expecter) TxFN(outerOpts ...interface{}) *OverflowClient_TxFN_Call
- func (_e *OverflowClient_Expecter) TxFileNameFN(filename interface{}, outerOpts ...interface{}) *OverflowClient_TxFileNameFN_Call
- func (_e *OverflowClient_Expecter) UploadFile(filename interface{}, accountName interface{}) *OverflowClient_UploadFile_Call
- func (_e *OverflowClient_Expecter) UploadImageAsDataUrl(filename interface{}, accountName interface{}) *OverflowClient_UploadImageAsDataUrl_Call
- func (_e *OverflowClient_Expecter) UploadString(content interface{}, accountName interface{}) *OverflowClient_UploadString_Call
- type OverflowClient_FillUpStorage_Call
- func (_c *OverflowClient_FillUpStorage_Call) Return(_a0 *overflow.OverflowState) *OverflowClient_FillUpStorage_Call
- func (_c *OverflowClient_FillUpStorage_Call) Run(run func(accountName string)) *OverflowClient_FillUpStorage_Call
- func (_c *OverflowClient_FillUpStorage_Call) RunAndReturn(run func(string) *overflow.OverflowState) *OverflowClient_FillUpStorage_Call
- type OverflowClient_FlixScriptFN_Call
- func (_c *OverflowClient_FlixScriptFN_Call) Return(_a0 overflow.OverflowScriptFunction) *OverflowClient_FlixScriptFN_Call
- func (_c *OverflowClient_FlixScriptFN_Call) Run(run func(outerOpts ...overflow.OverflowInteractionOption)) *OverflowClient_FlixScriptFN_Call
- func (_c *OverflowClient_FlixScriptFN_Call) RunAndReturn(...) *OverflowClient_FlixScriptFN_Call
- type OverflowClient_FlixScriptFileNameFN_Call
- func (_c *OverflowClient_FlixScriptFileNameFN_Call) Return(_a0 overflow.OverflowScriptOptsFunction) *OverflowClient_FlixScriptFileNameFN_Call
- func (_c *OverflowClient_FlixScriptFileNameFN_Call) Run(run func(filename string, outerOpts ...overflow.OverflowInteractionOption)) *OverflowClient_FlixScriptFileNameFN_Call
- func (_c *OverflowClient_FlixScriptFileNameFN_Call) RunAndReturn(...) *OverflowClient_FlixScriptFileNameFN_Call
- type OverflowClient_FlixScript_Call
- func (_c *OverflowClient_FlixScript_Call) Return(_a0 *overflow.OverflowScriptResult) *OverflowClient_FlixScript_Call
- func (_c *OverflowClient_FlixScript_Call) Run(run func(filename string, opts ...overflow.OverflowInteractionOption)) *OverflowClient_FlixScript_Call
- func (_c *OverflowClient_FlixScript_Call) RunAndReturn(...) *OverflowClient_FlixScript_Call
- type OverflowClient_FlixTxFN_Call
- func (_c *OverflowClient_FlixTxFN_Call) Return(_a0 overflow.OverflowTransactionFunction) *OverflowClient_FlixTxFN_Call
- func (_c *OverflowClient_FlixTxFN_Call) Run(run func(outerOpts ...overflow.OverflowInteractionOption)) *OverflowClient_FlixTxFN_Call
- func (_c *OverflowClient_FlixTxFN_Call) RunAndReturn(...) *OverflowClient_FlixTxFN_Call
- type OverflowClient_FlixTxFileNameFN_Call
- func (_c *OverflowClient_FlixTxFileNameFN_Call) Return(_a0 overflow.OverflowTransactionOptsFunction) *OverflowClient_FlixTxFileNameFN_Call
- func (_c *OverflowClient_FlixTxFileNameFN_Call) Run(run func(filename string, outerOpts ...overflow.OverflowInteractionOption)) *OverflowClient_FlixTxFileNameFN_Call
- func (_c *OverflowClient_FlixTxFileNameFN_Call) RunAndReturn(...) *OverflowClient_FlixTxFileNameFN_Call
- type OverflowClient_FlixTx_Call
- func (_c *OverflowClient_FlixTx_Call) Return(_a0 *overflow.OverflowResult) *OverflowClient_FlixTx_Call
- func (_c *OverflowClient_FlixTx_Call) Run(run func(filename string, opts ...overflow.OverflowInteractionOption)) *OverflowClient_FlixTx_Call
- func (_c *OverflowClient_FlixTx_Call) RunAndReturn(...) *OverflowClient_FlixTx_Call
- type OverflowClient_GetAccount_Call
- func (_c *OverflowClient_GetAccount_Call) Return(_a0 *flow.Account, _a1 error) *OverflowClient_GetAccount_Call
- func (_c *OverflowClient_GetAccount_Call) Run(run func(ctx context.Context, key string)) *OverflowClient_GetAccount_Call
- func (_c *OverflowClient_GetAccount_Call) RunAndReturn(run func(context.Context, string) (*flow.Account, error)) *OverflowClient_GetAccount_Call
- type OverflowClient_GetBlockAtHeight_Call
- func (_c *OverflowClient_GetBlockAtHeight_Call) Return(_a0 *flow.Block, _a1 error) *OverflowClient_GetBlockAtHeight_Call
- func (_c *OverflowClient_GetBlockAtHeight_Call) Run(run func(ctx context.Context, height uint64)) *OverflowClient_GetBlockAtHeight_Call
- func (_c *OverflowClient_GetBlockAtHeight_Call) RunAndReturn(run func(context.Context, uint64) (*flow.Block, error)) *OverflowClient_GetBlockAtHeight_Call
- type OverflowClient_GetBlockById_Call
- func (_c *OverflowClient_GetBlockById_Call) Return(_a0 *flow.Block, _a1 error) *OverflowClient_GetBlockById_Call
- func (_c *OverflowClient_GetBlockById_Call) Run(run func(ctx context.Context, blockId string)) *OverflowClient_GetBlockById_Call
- func (_c *OverflowClient_GetBlockById_Call) RunAndReturn(run func(context.Context, string) (*flow.Block, error)) *OverflowClient_GetBlockById_Call
- type OverflowClient_GetFreeCapacity_Call
- func (_c *OverflowClient_GetFreeCapacity_Call) Return(_a0 int) *OverflowClient_GetFreeCapacity_Call
- func (_c *OverflowClient_GetFreeCapacity_Call) Run(run func(accountName string)) *OverflowClient_GetFreeCapacity_Call
- func (_c *OverflowClient_GetFreeCapacity_Call) RunAndReturn(run func(string) int) *OverflowClient_GetFreeCapacity_Call
- type OverflowClient_GetLatestBlock_Call
- func (_c *OverflowClient_GetLatestBlock_Call) Return(_a0 *flow.Block, _a1 error) *OverflowClient_GetLatestBlock_Call
- func (_c *OverflowClient_GetLatestBlock_Call) Run(run func(ctx context.Context)) *OverflowClient_GetLatestBlock_Call
- func (_c *OverflowClient_GetLatestBlock_Call) RunAndReturn(run func(context.Context) (*flow.Block, error)) *OverflowClient_GetLatestBlock_Call
- type OverflowClient_GetNetwork_Call
- type OverflowClient_GetOverflowTransactionById_Call
- func (_c *OverflowClient_GetOverflowTransactionById_Call) Return(_a0 *overflow.OverflowTransaction, _a1 error) *OverflowClient_GetOverflowTransactionById_Call
- func (_c *OverflowClient_GetOverflowTransactionById_Call) Run(run func(ctx context.Context, id flow.Identifier)) *OverflowClient_GetOverflowTransactionById_Call
- func (_c *OverflowClient_GetOverflowTransactionById_Call) RunAndReturn(...) *OverflowClient_GetOverflowTransactionById_Call
- type OverflowClient_GetTransactionByBlockId_Call
- func (_c *OverflowClient_GetTransactionByBlockId_Call) Return(_a0 []*flow.Transaction, _a1 []*flow.TransactionResult, _a2 error) *OverflowClient_GetTransactionByBlockId_Call
- func (_c *OverflowClient_GetTransactionByBlockId_Call) Run(run func(ctx context.Context, id flow.Identifier)) *OverflowClient_GetTransactionByBlockId_Call
- func (_c *OverflowClient_GetTransactionByBlockId_Call) RunAndReturn(...) *OverflowClient_GetTransactionByBlockId_Call
- type OverflowClient_GetTransactionById_Call
- func (_c *OverflowClient_GetTransactionById_Call) Return(_a0 *flow.Transaction, _a1 error) *OverflowClient_GetTransactionById_Call
- func (_c *OverflowClient_GetTransactionById_Call) Run(run func(ctx context.Context, id flow.Identifier)) *OverflowClient_GetTransactionById_Call
- func (_c *OverflowClient_GetTransactionById_Call) RunAndReturn(run func(context.Context, flow.Identifier) (*flow.Transaction, error)) *OverflowClient_GetTransactionById_Call
- type OverflowClient_MintFlowTokens_Call
- func (_c *OverflowClient_MintFlowTokens_Call) Return(_a0 *overflow.OverflowState) *OverflowClient_MintFlowTokens_Call
- func (_c *OverflowClient_MintFlowTokens_Call) Run(run func(accountName string, amount float64)) *OverflowClient_MintFlowTokens_Call
- func (_c *OverflowClient_MintFlowTokens_Call) RunAndReturn(run func(string, float64) *overflow.OverflowState) *OverflowClient_MintFlowTokens_Call
- type OverflowClient_ParseEventsWithIdPrefix_Call
- func (_c *OverflowClient_ParseEventsWithIdPrefix_Call) Return(_a0 overflow.OverflowEvents, _a1 overflow.OverflowEvent) *OverflowClient_ParseEventsWithIdPrefix_Call
- func (_c *OverflowClient_ParseEventsWithIdPrefix_Call) Run(run func(events []flow.Event, idPrefix string)) *OverflowClient_ParseEventsWithIdPrefix_Call
- func (_c *OverflowClient_ParseEventsWithIdPrefix_Call) RunAndReturn(...) *OverflowClient_ParseEventsWithIdPrefix_Call
- type OverflowClient_ParseEvents_Call
- func (_c *OverflowClient_ParseEvents_Call) Return(_a0 overflow.OverflowEvents, _a1 overflow.OverflowEvent) *OverflowClient_ParseEvents_Call
- func (_c *OverflowClient_ParseEvents_Call) Run(run func(events []flow.Event)) *OverflowClient_ParseEvents_Call
- func (_c *OverflowClient_ParseEvents_Call) RunAndReturn(run func([]flow.Event) (overflow.OverflowEvents, overflow.OverflowEvent)) *OverflowClient_ParseEvents_Call
- type OverflowClient_QualifiedIdentifierFromSnakeCase_Call
- func (_c *OverflowClient_QualifiedIdentifierFromSnakeCase_Call) Return(_a0 string, _a1 error) *OverflowClient_QualifiedIdentifierFromSnakeCase_Call
- func (_c *OverflowClient_QualifiedIdentifierFromSnakeCase_Call) Run(run func(typeName string)) *OverflowClient_QualifiedIdentifierFromSnakeCase_Call
- func (_c *OverflowClient_QualifiedIdentifierFromSnakeCase_Call) RunAndReturn(run func(string) (string, error)) *OverflowClient_QualifiedIdentifierFromSnakeCase_Call
- type OverflowClient_QualifiedIdentifier_Call
- func (_c *OverflowClient_QualifiedIdentifier_Call) Return(_a0 string, _a1 error) *OverflowClient_QualifiedIdentifier_Call
- func (_c *OverflowClient_QualifiedIdentifier_Call) Run(run func(contract string, name string)) *OverflowClient_QualifiedIdentifier_Call
- func (_c *OverflowClient_QualifiedIdentifier_Call) RunAndReturn(run func(string, string) (string, error)) *OverflowClient_QualifiedIdentifier_Call
- type OverflowClient_ScriptFN_Call
- func (_c *OverflowClient_ScriptFN_Call) Return(_a0 overflow.OverflowScriptFunction) *OverflowClient_ScriptFN_Call
- func (_c *OverflowClient_ScriptFN_Call) Run(run func(outerOpts ...overflow.OverflowInteractionOption)) *OverflowClient_ScriptFN_Call
- func (_c *OverflowClient_ScriptFN_Call) RunAndReturn(...) *OverflowClient_ScriptFN_Call
- type OverflowClient_ScriptFileNameFN_Call
- func (_c *OverflowClient_ScriptFileNameFN_Call) Return(_a0 overflow.OverflowScriptOptsFunction) *OverflowClient_ScriptFileNameFN_Call
- func (_c *OverflowClient_ScriptFileNameFN_Call) Run(run func(filename string, outerOpts ...overflow.OverflowInteractionOption)) *OverflowClient_ScriptFileNameFN_Call
- func (_c *OverflowClient_ScriptFileNameFN_Call) RunAndReturn(...) *OverflowClient_ScriptFileNameFN_Call
- type OverflowClient_Script_Call
- func (_c *OverflowClient_Script_Call) Return(_a0 *overflow.OverflowScriptResult) *OverflowClient_Script_Call
- func (_c *OverflowClient_Script_Call) Run(run func(filename string, opts ...overflow.OverflowInteractionOption)) *OverflowClient_Script_Call
- func (_c *OverflowClient_Script_Call) RunAndReturn(...) *OverflowClient_Script_Call
- type OverflowClient_SignUserMessage_Call
- func (_c *OverflowClient_SignUserMessage_Call) Return(_a0 string, _a1 error) *OverflowClient_SignUserMessage_Call
- func (_c *OverflowClient_SignUserMessage_Call) Run(run func(account string, message string)) *OverflowClient_SignUserMessage_Call
- func (_c *OverflowClient_SignUserMessage_Call) RunAndReturn(run func(string, string) (string, error)) *OverflowClient_SignUserMessage_Call
- type OverflowClient_TxFN_Call
- func (_c *OverflowClient_TxFN_Call) Return(_a0 overflow.OverflowTransactionFunction) *OverflowClient_TxFN_Call
- func (_c *OverflowClient_TxFN_Call) Run(run func(outerOpts ...overflow.OverflowInteractionOption)) *OverflowClient_TxFN_Call
- func (_c *OverflowClient_TxFN_Call) RunAndReturn(...) *OverflowClient_TxFN_Call
- type OverflowClient_TxFileNameFN_Call
- func (_c *OverflowClient_TxFileNameFN_Call) Return(_a0 overflow.OverflowTransactionOptsFunction) *OverflowClient_TxFileNameFN_Call
- func (_c *OverflowClient_TxFileNameFN_Call) Run(run func(filename string, outerOpts ...overflow.OverflowInteractionOption)) *OverflowClient_TxFileNameFN_Call
- func (_c *OverflowClient_TxFileNameFN_Call) RunAndReturn(...) *OverflowClient_TxFileNameFN_Call
- type OverflowClient_Tx_Call
- func (_c *OverflowClient_Tx_Call) Return(_a0 *overflow.OverflowResult) *OverflowClient_Tx_Call
- func (_c *OverflowClient_Tx_Call) Run(run func(filename string, opts ...overflow.OverflowInteractionOption)) *OverflowClient_Tx_Call
- func (_c *OverflowClient_Tx_Call) RunAndReturn(...) *OverflowClient_Tx_Call
- type OverflowClient_UploadFile_Call
- func (_c *OverflowClient_UploadFile_Call) Return(_a0 error) *OverflowClient_UploadFile_Call
- func (_c *OverflowClient_UploadFile_Call) Run(run func(filename string, accountName string)) *OverflowClient_UploadFile_Call
- func (_c *OverflowClient_UploadFile_Call) RunAndReturn(run func(string, string) error) *OverflowClient_UploadFile_Call
- type OverflowClient_UploadImageAsDataUrl_Call
- func (_c *OverflowClient_UploadImageAsDataUrl_Call) Return(_a0 error) *OverflowClient_UploadImageAsDataUrl_Call
- func (_c *OverflowClient_UploadImageAsDataUrl_Call) Run(run func(filename string, accountName string)) *OverflowClient_UploadImageAsDataUrl_Call
- func (_c *OverflowClient_UploadImageAsDataUrl_Call) RunAndReturn(run func(string, string) error) *OverflowClient_UploadImageAsDataUrl_Call
- type OverflowClient_UploadString_Call
- func (_c *OverflowClient_UploadString_Call) Return(_a0 error) *OverflowClient_UploadString_Call
- func (_c *OverflowClient_UploadString_Call) Run(run func(content string, accountName string)) *OverflowClient_UploadString_Call
- func (_c *OverflowClient_UploadString_Call) RunAndReturn(run func(string, string) error) *OverflowClient_UploadString_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OverflowClient ¶
OverflowClient is an autogenerated mock type for the OverflowClient type
func NewOverflowClient ¶
func NewOverflowClient(t interface { mock.TestingT Cleanup(func()) }) *OverflowClient
NewOverflowClient creates a new instance of OverflowClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*OverflowClient) Account ¶
func (_m *OverflowClient) Account(key string) *accounts.Account
Account provides a mock function with given fields: key
func (*OverflowClient) AccountE ¶
func (_m *OverflowClient) AccountE(key string) (*accounts.Account, error)
AccountE provides a mock function with given fields: key
func (*OverflowClient) AccountPublicKey ¶
func (_m *OverflowClient) AccountPublicKey(name string) (string, error)
AccountPublicKey provides a mock function with given fields: name
func (*OverflowClient) AddContract ¶
func (_m *OverflowClient) AddContract(ctx context.Context, name string, code []byte, args []cadence.Value, filename string, update bool) error
AddContract provides a mock function with given fields: ctx, name, code, args, filename, update
func (*OverflowClient) Address ¶
func (_m *OverflowClient) Address(key string) string
Address provides a mock function with given fields: key
func (*OverflowClient) CreateOverflowTransaction ¶
func (_m *OverflowClient) CreateOverflowTransaction(blockId string, transactionResult flow.TransactionResult, transaction flow.Transaction, txIndex int) (*overflow.OverflowTransaction, error)
CreateOverflowTransaction provides a mock function with given fields: blockId, transactionResult, transaction, txIndex
func (*OverflowClient) DownloadAndUploadFile ¶
func (_m *OverflowClient) DownloadAndUploadFile(url string, accountName string) error
DownloadAndUploadFile provides a mock function with given fields: url, accountName
func (*OverflowClient) DownloadImageAndUploadAsDataUrl ¶
func (_m *OverflowClient) DownloadImageAndUploadAsDataUrl(url string, accountName string) error
DownloadImageAndUploadAsDataUrl provides a mock function with given fields: url, accountName
func (*OverflowClient) EXPECT ¶
func (_m *OverflowClient) EXPECT() *OverflowClient_Expecter
func (*OverflowClient) FillUpStorage ¶
func (_m *OverflowClient) FillUpStorage(accountName string) *overflow.OverflowState
FillUpStorage provides a mock function with given fields: accountName
func (*OverflowClient) FlixScript ¶
func (_m *OverflowClient) FlixScript(filename string, opts ...overflow.OverflowInteractionOption) *overflow.OverflowScriptResult
FlixScript provides a mock function with given fields: filename, opts
func (*OverflowClient) FlixScriptFN ¶
func (_m *OverflowClient) FlixScriptFN(outerOpts ...overflow.OverflowInteractionOption) overflow.OverflowScriptFunction
FlixScriptFN provides a mock function with given fields: outerOpts
func (*OverflowClient) FlixScriptFileNameFN ¶
func (_m *OverflowClient) FlixScriptFileNameFN(filename string, outerOpts ...overflow.OverflowInteractionOption) overflow.OverflowScriptOptsFunction
FlixScriptFileNameFN provides a mock function with given fields: filename, outerOpts
func (*OverflowClient) FlixTx ¶
func (_m *OverflowClient) FlixTx(filename string, opts ...overflow.OverflowInteractionOption) *overflow.OverflowResult
FlixTx provides a mock function with given fields: filename, opts
func (*OverflowClient) FlixTxFN ¶
func (_m *OverflowClient) FlixTxFN(outerOpts ...overflow.OverflowInteractionOption) overflow.OverflowTransactionFunction
FlixTxFN provides a mock function with given fields: outerOpts
func (*OverflowClient) FlixTxFileNameFN ¶
func (_m *OverflowClient) FlixTxFileNameFN(filename string, outerOpts ...overflow.OverflowInteractionOption) overflow.OverflowTransactionOptsFunction
FlixTxFileNameFN provides a mock function with given fields: filename, outerOpts
func (*OverflowClient) GetAccount ¶
GetAccount provides a mock function with given fields: ctx, key
func (*OverflowClient) GetBlockAtHeight ¶
GetBlockAtHeight provides a mock function with given fields: ctx, height
func (*OverflowClient) GetBlockById ¶
GetBlockById provides a mock function with given fields: ctx, blockId
func (*OverflowClient) GetFreeCapacity ¶
func (_m *OverflowClient) GetFreeCapacity(accountName string) int
GetFreeCapacity provides a mock function with given fields: accountName
func (*OverflowClient) GetLatestBlock ¶
GetLatestBlock provides a mock function with given fields: ctx
func (*OverflowClient) GetNetwork ¶
func (_m *OverflowClient) GetNetwork() string
GetNetwork provides a mock function with given fields:
func (*OverflowClient) GetOverflowTransactionById ¶
func (_m *OverflowClient) GetOverflowTransactionById(ctx context.Context, id flow.Identifier) (*overflow.OverflowTransaction, error)
GetOverflowTransactionById provides a mock function with given fields: ctx, id
func (*OverflowClient) GetTransactionByBlockId ¶
func (_m *OverflowClient) GetTransactionByBlockId(ctx context.Context, id flow.Identifier) ([]*flow.Transaction, []*flow.TransactionResult, error)
GetTransactionByBlockId provides a mock function with given fields: ctx, id
func (*OverflowClient) GetTransactionById ¶
func (_m *OverflowClient) GetTransactionById(ctx context.Context, id flow.Identifier) (*flow.Transaction, error)
GetTransactionById provides a mock function with given fields: ctx, id
func (*OverflowClient) MintFlowTokens ¶
func (_m *OverflowClient) MintFlowTokens(accountName string, amount float64) *overflow.OverflowState
MintFlowTokens provides a mock function with given fields: accountName, amount
func (*OverflowClient) ParseEvents ¶
func (_m *OverflowClient) ParseEvents(events []flow.Event) (overflow.OverflowEvents, overflow.OverflowEvent)
ParseEvents provides a mock function with given fields: events
func (*OverflowClient) ParseEventsWithIdPrefix ¶
func (_m *OverflowClient) ParseEventsWithIdPrefix(events []flow.Event, idPrefix string) (overflow.OverflowEvents, overflow.OverflowEvent)
ParseEventsWithIdPrefix provides a mock function with given fields: events, idPrefix
func (*OverflowClient) QualifiedIdentifier ¶
func (_m *OverflowClient) QualifiedIdentifier(contract string, name string) (string, error)
QualifiedIdentifier provides a mock function with given fields: contract, name
func (*OverflowClient) QualifiedIdentifierFromSnakeCase ¶
func (_m *OverflowClient) QualifiedIdentifierFromSnakeCase(typeName string) (string, error)
QualifiedIdentifierFromSnakeCase provides a mock function with given fields: typeName
func (*OverflowClient) Script ¶
func (_m *OverflowClient) Script(filename string, opts ...overflow.OverflowInteractionOption) *overflow.OverflowScriptResult
Script provides a mock function with given fields: filename, opts
func (*OverflowClient) ScriptFN ¶
func (_m *OverflowClient) ScriptFN(outerOpts ...overflow.OverflowInteractionOption) overflow.OverflowScriptFunction
ScriptFN provides a mock function with given fields: outerOpts
func (*OverflowClient) ScriptFileNameFN ¶
func (_m *OverflowClient) ScriptFileNameFN(filename string, outerOpts ...overflow.OverflowInteractionOption) overflow.OverflowScriptOptsFunction
ScriptFileNameFN provides a mock function with given fields: filename, outerOpts
func (*OverflowClient) SignUserMessage ¶
func (_m *OverflowClient) SignUserMessage(account string, message string) (string, error)
SignUserMessage provides a mock function with given fields: account, message
func (*OverflowClient) Tx ¶
func (_m *OverflowClient) Tx(filename string, opts ...overflow.OverflowInteractionOption) *overflow.OverflowResult
Tx provides a mock function with given fields: filename, opts
func (*OverflowClient) TxFN ¶
func (_m *OverflowClient) TxFN(outerOpts ...overflow.OverflowInteractionOption) overflow.OverflowTransactionFunction
TxFN provides a mock function with given fields: outerOpts
func (*OverflowClient) TxFileNameFN ¶
func (_m *OverflowClient) TxFileNameFN(filename string, outerOpts ...overflow.OverflowInteractionOption) overflow.OverflowTransactionOptsFunction
TxFileNameFN provides a mock function with given fields: filename, outerOpts
func (*OverflowClient) UploadFile ¶
func (_m *OverflowClient) UploadFile(filename string, accountName string) error
UploadFile provides a mock function with given fields: filename, accountName
func (*OverflowClient) UploadImageAsDataUrl ¶
func (_m *OverflowClient) UploadImageAsDataUrl(filename string, accountName string) error
UploadImageAsDataUrl provides a mock function with given fields: filename, accountName
func (*OverflowClient) UploadString ¶
func (_m *OverflowClient) UploadString(content string, accountName string) error
UploadString provides a mock function with given fields: content, accountName
type OverflowClient_AccountE_Call ¶
OverflowClient_AccountE_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AccountE'
func (*OverflowClient_AccountE_Call) Return ¶
func (_c *OverflowClient_AccountE_Call) Return(_a0 *accounts.Account, _a1 error) *OverflowClient_AccountE_Call
func (*OverflowClient_AccountE_Call) Run ¶
func (_c *OverflowClient_AccountE_Call) Run(run func(key string)) *OverflowClient_AccountE_Call
func (*OverflowClient_AccountE_Call) RunAndReturn ¶
func (_c *OverflowClient_AccountE_Call) RunAndReturn(run func(string) (*accounts.Account, error)) *OverflowClient_AccountE_Call
type OverflowClient_AccountPublicKey_Call ¶
OverflowClient_AccountPublicKey_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AccountPublicKey'
func (*OverflowClient_AccountPublicKey_Call) Return ¶
func (_c *OverflowClient_AccountPublicKey_Call) Return(_a0 string, _a1 error) *OverflowClient_AccountPublicKey_Call
func (*OverflowClient_AccountPublicKey_Call) Run ¶
func (_c *OverflowClient_AccountPublicKey_Call) Run(run func(name string)) *OverflowClient_AccountPublicKey_Call
func (*OverflowClient_AccountPublicKey_Call) RunAndReturn ¶
func (_c *OverflowClient_AccountPublicKey_Call) RunAndReturn(run func(string) (string, error)) *OverflowClient_AccountPublicKey_Call
type OverflowClient_Account_Call ¶
OverflowClient_Account_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Account'
func (*OverflowClient_Account_Call) Return ¶
func (_c *OverflowClient_Account_Call) Return(_a0 *accounts.Account) *OverflowClient_Account_Call
func (*OverflowClient_Account_Call) Run ¶
func (_c *OverflowClient_Account_Call) Run(run func(key string)) *OverflowClient_Account_Call
func (*OverflowClient_Account_Call) RunAndReturn ¶
func (_c *OverflowClient_Account_Call) RunAndReturn(run func(string) *accounts.Account) *OverflowClient_Account_Call
type OverflowClient_AddContract_Call ¶
OverflowClient_AddContract_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddContract'
func (*OverflowClient_AddContract_Call) Return ¶
func (_c *OverflowClient_AddContract_Call) Return(_a0 error) *OverflowClient_AddContract_Call
func (*OverflowClient_AddContract_Call) Run ¶
func (_c *OverflowClient_AddContract_Call) Run(run func(ctx context.Context, name string, code []byte, args []cadence.Value, filename string, update bool)) *OverflowClient_AddContract_Call
func (*OverflowClient_AddContract_Call) RunAndReturn ¶
type OverflowClient_Address_Call ¶
OverflowClient_Address_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Address'
func (*OverflowClient_Address_Call) Return ¶
func (_c *OverflowClient_Address_Call) Return(_a0 string) *OverflowClient_Address_Call
func (*OverflowClient_Address_Call) Run ¶
func (_c *OverflowClient_Address_Call) Run(run func(key string)) *OverflowClient_Address_Call
func (*OverflowClient_Address_Call) RunAndReturn ¶
func (_c *OverflowClient_Address_Call) RunAndReturn(run func(string) string) *OverflowClient_Address_Call
type OverflowClient_CreateOverflowTransaction_Call ¶
OverflowClient_CreateOverflowTransaction_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateOverflowTransaction'
func (*OverflowClient_CreateOverflowTransaction_Call) Return ¶
func (_c *OverflowClient_CreateOverflowTransaction_Call) Return(_a0 *overflow.OverflowTransaction, _a1 error) *OverflowClient_CreateOverflowTransaction_Call
func (*OverflowClient_CreateOverflowTransaction_Call) Run ¶
func (_c *OverflowClient_CreateOverflowTransaction_Call) Run(run func(blockId string, transactionResult flow.TransactionResult, transaction flow.Transaction, txIndex int)) *OverflowClient_CreateOverflowTransaction_Call
func (*OverflowClient_CreateOverflowTransaction_Call) RunAndReturn ¶
func (_c *OverflowClient_CreateOverflowTransaction_Call) RunAndReturn(run func(string, flow.TransactionResult, flow.Transaction, int) (*overflow.OverflowTransaction, error)) *OverflowClient_CreateOverflowTransaction_Call
type OverflowClient_DownloadAndUploadFile_Call ¶
OverflowClient_DownloadAndUploadFile_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DownloadAndUploadFile'
func (*OverflowClient_DownloadAndUploadFile_Call) Return ¶
func (_c *OverflowClient_DownloadAndUploadFile_Call) Return(_a0 error) *OverflowClient_DownloadAndUploadFile_Call
func (*OverflowClient_DownloadAndUploadFile_Call) Run ¶
func (_c *OverflowClient_DownloadAndUploadFile_Call) Run(run func(url string, accountName string)) *OverflowClient_DownloadAndUploadFile_Call
func (*OverflowClient_DownloadAndUploadFile_Call) RunAndReturn ¶
func (_c *OverflowClient_DownloadAndUploadFile_Call) RunAndReturn(run func(string, string) error) *OverflowClient_DownloadAndUploadFile_Call
type OverflowClient_DownloadImageAndUploadAsDataUrl_Call ¶
OverflowClient_DownloadImageAndUploadAsDataUrl_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DownloadImageAndUploadAsDataUrl'
func (*OverflowClient_DownloadImageAndUploadAsDataUrl_Call) Run ¶
func (_c *OverflowClient_DownloadImageAndUploadAsDataUrl_Call) Run(run func(url string, accountName string)) *OverflowClient_DownloadImageAndUploadAsDataUrl_Call
func (*OverflowClient_DownloadImageAndUploadAsDataUrl_Call) RunAndReturn ¶
func (_c *OverflowClient_DownloadImageAndUploadAsDataUrl_Call) RunAndReturn(run func(string, string) error) *OverflowClient_DownloadImageAndUploadAsDataUrl_Call
type OverflowClient_Expecter ¶
type OverflowClient_Expecter struct {
// contains filtered or unexported fields
}
func (*OverflowClient_Expecter) Account ¶
func (_e *OverflowClient_Expecter) Account(key interface{}) *OverflowClient_Account_Call
Account is a helper method to define mock.On call
- key string
func (*OverflowClient_Expecter) AccountE ¶
func (_e *OverflowClient_Expecter) AccountE(key interface{}) *OverflowClient_AccountE_Call
AccountE is a helper method to define mock.On call
- key string
func (*OverflowClient_Expecter) AccountPublicKey ¶
func (_e *OverflowClient_Expecter) AccountPublicKey(name interface{}) *OverflowClient_AccountPublicKey_Call
AccountPublicKey is a helper method to define mock.On call
- name string
func (*OverflowClient_Expecter) AddContract ¶
func (_e *OverflowClient_Expecter) AddContract(ctx interface{}, name interface{}, code interface{}, args interface{}, filename interface{}, update interface{}) *OverflowClient_AddContract_Call
AddContract is a helper method to define mock.On call
- ctx context.Context
- name string
- code []byte
- args []cadence.Value
- filename string
- update bool
func (*OverflowClient_Expecter) Address ¶
func (_e *OverflowClient_Expecter) Address(key interface{}) *OverflowClient_Address_Call
Address is a helper method to define mock.On call
- key string
func (*OverflowClient_Expecter) CreateOverflowTransaction ¶
func (_e *OverflowClient_Expecter) CreateOverflowTransaction(blockId interface{}, transactionResult interface{}, transaction interface{}, txIndex interface{}) *OverflowClient_CreateOverflowTransaction_Call
CreateOverflowTransaction is a helper method to define mock.On call
- blockId string
- transactionResult flow.TransactionResult
- transaction flow.Transaction
- txIndex int
func (*OverflowClient_Expecter) DownloadAndUploadFile ¶
func (_e *OverflowClient_Expecter) DownloadAndUploadFile(url interface{}, accountName interface{}) *OverflowClient_DownloadAndUploadFile_Call
DownloadAndUploadFile is a helper method to define mock.On call
- url string
- accountName string
func (*OverflowClient_Expecter) DownloadImageAndUploadAsDataUrl ¶
func (_e *OverflowClient_Expecter) DownloadImageAndUploadAsDataUrl(url interface{}, accountName interface{}) *OverflowClient_DownloadImageAndUploadAsDataUrl_Call
DownloadImageAndUploadAsDataUrl is a helper method to define mock.On call
- url string
- accountName string
func (*OverflowClient_Expecter) FillUpStorage ¶
func (_e *OverflowClient_Expecter) FillUpStorage(accountName interface{}) *OverflowClient_FillUpStorage_Call
FillUpStorage is a helper method to define mock.On call
- accountName string
func (*OverflowClient_Expecter) FlixScript ¶
func (_e *OverflowClient_Expecter) FlixScript(filename interface{}, opts ...interface{}) *OverflowClient_FlixScript_Call
FlixScript is a helper method to define mock.On call
- filename string
- opts ...overflow.OverflowInteractionOption
func (*OverflowClient_Expecter) FlixScriptFN ¶
func (_e *OverflowClient_Expecter) FlixScriptFN(outerOpts ...interface{}) *OverflowClient_FlixScriptFN_Call
FlixScriptFN is a helper method to define mock.On call
- outerOpts ...overflow.OverflowInteractionOption
func (*OverflowClient_Expecter) FlixScriptFileNameFN ¶
func (_e *OverflowClient_Expecter) FlixScriptFileNameFN(filename interface{}, outerOpts ...interface{}) *OverflowClient_FlixScriptFileNameFN_Call
FlixScriptFileNameFN is a helper method to define mock.On call
- filename string
- outerOpts ...overflow.OverflowInteractionOption
func (*OverflowClient_Expecter) FlixTx ¶
func (_e *OverflowClient_Expecter) FlixTx(filename interface{}, opts ...interface{}) *OverflowClient_FlixTx_Call
FlixTx is a helper method to define mock.On call
- filename string
- opts ...overflow.OverflowInteractionOption
func (*OverflowClient_Expecter) FlixTxFN ¶
func (_e *OverflowClient_Expecter) FlixTxFN(outerOpts ...interface{}) *OverflowClient_FlixTxFN_Call
FlixTxFN is a helper method to define mock.On call
- outerOpts ...overflow.OverflowInteractionOption
func (*OverflowClient_Expecter) FlixTxFileNameFN ¶
func (_e *OverflowClient_Expecter) FlixTxFileNameFN(filename interface{}, outerOpts ...interface{}) *OverflowClient_FlixTxFileNameFN_Call
FlixTxFileNameFN is a helper method to define mock.On call
- filename string
- outerOpts ...overflow.OverflowInteractionOption
func (*OverflowClient_Expecter) GetAccount ¶
func (_e *OverflowClient_Expecter) GetAccount(ctx interface{}, key interface{}) *OverflowClient_GetAccount_Call
GetAccount is a helper method to define mock.On call
- ctx context.Context
- key string
func (*OverflowClient_Expecter) GetBlockAtHeight ¶
func (_e *OverflowClient_Expecter) GetBlockAtHeight(ctx interface{}, height interface{}) *OverflowClient_GetBlockAtHeight_Call
GetBlockAtHeight is a helper method to define mock.On call
- ctx context.Context
- height uint64
func (*OverflowClient_Expecter) GetBlockById ¶
func (_e *OverflowClient_Expecter) GetBlockById(ctx interface{}, blockId interface{}) *OverflowClient_GetBlockById_Call
GetBlockById is a helper method to define mock.On call
- ctx context.Context
- blockId string
func (*OverflowClient_Expecter) GetFreeCapacity ¶
func (_e *OverflowClient_Expecter) GetFreeCapacity(accountName interface{}) *OverflowClient_GetFreeCapacity_Call
GetFreeCapacity is a helper method to define mock.On call
- accountName string
func (*OverflowClient_Expecter) GetLatestBlock ¶
func (_e *OverflowClient_Expecter) GetLatestBlock(ctx interface{}) *OverflowClient_GetLatestBlock_Call
GetLatestBlock is a helper method to define mock.On call
- ctx context.Context
func (*OverflowClient_Expecter) GetNetwork ¶
func (_e *OverflowClient_Expecter) GetNetwork() *OverflowClient_GetNetwork_Call
GetNetwork is a helper method to define mock.On call
func (*OverflowClient_Expecter) GetOverflowTransactionById ¶
func (_e *OverflowClient_Expecter) GetOverflowTransactionById(ctx interface{}, id interface{}) *OverflowClient_GetOverflowTransactionById_Call
GetOverflowTransactionById is a helper method to define mock.On call
- ctx context.Context
- id flow.Identifier
func (*OverflowClient_Expecter) GetTransactionByBlockId ¶
func (_e *OverflowClient_Expecter) GetTransactionByBlockId(ctx interface{}, id interface{}) *OverflowClient_GetTransactionByBlockId_Call
GetTransactionByBlockId is a helper method to define mock.On call
- ctx context.Context
- id flow.Identifier
func (*OverflowClient_Expecter) GetTransactionById ¶
func (_e *OverflowClient_Expecter) GetTransactionById(ctx interface{}, id interface{}) *OverflowClient_GetTransactionById_Call
GetTransactionById is a helper method to define mock.On call
- ctx context.Context
- id flow.Identifier
func (*OverflowClient_Expecter) MintFlowTokens ¶
func (_e *OverflowClient_Expecter) MintFlowTokens(accountName interface{}, amount interface{}) *OverflowClient_MintFlowTokens_Call
MintFlowTokens is a helper method to define mock.On call
- accountName string
- amount float64
func (*OverflowClient_Expecter) ParseEvents ¶
func (_e *OverflowClient_Expecter) ParseEvents(events interface{}) *OverflowClient_ParseEvents_Call
ParseEvents is a helper method to define mock.On call
- events []flow.Event
func (*OverflowClient_Expecter) ParseEventsWithIdPrefix ¶
func (_e *OverflowClient_Expecter) ParseEventsWithIdPrefix(events interface{}, idPrefix interface{}) *OverflowClient_ParseEventsWithIdPrefix_Call
ParseEventsWithIdPrefix is a helper method to define mock.On call
- events []flow.Event
- idPrefix string
func (*OverflowClient_Expecter) QualifiedIdentifier ¶
func (_e *OverflowClient_Expecter) QualifiedIdentifier(contract interface{}, name interface{}) *OverflowClient_QualifiedIdentifier_Call
QualifiedIdentifier is a helper method to define mock.On call
- contract string
- name string
func (*OverflowClient_Expecter) QualifiedIdentifierFromSnakeCase ¶
func (_e *OverflowClient_Expecter) QualifiedIdentifierFromSnakeCase(typeName interface{}) *OverflowClient_QualifiedIdentifierFromSnakeCase_Call
QualifiedIdentifierFromSnakeCase is a helper method to define mock.On call
- typeName string
func (*OverflowClient_Expecter) Script ¶
func (_e *OverflowClient_Expecter) Script(filename interface{}, opts ...interface{}) *OverflowClient_Script_Call
Script is a helper method to define mock.On call
- filename string
- opts ...overflow.OverflowInteractionOption
func (*OverflowClient_Expecter) ScriptFN ¶
func (_e *OverflowClient_Expecter) ScriptFN(outerOpts ...interface{}) *OverflowClient_ScriptFN_Call
ScriptFN is a helper method to define mock.On call
- outerOpts ...overflow.OverflowInteractionOption
func (*OverflowClient_Expecter) ScriptFileNameFN ¶
func (_e *OverflowClient_Expecter) ScriptFileNameFN(filename interface{}, outerOpts ...interface{}) *OverflowClient_ScriptFileNameFN_Call
ScriptFileNameFN is a helper method to define mock.On call
- filename string
- outerOpts ...overflow.OverflowInteractionOption
func (*OverflowClient_Expecter) SignUserMessage ¶
func (_e *OverflowClient_Expecter) SignUserMessage(account interface{}, message interface{}) *OverflowClient_SignUserMessage_Call
SignUserMessage is a helper method to define mock.On call
- account string
- message string
func (*OverflowClient_Expecter) Tx ¶
func (_e *OverflowClient_Expecter) Tx(filename interface{}, opts ...interface{}) *OverflowClient_Tx_Call
Tx is a helper method to define mock.On call
- filename string
- opts ...overflow.OverflowInteractionOption
func (*OverflowClient_Expecter) TxFN ¶
func (_e *OverflowClient_Expecter) TxFN(outerOpts ...interface{}) *OverflowClient_TxFN_Call
TxFN is a helper method to define mock.On call
- outerOpts ...overflow.OverflowInteractionOption
func (*OverflowClient_Expecter) TxFileNameFN ¶
func (_e *OverflowClient_Expecter) TxFileNameFN(filename interface{}, outerOpts ...interface{}) *OverflowClient_TxFileNameFN_Call
TxFileNameFN is a helper method to define mock.On call
- filename string
- outerOpts ...overflow.OverflowInteractionOption
func (*OverflowClient_Expecter) UploadFile ¶
func (_e *OverflowClient_Expecter) UploadFile(filename interface{}, accountName interface{}) *OverflowClient_UploadFile_Call
UploadFile is a helper method to define mock.On call
- filename string
- accountName string
func (*OverflowClient_Expecter) UploadImageAsDataUrl ¶
func (_e *OverflowClient_Expecter) UploadImageAsDataUrl(filename interface{}, accountName interface{}) *OverflowClient_UploadImageAsDataUrl_Call
UploadImageAsDataUrl is a helper method to define mock.On call
- filename string
- accountName string
func (*OverflowClient_Expecter) UploadString ¶
func (_e *OverflowClient_Expecter) UploadString(content interface{}, accountName interface{}) *OverflowClient_UploadString_Call
UploadString is a helper method to define mock.On call
- content string
- accountName string
type OverflowClient_FillUpStorage_Call ¶
OverflowClient_FillUpStorage_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FillUpStorage'
func (*OverflowClient_FillUpStorage_Call) Return ¶
func (_c *OverflowClient_FillUpStorage_Call) Return(_a0 *overflow.OverflowState) *OverflowClient_FillUpStorage_Call
func (*OverflowClient_FillUpStorage_Call) Run ¶
func (_c *OverflowClient_FillUpStorage_Call) Run(run func(accountName string)) *OverflowClient_FillUpStorage_Call
func (*OverflowClient_FillUpStorage_Call) RunAndReturn ¶
func (_c *OverflowClient_FillUpStorage_Call) RunAndReturn(run func(string) *overflow.OverflowState) *OverflowClient_FillUpStorage_Call
type OverflowClient_FlixScriptFN_Call ¶
OverflowClient_FlixScriptFN_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FlixScriptFN'
func (*OverflowClient_FlixScriptFN_Call) Return ¶
func (_c *OverflowClient_FlixScriptFN_Call) Return(_a0 overflow.OverflowScriptFunction) *OverflowClient_FlixScriptFN_Call
func (*OverflowClient_FlixScriptFN_Call) Run ¶
func (_c *OverflowClient_FlixScriptFN_Call) Run(run func(outerOpts ...overflow.OverflowInteractionOption)) *OverflowClient_FlixScriptFN_Call
func (*OverflowClient_FlixScriptFN_Call) RunAndReturn ¶
func (_c *OverflowClient_FlixScriptFN_Call) RunAndReturn(run func(...overflow.OverflowInteractionOption) overflow.OverflowScriptFunction) *OverflowClient_FlixScriptFN_Call
type OverflowClient_FlixScriptFileNameFN_Call ¶
OverflowClient_FlixScriptFileNameFN_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FlixScriptFileNameFN'
func (*OverflowClient_FlixScriptFileNameFN_Call) Run ¶
func (_c *OverflowClient_FlixScriptFileNameFN_Call) Run(run func(filename string, outerOpts ...overflow.OverflowInteractionOption)) *OverflowClient_FlixScriptFileNameFN_Call
func (*OverflowClient_FlixScriptFileNameFN_Call) RunAndReturn ¶
func (_c *OverflowClient_FlixScriptFileNameFN_Call) RunAndReturn(run func(string, ...overflow.OverflowInteractionOption) overflow.OverflowScriptOptsFunction) *OverflowClient_FlixScriptFileNameFN_Call
type OverflowClient_FlixScript_Call ¶
OverflowClient_FlixScript_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FlixScript'
func (*OverflowClient_FlixScript_Call) Return ¶
func (_c *OverflowClient_FlixScript_Call) Return(_a0 *overflow.OverflowScriptResult) *OverflowClient_FlixScript_Call
func (*OverflowClient_FlixScript_Call) Run ¶
func (_c *OverflowClient_FlixScript_Call) Run(run func(filename string, opts ...overflow.OverflowInteractionOption)) *OverflowClient_FlixScript_Call
func (*OverflowClient_FlixScript_Call) RunAndReturn ¶
func (_c *OverflowClient_FlixScript_Call) RunAndReturn(run func(string, ...overflow.OverflowInteractionOption) *overflow.OverflowScriptResult) *OverflowClient_FlixScript_Call
type OverflowClient_FlixTxFN_Call ¶
OverflowClient_FlixTxFN_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FlixTxFN'
func (*OverflowClient_FlixTxFN_Call) Return ¶
func (_c *OverflowClient_FlixTxFN_Call) Return(_a0 overflow.OverflowTransactionFunction) *OverflowClient_FlixTxFN_Call
func (*OverflowClient_FlixTxFN_Call) Run ¶
func (_c *OverflowClient_FlixTxFN_Call) Run(run func(outerOpts ...overflow.OverflowInteractionOption)) *OverflowClient_FlixTxFN_Call
func (*OverflowClient_FlixTxFN_Call) RunAndReturn ¶
func (_c *OverflowClient_FlixTxFN_Call) RunAndReturn(run func(...overflow.OverflowInteractionOption) overflow.OverflowTransactionFunction) *OverflowClient_FlixTxFN_Call
type OverflowClient_FlixTxFileNameFN_Call ¶
OverflowClient_FlixTxFileNameFN_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FlixTxFileNameFN'
func (*OverflowClient_FlixTxFileNameFN_Call) Run ¶
func (_c *OverflowClient_FlixTxFileNameFN_Call) Run(run func(filename string, outerOpts ...overflow.OverflowInteractionOption)) *OverflowClient_FlixTxFileNameFN_Call
func (*OverflowClient_FlixTxFileNameFN_Call) RunAndReturn ¶
func (_c *OverflowClient_FlixTxFileNameFN_Call) RunAndReturn(run func(string, ...overflow.OverflowInteractionOption) overflow.OverflowTransactionOptsFunction) *OverflowClient_FlixTxFileNameFN_Call
type OverflowClient_FlixTx_Call ¶
OverflowClient_FlixTx_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FlixTx'
func (*OverflowClient_FlixTx_Call) Return ¶
func (_c *OverflowClient_FlixTx_Call) Return(_a0 *overflow.OverflowResult) *OverflowClient_FlixTx_Call
func (*OverflowClient_FlixTx_Call) Run ¶
func (_c *OverflowClient_FlixTx_Call) Run(run func(filename string, opts ...overflow.OverflowInteractionOption)) *OverflowClient_FlixTx_Call
func (*OverflowClient_FlixTx_Call) RunAndReturn ¶
func (_c *OverflowClient_FlixTx_Call) RunAndReturn(run func(string, ...overflow.OverflowInteractionOption) *overflow.OverflowResult) *OverflowClient_FlixTx_Call
type OverflowClient_GetAccount_Call ¶
OverflowClient_GetAccount_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAccount'
func (*OverflowClient_GetAccount_Call) Return ¶
func (_c *OverflowClient_GetAccount_Call) Return(_a0 *flow.Account, _a1 error) *OverflowClient_GetAccount_Call
func (*OverflowClient_GetAccount_Call) Run ¶
func (_c *OverflowClient_GetAccount_Call) Run(run func(ctx context.Context, key string)) *OverflowClient_GetAccount_Call
func (*OverflowClient_GetAccount_Call) RunAndReturn ¶
func (_c *OverflowClient_GetAccount_Call) RunAndReturn(run func(context.Context, string) (*flow.Account, error)) *OverflowClient_GetAccount_Call
type OverflowClient_GetBlockAtHeight_Call ¶
OverflowClient_GetBlockAtHeight_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBlockAtHeight'
func (*OverflowClient_GetBlockAtHeight_Call) Return ¶
func (_c *OverflowClient_GetBlockAtHeight_Call) Return(_a0 *flow.Block, _a1 error) *OverflowClient_GetBlockAtHeight_Call
func (*OverflowClient_GetBlockAtHeight_Call) Run ¶
func (_c *OverflowClient_GetBlockAtHeight_Call) Run(run func(ctx context.Context, height uint64)) *OverflowClient_GetBlockAtHeight_Call
func (*OverflowClient_GetBlockAtHeight_Call) RunAndReturn ¶
func (_c *OverflowClient_GetBlockAtHeight_Call) RunAndReturn(run func(context.Context, uint64) (*flow.Block, error)) *OverflowClient_GetBlockAtHeight_Call
type OverflowClient_GetBlockById_Call ¶
OverflowClient_GetBlockById_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBlockById'
func (*OverflowClient_GetBlockById_Call) Return ¶
func (_c *OverflowClient_GetBlockById_Call) Return(_a0 *flow.Block, _a1 error) *OverflowClient_GetBlockById_Call
func (*OverflowClient_GetBlockById_Call) Run ¶
func (_c *OverflowClient_GetBlockById_Call) Run(run func(ctx context.Context, blockId string)) *OverflowClient_GetBlockById_Call
func (*OverflowClient_GetBlockById_Call) RunAndReturn ¶
func (_c *OverflowClient_GetBlockById_Call) RunAndReturn(run func(context.Context, string) (*flow.Block, error)) *OverflowClient_GetBlockById_Call
type OverflowClient_GetFreeCapacity_Call ¶
OverflowClient_GetFreeCapacity_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFreeCapacity'
func (*OverflowClient_GetFreeCapacity_Call) Return ¶
func (_c *OverflowClient_GetFreeCapacity_Call) Return(_a0 int) *OverflowClient_GetFreeCapacity_Call
func (*OverflowClient_GetFreeCapacity_Call) Run ¶
func (_c *OverflowClient_GetFreeCapacity_Call) Run(run func(accountName string)) *OverflowClient_GetFreeCapacity_Call
func (*OverflowClient_GetFreeCapacity_Call) RunAndReturn ¶
func (_c *OverflowClient_GetFreeCapacity_Call) RunAndReturn(run func(string) int) *OverflowClient_GetFreeCapacity_Call
type OverflowClient_GetLatestBlock_Call ¶
OverflowClient_GetLatestBlock_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLatestBlock'
func (*OverflowClient_GetLatestBlock_Call) Return ¶
func (_c *OverflowClient_GetLatestBlock_Call) Return(_a0 *flow.Block, _a1 error) *OverflowClient_GetLatestBlock_Call
func (*OverflowClient_GetLatestBlock_Call) Run ¶
func (_c *OverflowClient_GetLatestBlock_Call) Run(run func(ctx context.Context)) *OverflowClient_GetLatestBlock_Call
func (*OverflowClient_GetLatestBlock_Call) RunAndReturn ¶
func (_c *OverflowClient_GetLatestBlock_Call) RunAndReturn(run func(context.Context) (*flow.Block, error)) *OverflowClient_GetLatestBlock_Call
type OverflowClient_GetNetwork_Call ¶
OverflowClient_GetNetwork_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNetwork'
func (*OverflowClient_GetNetwork_Call) Return ¶
func (_c *OverflowClient_GetNetwork_Call) Return(_a0 string) *OverflowClient_GetNetwork_Call
func (*OverflowClient_GetNetwork_Call) Run ¶
func (_c *OverflowClient_GetNetwork_Call) Run(run func()) *OverflowClient_GetNetwork_Call
func (*OverflowClient_GetNetwork_Call) RunAndReturn ¶
func (_c *OverflowClient_GetNetwork_Call) RunAndReturn(run func() string) *OverflowClient_GetNetwork_Call
type OverflowClient_GetOverflowTransactionById_Call ¶
OverflowClient_GetOverflowTransactionById_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOverflowTransactionById'
func (*OverflowClient_GetOverflowTransactionById_Call) Return ¶
func (_c *OverflowClient_GetOverflowTransactionById_Call) Return(_a0 *overflow.OverflowTransaction, _a1 error) *OverflowClient_GetOverflowTransactionById_Call
func (*OverflowClient_GetOverflowTransactionById_Call) Run ¶
func (_c *OverflowClient_GetOverflowTransactionById_Call) Run(run func(ctx context.Context, id flow.Identifier)) *OverflowClient_GetOverflowTransactionById_Call
func (*OverflowClient_GetOverflowTransactionById_Call) RunAndReturn ¶
func (_c *OverflowClient_GetOverflowTransactionById_Call) RunAndReturn(run func(context.Context, flow.Identifier) (*overflow.OverflowTransaction, error)) *OverflowClient_GetOverflowTransactionById_Call
type OverflowClient_GetTransactionByBlockId_Call ¶
OverflowClient_GetTransactionByBlockId_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTransactionByBlockId'
func (*OverflowClient_GetTransactionByBlockId_Call) Return ¶
func (_c *OverflowClient_GetTransactionByBlockId_Call) Return(_a0 []*flow.Transaction, _a1 []*flow.TransactionResult, _a2 error) *OverflowClient_GetTransactionByBlockId_Call
func (*OverflowClient_GetTransactionByBlockId_Call) Run ¶
func (_c *OverflowClient_GetTransactionByBlockId_Call) Run(run func(ctx context.Context, id flow.Identifier)) *OverflowClient_GetTransactionByBlockId_Call
func (*OverflowClient_GetTransactionByBlockId_Call) RunAndReturn ¶
func (_c *OverflowClient_GetTransactionByBlockId_Call) RunAndReturn(run func(context.Context, flow.Identifier) ([]*flow.Transaction, []*flow.TransactionResult, error)) *OverflowClient_GetTransactionByBlockId_Call
type OverflowClient_GetTransactionById_Call ¶
OverflowClient_GetTransactionById_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTransactionById'
func (*OverflowClient_GetTransactionById_Call) Return ¶
func (_c *OverflowClient_GetTransactionById_Call) Return(_a0 *flow.Transaction, _a1 error) *OverflowClient_GetTransactionById_Call
func (*OverflowClient_GetTransactionById_Call) Run ¶
func (_c *OverflowClient_GetTransactionById_Call) Run(run func(ctx context.Context, id flow.Identifier)) *OverflowClient_GetTransactionById_Call
func (*OverflowClient_GetTransactionById_Call) RunAndReturn ¶
func (_c *OverflowClient_GetTransactionById_Call) RunAndReturn(run func(context.Context, flow.Identifier) (*flow.Transaction, error)) *OverflowClient_GetTransactionById_Call
type OverflowClient_MintFlowTokens_Call ¶
OverflowClient_MintFlowTokens_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MintFlowTokens'
func (*OverflowClient_MintFlowTokens_Call) Return ¶
func (_c *OverflowClient_MintFlowTokens_Call) Return(_a0 *overflow.OverflowState) *OverflowClient_MintFlowTokens_Call
func (*OverflowClient_MintFlowTokens_Call) Run ¶
func (_c *OverflowClient_MintFlowTokens_Call) Run(run func(accountName string, amount float64)) *OverflowClient_MintFlowTokens_Call
func (*OverflowClient_MintFlowTokens_Call) RunAndReturn ¶
func (_c *OverflowClient_MintFlowTokens_Call) RunAndReturn(run func(string, float64) *overflow.OverflowState) *OverflowClient_MintFlowTokens_Call
type OverflowClient_ParseEventsWithIdPrefix_Call ¶
OverflowClient_ParseEventsWithIdPrefix_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ParseEventsWithIdPrefix'
func (*OverflowClient_ParseEventsWithIdPrefix_Call) Return ¶
func (_c *OverflowClient_ParseEventsWithIdPrefix_Call) Return(_a0 overflow.OverflowEvents, _a1 overflow.OverflowEvent) *OverflowClient_ParseEventsWithIdPrefix_Call
func (*OverflowClient_ParseEventsWithIdPrefix_Call) Run ¶
func (_c *OverflowClient_ParseEventsWithIdPrefix_Call) Run(run func(events []flow.Event, idPrefix string)) *OverflowClient_ParseEventsWithIdPrefix_Call
func (*OverflowClient_ParseEventsWithIdPrefix_Call) RunAndReturn ¶
func (_c *OverflowClient_ParseEventsWithIdPrefix_Call) RunAndReturn(run func([]flow.Event, string) (overflow.OverflowEvents, overflow.OverflowEvent)) *OverflowClient_ParseEventsWithIdPrefix_Call
type OverflowClient_ParseEvents_Call ¶
OverflowClient_ParseEvents_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ParseEvents'
func (*OverflowClient_ParseEvents_Call) Return ¶
func (_c *OverflowClient_ParseEvents_Call) Return(_a0 overflow.OverflowEvents, _a1 overflow.OverflowEvent) *OverflowClient_ParseEvents_Call
func (*OverflowClient_ParseEvents_Call) Run ¶
func (_c *OverflowClient_ParseEvents_Call) Run(run func(events []flow.Event)) *OverflowClient_ParseEvents_Call
func (*OverflowClient_ParseEvents_Call) RunAndReturn ¶
func (_c *OverflowClient_ParseEvents_Call) RunAndReturn(run func([]flow.Event) (overflow.OverflowEvents, overflow.OverflowEvent)) *OverflowClient_ParseEvents_Call
type OverflowClient_QualifiedIdentifierFromSnakeCase_Call ¶
OverflowClient_QualifiedIdentifierFromSnakeCase_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'QualifiedIdentifierFromSnakeCase'
func (*OverflowClient_QualifiedIdentifierFromSnakeCase_Call) Return ¶
func (_c *OverflowClient_QualifiedIdentifierFromSnakeCase_Call) Return(_a0 string, _a1 error) *OverflowClient_QualifiedIdentifierFromSnakeCase_Call
func (*OverflowClient_QualifiedIdentifierFromSnakeCase_Call) Run ¶
func (_c *OverflowClient_QualifiedIdentifierFromSnakeCase_Call) Run(run func(typeName string)) *OverflowClient_QualifiedIdentifierFromSnakeCase_Call
func (*OverflowClient_QualifiedIdentifierFromSnakeCase_Call) RunAndReturn ¶
func (_c *OverflowClient_QualifiedIdentifierFromSnakeCase_Call) RunAndReturn(run func(string) (string, error)) *OverflowClient_QualifiedIdentifierFromSnakeCase_Call
type OverflowClient_QualifiedIdentifier_Call ¶
OverflowClient_QualifiedIdentifier_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'QualifiedIdentifier'
func (*OverflowClient_QualifiedIdentifier_Call) Return ¶
func (_c *OverflowClient_QualifiedIdentifier_Call) Return(_a0 string, _a1 error) *OverflowClient_QualifiedIdentifier_Call
func (*OverflowClient_QualifiedIdentifier_Call) Run ¶
func (_c *OverflowClient_QualifiedIdentifier_Call) Run(run func(contract string, name string)) *OverflowClient_QualifiedIdentifier_Call
func (*OverflowClient_QualifiedIdentifier_Call) RunAndReturn ¶
func (_c *OverflowClient_QualifiedIdentifier_Call) RunAndReturn(run func(string, string) (string, error)) *OverflowClient_QualifiedIdentifier_Call
type OverflowClient_ScriptFN_Call ¶
OverflowClient_ScriptFN_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ScriptFN'
func (*OverflowClient_ScriptFN_Call) Return ¶
func (_c *OverflowClient_ScriptFN_Call) Return(_a0 overflow.OverflowScriptFunction) *OverflowClient_ScriptFN_Call
func (*OverflowClient_ScriptFN_Call) Run ¶
func (_c *OverflowClient_ScriptFN_Call) Run(run func(outerOpts ...overflow.OverflowInteractionOption)) *OverflowClient_ScriptFN_Call
func (*OverflowClient_ScriptFN_Call) RunAndReturn ¶
func (_c *OverflowClient_ScriptFN_Call) RunAndReturn(run func(...overflow.OverflowInteractionOption) overflow.OverflowScriptFunction) *OverflowClient_ScriptFN_Call
type OverflowClient_ScriptFileNameFN_Call ¶
OverflowClient_ScriptFileNameFN_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ScriptFileNameFN'
func (*OverflowClient_ScriptFileNameFN_Call) Return ¶
func (_c *OverflowClient_ScriptFileNameFN_Call) Return(_a0 overflow.OverflowScriptOptsFunction) *OverflowClient_ScriptFileNameFN_Call
func (*OverflowClient_ScriptFileNameFN_Call) Run ¶
func (_c *OverflowClient_ScriptFileNameFN_Call) Run(run func(filename string, outerOpts ...overflow.OverflowInteractionOption)) *OverflowClient_ScriptFileNameFN_Call
func (*OverflowClient_ScriptFileNameFN_Call) RunAndReturn ¶
func (_c *OverflowClient_ScriptFileNameFN_Call) RunAndReturn(run func(string, ...overflow.OverflowInteractionOption) overflow.OverflowScriptOptsFunction) *OverflowClient_ScriptFileNameFN_Call
type OverflowClient_Script_Call ¶
OverflowClient_Script_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Script'
func (*OverflowClient_Script_Call) Return ¶
func (_c *OverflowClient_Script_Call) Return(_a0 *overflow.OverflowScriptResult) *OverflowClient_Script_Call
func (*OverflowClient_Script_Call) Run ¶
func (_c *OverflowClient_Script_Call) Run(run func(filename string, opts ...overflow.OverflowInteractionOption)) *OverflowClient_Script_Call
func (*OverflowClient_Script_Call) RunAndReturn ¶
func (_c *OverflowClient_Script_Call) RunAndReturn(run func(string, ...overflow.OverflowInteractionOption) *overflow.OverflowScriptResult) *OverflowClient_Script_Call
type OverflowClient_SignUserMessage_Call ¶
OverflowClient_SignUserMessage_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SignUserMessage'
func (*OverflowClient_SignUserMessage_Call) Return ¶
func (_c *OverflowClient_SignUserMessage_Call) Return(_a0 string, _a1 error) *OverflowClient_SignUserMessage_Call
func (*OverflowClient_SignUserMessage_Call) Run ¶
func (_c *OverflowClient_SignUserMessage_Call) Run(run func(account string, message string)) *OverflowClient_SignUserMessage_Call
func (*OverflowClient_SignUserMessage_Call) RunAndReturn ¶
func (_c *OverflowClient_SignUserMessage_Call) RunAndReturn(run func(string, string) (string, error)) *OverflowClient_SignUserMessage_Call
type OverflowClient_TxFN_Call ¶
OverflowClient_TxFN_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TxFN'
func (*OverflowClient_TxFN_Call) Return ¶
func (_c *OverflowClient_TxFN_Call) Return(_a0 overflow.OverflowTransactionFunction) *OverflowClient_TxFN_Call
func (*OverflowClient_TxFN_Call) Run ¶
func (_c *OverflowClient_TxFN_Call) Run(run func(outerOpts ...overflow.OverflowInteractionOption)) *OverflowClient_TxFN_Call
func (*OverflowClient_TxFN_Call) RunAndReturn ¶
func (_c *OverflowClient_TxFN_Call) RunAndReturn(run func(...overflow.OverflowInteractionOption) overflow.OverflowTransactionFunction) *OverflowClient_TxFN_Call
type OverflowClient_TxFileNameFN_Call ¶
OverflowClient_TxFileNameFN_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TxFileNameFN'
func (*OverflowClient_TxFileNameFN_Call) Return ¶
func (_c *OverflowClient_TxFileNameFN_Call) Return(_a0 overflow.OverflowTransactionOptsFunction) *OverflowClient_TxFileNameFN_Call
func (*OverflowClient_TxFileNameFN_Call) Run ¶
func (_c *OverflowClient_TxFileNameFN_Call) Run(run func(filename string, outerOpts ...overflow.OverflowInteractionOption)) *OverflowClient_TxFileNameFN_Call
func (*OverflowClient_TxFileNameFN_Call) RunAndReturn ¶
func (_c *OverflowClient_TxFileNameFN_Call) RunAndReturn(run func(string, ...overflow.OverflowInteractionOption) overflow.OverflowTransactionOptsFunction) *OverflowClient_TxFileNameFN_Call
type OverflowClient_Tx_Call ¶
OverflowClient_Tx_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Tx'
func (*OverflowClient_Tx_Call) Return ¶
func (_c *OverflowClient_Tx_Call) Return(_a0 *overflow.OverflowResult) *OverflowClient_Tx_Call
func (*OverflowClient_Tx_Call) Run ¶
func (_c *OverflowClient_Tx_Call) Run(run func(filename string, opts ...overflow.OverflowInteractionOption)) *OverflowClient_Tx_Call
func (*OverflowClient_Tx_Call) RunAndReturn ¶
func (_c *OverflowClient_Tx_Call) RunAndReturn(run func(string, ...overflow.OverflowInteractionOption) *overflow.OverflowResult) *OverflowClient_Tx_Call
type OverflowClient_UploadFile_Call ¶
OverflowClient_UploadFile_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadFile'
func (*OverflowClient_UploadFile_Call) Return ¶
func (_c *OverflowClient_UploadFile_Call) Return(_a0 error) *OverflowClient_UploadFile_Call
func (*OverflowClient_UploadFile_Call) Run ¶
func (_c *OverflowClient_UploadFile_Call) Run(run func(filename string, accountName string)) *OverflowClient_UploadFile_Call
func (*OverflowClient_UploadFile_Call) RunAndReturn ¶
func (_c *OverflowClient_UploadFile_Call) RunAndReturn(run func(string, string) error) *OverflowClient_UploadFile_Call
type OverflowClient_UploadImageAsDataUrl_Call ¶
OverflowClient_UploadImageAsDataUrl_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadImageAsDataUrl'
func (*OverflowClient_UploadImageAsDataUrl_Call) Return ¶
func (_c *OverflowClient_UploadImageAsDataUrl_Call) Return(_a0 error) *OverflowClient_UploadImageAsDataUrl_Call
func (*OverflowClient_UploadImageAsDataUrl_Call) Run ¶
func (_c *OverflowClient_UploadImageAsDataUrl_Call) Run(run func(filename string, accountName string)) *OverflowClient_UploadImageAsDataUrl_Call
func (*OverflowClient_UploadImageAsDataUrl_Call) RunAndReturn ¶
func (_c *OverflowClient_UploadImageAsDataUrl_Call) RunAndReturn(run func(string, string) error) *OverflowClient_UploadImageAsDataUrl_Call
type OverflowClient_UploadString_Call ¶
OverflowClient_UploadString_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UploadString'
func (*OverflowClient_UploadString_Call) Return ¶
func (_c *OverflowClient_UploadString_Call) Return(_a0 error) *OverflowClient_UploadString_Call
func (*OverflowClient_UploadString_Call) Run ¶
func (_c *OverflowClient_UploadString_Call) Run(run func(content string, accountName string)) *OverflowClient_UploadString_Call
func (*OverflowClient_UploadString_Call) RunAndReturn ¶
func (_c *OverflowClient_UploadString_Call) RunAndReturn(run func(string, string) error) *OverflowClient_UploadString_Call