publicKey property
Public key bytes. Can be either compressed (33 bytes) or x-only (32 bytes).
Implementation
@$pb.TagNumber(1)
$core.List<$core.int> get publicKey => $_getN(0);
Public key bytes. Can be either compressed (33 bytes) or x-only (32 bytes).
@$pb.TagNumber(1)
$core.List<$core.int> get publicKey => $_getN(0);