Flow.Net
Show / Hide Table of Contents

Class AggregatedSignature

Inheritance
Object
AggregatedSignature
Namespace: Flow.Net.Sdk.Client.Http
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
public class AggregatedSignature

Properties

| Improve this Doc View Source

AdditionalProperties

Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type Description
IDictionary<String, Object>
| Improve this Doc View Source

Signer_ids

Declaration
[JsonProperty("signer_ids", Required = Required.Always)]
[Required]
[MinLength(1)]
public ICollection<string> Signer_ids { get; set; }
Property Value
Type Description
ICollection<String>
| Improve this Doc View Source

Verifier_signatures

Declaration
[JsonProperty("verifier_signatures", Required = Required.Always)]
[Required]
[MinLength(1)]
public ICollection<byte[]> Verifier_signatures { get; set; }
Property Value
Type Description
ICollection<Byte[]>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX