Documentation ¶
Overview ¶
Code generated by mockery v1.0.0. DO NOT EDIT.
Index ¶
- type Keystore
- func (_m *Keystore) CosignerIndex() int
- func (_m *Keystore) ExtendedPublicKey(_a0 signing.AbsoluteKeypath) (*hdkeychain.ExtendedKey, error)
- func (_m *Keystore) HasSecureOutput() bool
- func (_m *Keystore) Identifier() (string, error)
- func (_m *Keystore) OutputAddress(_a0 signing.AbsoluteKeypath, _a1 signing.ScriptType, _a2 coin.Coin) error
- func (_m *Keystore) SignTransaction(_a0 coin.ProposedTransaction) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keystore ¶
Keystore is an autogenerated mock type for the Keystore type
func (*Keystore) CosignerIndex ¶
CosignerIndex provides a mock function with given fields:
func (*Keystore) ExtendedPublicKey ¶
func (_m *Keystore) ExtendedPublicKey(_a0 signing.AbsoluteKeypath) (*hdkeychain.ExtendedKey, error)
ExtendedPublicKey provides a mock function with given fields: _a0
func (*Keystore) HasSecureOutput ¶
HasSecureOutput provides a mock function with given fields:
func (*Keystore) Identifier ¶
Identifier provides a mock function with given fields:
func (*Keystore) OutputAddress ¶
func (_m *Keystore) OutputAddress(_a0 signing.AbsoluteKeypath, _a1 signing.ScriptType, _a2 coin.Coin) error
OutputAddress provides a mock function with given fields: _a0, _a1, _a2
func (*Keystore) SignTransaction ¶
func (_m *Keystore) SignTransaction(_a0 coin.ProposedTransaction) error
SignTransaction provides a mock function with given fields: _a0
Click to show internal directories.
Click to hide internal directories.