Gets the sign type.
The sign type.
Signs a message and returns signature only. This method is not implemented and should be overridden by subclasses.
A promise that resolves to the signature as a string.
Signs a transaction without preparing information for it. This method is not implemented and should be overridden by subclasses.
A promise that resolves to the signed Transaction object.
prepare a transaction before signing. This method is not implemented and should be overridden by subclasses.
A promise that resolves to the prepared Transaction object.
An abstract class representing a generic signer. This class provides methods to connect, get addresses, and sign transactions.