base58 property

String? base58

Implementation

String? get base58 => _bip32 != null ? _bip32!.neutered().toBase58() : null;