Creates an instance of CkbSigner.
The client instance.
The name of the signer.
The icon URL of the signer.
Optional
_appUri: stringThe application URI.
Optional
_aggregatorUri: stringThe aggregator URI.
The connections repository.
Gets the signer type.
The type of the signer.
Gets the sign type.
The sign type.
Prepares a transaction.
The transaction-like object.
A promise that resolves to the prepared transaction.
Signs a transaction.
The transaction-like object.
A promise that resolves to the signed transaction.
Signs a raw message with the account.
The message to sign.
A promise that resolves to the signed message.
Class representing a CKB signer that extends Signer