Documentation ¶
Index ¶
- type Helper
- func (_m *Helper) AllAccounts(_a0 context.Context, _a1 storage.DatabaseTransaction) ([]*types.AccountIdentifier, error)
- func (_m *Helper) Balance(_a0 context.Context, _a1 storage.DatabaseTransaction, ...) (*types.Amount, error)
- func (_m *Helper) Coins(_a0 context.Context, _a1 storage.DatabaseTransaction, ...) ([]*types.Coin, error)
- func (_m *Helper) Derive(_a0 context.Context, _a1 *types.NetworkIdentifier, _a2 *types.PublicKey, ...) (*types.AccountIdentifier, map[string]interface{}, error)
- func (_m *Helper) LockedAccounts(_a0 context.Context, _a1 storage.DatabaseTransaction) ([]*types.AccountIdentifier, error)
- func (_m *Helper) StoreKey(_a0 context.Context, _a1 storage.DatabaseTransaction, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Helper ¶
Helper is an autogenerated mock type for the Helper type
func (*Helper) AllAccounts ¶
func (_m *Helper) AllAccounts(_a0 context.Context, _a1 storage.DatabaseTransaction) ([]*types.AccountIdentifier, error)
AllAccounts provides a mock function with given fields: _a0, _a1
func (*Helper) Balance ¶
func (_m *Helper) Balance(_a0 context.Context, _a1 storage.DatabaseTransaction, _a2 *types.AccountIdentifier, _a3 *types.Currency) (*types.Amount, error)
Balance provides a mock function with given fields: _a0, _a1, _a2, _a3
func (*Helper) Coins ¶
func (_m *Helper) Coins(_a0 context.Context, _a1 storage.DatabaseTransaction, _a2 *types.AccountIdentifier, _a3 *types.Currency) ([]*types.Coin, error)
Coins provides a mock function with given fields: _a0, _a1, _a2, _a3
func (*Helper) Derive ¶
func (_m *Helper) Derive(_a0 context.Context, _a1 *types.NetworkIdentifier, _a2 *types.PublicKey, _a3 map[string]interface{}) (*types.AccountIdentifier, map[string]interface{}, error)
Derive provides a mock function with given fields: _a0, _a1, _a2, _a3
func (*Helper) LockedAccounts ¶
func (_m *Helper) LockedAccounts(_a0 context.Context, _a1 storage.DatabaseTransaction) ([]*types.AccountIdentifier, error)
LockedAccounts provides a mock function with given fields: _a0, _a1
Click to show internal directories.
Click to hide internal directories.