Skip to content

WalletDescriptor (Class)

Describes a wallet file in the wallet store.

Pairs the on-disk wallet filename with its optional user-assigned title. Returned by Wallet.wallet_enumerate.

filename property

filename: str

The on-disk filename of the wallet.

title property

title: Optional[str]

The user-assigned wallet title, or None if unset.

__repr__

__repr__() -> str

The string representation.

RETURNS DESCRIPTION
str

The WalletDescriptor as a string.

TYPE: str