Flow.Net
Show / Hide Table of Contents

Class BlockPayload

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

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

Block_seals

Declaration
[JsonProperty("block_seals", Required = Required.Always)]
[Required]
public ICollection<BlockSeal> Block_seals { get; set; }
Property Value
Type Description
ICollection<BlockSeal>
| Improve this Doc View Source

Collection_guarantees

Declaration
[JsonProperty("collection_guarantees", Required = Required.Always)]
[Required]
public ICollection<CollectionGuarantee> Collection_guarantees { get; set; }
Property Value
Type Description
ICollection<CollectionGuarantee>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX