publicKey property
Public key of the signer (32 bytes). Used when transaction is going to be signed externally.
Implementation
@$pb.TagNumber(2)
$core.List<$core.int> get publicKey => $_getN(1);
Public key of the signer (32 bytes). Used when transaction is going to be signed externally.
@$pb.TagNumber(2)
$core.List<$core.int> get publicKey => $_getN(1);