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