Converts PSBT to Trezor sign parameters.
The hexadecimal representation of the partially signed bitcoin transaction (PSBT).
Additional parameters for signing.
The Trezor sign parameters.
Gets the extended public key (xpub) information from the Trezor device.
The derivation path.
The network type.
Resolves with the xpub information.
Initializes the connection with Trezor device.
Optional
options: { The options for initialization.
The manifest object containing email and appUrl.
Resolves once the initialization is complete.
Signs a message with the Trezor device.
The message to sign.
The derivation path.
The network type.
Resolves with the signature of the message.
Signs a transaction with the Trezor device.
The hexadecimal representation of the partially signed bitcoin transaction (PSBT).
Additional parameters for signing.
Resolves with the raw signed transaction.
Static
create
Represents an interface for Trezor device interactions.