Class Approval
Signature and Public Key of the signer.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Approval
Properties
| Edit this page View SourceSignature
Signature of a deploy or transaction.
Declaration
[JsonPropertyName("signature")]
[JsonConverter(typeof(Signature.SignatureConverter))]
public Signature Signature { get; init; }
Property Value
| Type | Description |
|---|---|
| Signature |
Signer
Public Key that generates the signature.
Declaration
[JsonPropertyName("signer")]
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey Signer { get; init; }
Property Value
| Type | Description |
|---|---|
| PublicKey |