BaseSigner<T extends BaseAccount, R extends SignablePayload, E>  class 
    abstract
 
Constructors
Properties
Methods
- 
  lock(String? passphrase) → Future< void> ?
- 
  
  inherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  sign(R payload, {SignType? signType = SignType.ed25519, SigningCallback? callback}) → Future< E> 
- 
  
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  unlock(String passphrase, {String? keystore}) → Future< void> ?
- 
  
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited