TransactionSigner is just the methods on UserProfile that we need in MultiChainSigner. By only requiring this interface, we allow the use of other implementations with custom logic for key derivation, etc.
UserProfile
MultiChainSigner
Generated using TypeDoc
TransactionSigner is just the methods on
UserProfile
that we need inMultiChainSigner
. By only requiring this interface, we allow the use of other implementations with custom logic for key derivation, etc.