Namespace for CIP-142 methods.
Returns the "network magic," a unique number identifying the Cardano network.
Namespace for CIP-95 governance methods, supporting the Voltaire era.
Returns the wallet's active public DRep (Delegated Representative) key.
Returns public stake keys from the wallet that are currently registered for on-chain governance voting.
Returns public stake keys from the wallet that are NOT yet registered for on-chain governance voting.
Requests the user to sign arbitrary data with a specific address, compliant with CIP-8.
The Bech32-encoded address to sign with.
The hex-encoded data payload to be signed.
A promise that resolves to the signature and public key.
Requests the user to sign a given transaction.
The transaction to be signed, provided as a CBOR hex string.
If true, the wallet will only add its witness and not require all signatures to be present. This is for multi-signature transactions.
A promise that resolves to the CBOR hex string of the transaction witness set.
Represents a CIP-30 compatible Cardano wallet for dApp interaction.