xpub property
base58 encoded string for xpub, https://en.bitcoin.it/wiki/BIP_0032#Serialization_format
Implementation
@$pb.TagNumber(1)
$core.String get xpub => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set xpub($core.String value) => $_setString(0, value);