Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DisabledSingleSig ¶
type DisabledSingleSig struct { }
DisabledSingleSig represents a disabled singleSigner implementation
func (*DisabledSingleSig) IsInterfaceNil ¶
func (dss *DisabledSingleSig) IsInterfaceNil() bool
IsInterfaceNil returns true if there is no value under the interface
func (*DisabledSingleSig) Sign ¶
func (dss *DisabledSingleSig) Sign(_ crypto.PrivateKey, _ []byte) ([]byte, error)
Sign returns a mock signature value
Click to show internal directories.
Click to hide internal directories.