Class FlowCollectionGuarantee
Namespace: Flow.Net.Sdk.Core.Models
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class FlowCollectionGuarantee
Properties
| Improve this Doc View SourceCollectionId
Declaration
public string CollectionId { get; set; }
Property Value
Type | Description |
---|---|
String |
Signature
Declaration
public byte[] Signature { get; set; }
Property Value
Type | Description |
---|---|
Byte[] |
SignerIds
Declaration
public IEnumerable<string> SignerIds { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<String> |