Register a listener to be called when this signer is replaced.
A function for unregister
Connects to the provider by requesting authentication.
A promise that resolves when the connection is established.
Checks if the signer is connected.
A promise that resolves to true if connected, false otherwise.
Gets the internal address.
A promise that resolves to the internal address.
Gets the address objects.
A promise that resolves to an array of address objects.
Gets the identity of the signer.
A promise that resolves to the identity.
Signs a raw message with the personal account.
The message to sign.
A promise that resolves to the signed message.
prepare a transaction before signing.
The transaction to prepare, represented as a TransactionLike object.
A promise that resolves to the prepared Transaction object.
Signs a transaction without preparing information for it.
The transaction to sign, represented as a TransactionLike object.
A promise that resolves to the signed Transaction object.
Class representing a CKB signer that extends Signer from @ckb-ccc/core.