Flow.Net
Show / Hide Table of Contents

Class FlowCollectionGuarantee

Inheritance
Object
FlowCollectionGuarantee
Namespace: Flow.Net.Sdk.Core.Models
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class FlowCollectionGuarantee

Properties

| Improve this Doc View Source

CollectionId

Declaration
public string CollectionId { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Signature

Declaration
public byte[] Signature { get; set; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

SignerIds

Declaration
public IEnumerable<string> SignerIds { get; set; }
Property Value
Type Description
IEnumerable<String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX