Documentation ¶
Overview ¶
AUTOGENERATED! Do not use.
Index ¶
- type Transaction
- func (_m *Transaction) ExecuteSmartContract(ctx context.Context, address string, funcName string, input interface{}, ...) (string, error)
- func (_m *Transaction) GetCallback() transaction.TransactionCallbackAwaitable
- func (_m *Transaction) GetHash() string
- func (_m *Transaction) GetScheme() zcncore.TransactionScheme
- func (_m *Transaction) GetTransactionOutput() string
- func (_m *Transaction) SetHash(_a0 string)
- func (_m *Transaction) Verify(ctx context.Context) error
- type TransactionCallbackAwaitable
- func (_m *TransactionCallbackAwaitable) OnAuthComplete(t *zcncore.Transaction, status int)
- func (_m *TransactionCallbackAwaitable) OnTransactionComplete(t *zcncore.Transaction, status int)
- func (_m *TransactionCallbackAwaitable) OnVerifyComplete(t *zcncore.Transaction, status int)
- func (_m *TransactionCallbackAwaitable) WaitCompleteCall(ctx context.Context) error
- func (_m *TransactionCallbackAwaitable) WaitVerifyCall(ctx context.Context) error
- type TransactionProvider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transaction ¶
Transaction is an autogenerated mock type for the Transaction type
func NewTransaction ¶
func NewTransaction(t mockConstructorTestingTNewTransaction) *Transaction
NewTransaction creates a new instance of Transaction. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*Transaction) ExecuteSmartContract ¶
func (_m *Transaction) ExecuteSmartContract(ctx context.Context, address string, funcName string, input interface{}, val uint64) (string, error)
ExecuteSmartContract provides a mock function with given fields: ctx, address, funcName, input, val
func (*Transaction) GetCallback ¶
func (_m *Transaction) GetCallback() transaction.TransactionCallbackAwaitable
GetCallback provides a mock function with given fields:
func (*Transaction) GetHash ¶
func (_m *Transaction) GetHash() string
GetHash provides a mock function with given fields:
func (*Transaction) GetScheme ¶
func (_m *Transaction) GetScheme() zcncore.TransactionScheme
GetScheme provides a mock function with given fields:
func (*Transaction) GetTransactionOutput ¶
func (_m *Transaction) GetTransactionOutput() string
GetTransactionOutput provides a mock function with given fields:
func (*Transaction) SetHash ¶
func (_m *Transaction) SetHash(_a0 string)
SetHash provides a mock function with given fields: _a0
type TransactionCallbackAwaitable ¶
TransactionCallbackAwaitable is an autogenerated mock type for the TransactionCallbackAwaitable type
func NewTransactionCallbackAwaitable ¶
func NewTransactionCallbackAwaitable(t mockConstructorTestingTNewTransactionCallbackAwaitable) *TransactionCallbackAwaitable
NewTransactionCallbackAwaitable creates a new instance of TransactionCallbackAwaitable. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*TransactionCallbackAwaitable) OnAuthComplete ¶
func (_m *TransactionCallbackAwaitable) OnAuthComplete(t *zcncore.Transaction, status int)
OnAuthComplete provides a mock function with given fields: t, status
func (*TransactionCallbackAwaitable) OnTransactionComplete ¶
func (_m *TransactionCallbackAwaitable) OnTransactionComplete(t *zcncore.Transaction, status int)
OnTransactionComplete provides a mock function with given fields: t, status
func (*TransactionCallbackAwaitable) OnVerifyComplete ¶
func (_m *TransactionCallbackAwaitable) OnVerifyComplete(t *zcncore.Transaction, status int)
OnVerifyComplete provides a mock function with given fields: t, status
func (*TransactionCallbackAwaitable) WaitCompleteCall ¶
func (_m *TransactionCallbackAwaitable) WaitCompleteCall(ctx context.Context) error
WaitCompleteCall provides a mock function with given fields: ctx
func (*TransactionCallbackAwaitable) WaitVerifyCall ¶
func (_m *TransactionCallbackAwaitable) WaitVerifyCall(ctx context.Context) error
WaitVerifyCall provides a mock function with given fields: ctx
type TransactionProvider ¶
TransactionProvider is an autogenerated mock type for the TransactionProvider type
func NewTransactionProvider ¶
func NewTransactionProvider(t mockConstructorTestingTNewTransactionProvider) *TransactionProvider
NewTransactionProvider creates a new instance of TransactionProvider. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*TransactionProvider) NewTransactionEntity ¶
func (_m *TransactionProvider) NewTransactionEntity(txnFee uint64) (transaction.Transaction, error)
NewTransactionEntity provides a mock function with given fields: txnFee