Class FlowBlockPayload
Namespace: Flow.Net.Sdk.Core.Models
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class FlowBlockPayload
Properties
| Improve this Doc View SourceCollectionGuarantees
Declaration
public IEnumerable<FlowCollectionGuarantee> CollectionGuarantees { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<FlowCollectionGuarantee> |
Seals
Declaration
public IEnumerable<FlowBlockSeal> Seals { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<FlowBlockSeal> |