Skip to content

PrvKeyDataInfo (Class)

Metadata describing a private key data entry stored in a wallet file.

Exposes the entry's id, optional user-assigned name, and whether the underlying key material requires a payment secret (BIP39 passphrase). Returned by Wallet.prv_key_data_enumerate.

id property

The private key data id.

is_encrypted property

is_encrypted: bool

Whether the private key data is encrypted at rest.

name property

name: Optional[str]

The user-assigned name of this private key data, or None if unset.

__repr__

__repr__() -> str

The string representation.

RETURNS DESCRIPTION
str

The PrvKeyDataInfo as a string.

TYPE: str