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.
Disconnects to the signer.
A promise that resolves when the signer is disconnected.
Gets the Bitcoin account address.
A promise that resolves to the Bitcoin account address.
Gets the Bitcoin public key.
A promise that resolves to the Bitcoin public key.
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.
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