signingKey property
Key used to sign and check payload sent to the HTTP provider.
Implementation
@$pb.TagNumber(3)
$core.String get signingKey => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set signingKey($core.String value) => $_setString(2, value);