Flow.Net
Show / Hide Table of Contents

Class CollectionGuarantee

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

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

Collection_id

Declaration
[JsonProperty("collection_id", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Collection_id { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Signature

Declaration
[JsonProperty("signature")]
[Required(AllowEmptyStrings = true)]
public byte[] Signature { get; set; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

Signer_ids

Declaration
[JsonProperty("signer_ids")]
[Required]
[MinLength(1)]
public ICollection<string> Signer_ids { get; set; }
Property Value
Type Description
ICollection<String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX