Documentation
¶
Overview ¶
Noop remote signer implements the Signer interface using a no-op signer.
This is useful for testing and development purposes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NoopSigner ¶
type NoopSigner struct {
// contains filtered or unexported fields
}
NoopSigner implements the remote_signer.Signer interface. It generates a new Ed25519 key pair for each instance.
func (*NoopSigner) GetAddress ¶
func (n *NoopSigner) GetAddress() ([]byte, error)
GetAddress implements the Signer interface by returning the Ed25519 address.
Click to show internal directories.
Click to hide internal directories.