Flow.Net
Show / Hide Table of Contents

Class FlowBlockPayload

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

Properties

| Improve this Doc View Source

CollectionGuarantees

Declaration
public IEnumerable<FlowCollectionGuarantee> CollectionGuarantees { get; set; }
Property Value
Type Description
IEnumerable<FlowCollectionGuarantee>
| Improve this Doc View Source

Seals

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