Creates an instance of BitcoinSigner.
The client instance.
The name of the signer.
The icon URL of the signer.
The address type.
Optional
_appUri: stringThe application URI.
The connections repository.
Readonly
nameThe name of the signer.
Readonly
iconThe icon URL of the signer.
Readonly
addressThe address type.
Signs a raw message with the Bitcoin account.
The message to sign.
A promise that resolves to the signed message.
Class representing a Bitcoin signer that extends SignerBtc