isPublicOnly property
bool
get
isPublicOnly
Checks if the wallet is public-only (no private keys).
Implementation
bool get isPublicOnly {
return bip44.isPublicOnly;
}
Checks if the wallet is public-only (no private keys).
bool get isPublicOnly {
return bip44.isPublicOnly;
}