 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockKey ¶
type MockKey struct {
	Address    []byte
	PrivateKey [ed25519.PrivateKeySize]byte
	PublicKey  []byte
}
    Simple ed25519 key structure for mock purposes with ripemd160 address
type MockKeyClient ¶
type MockKeyClient struct {
	// contains filtered or unexported fields
}
    func NewMockKeyClient ¶
func NewMockKeyClient() *MockKeyClient
func (*MockKeyClient) NewKey ¶
func (mock *MockKeyClient) NewKey() (address []byte)
 Click to show internal directories. 
   Click to hide internal directories.