Class BlockTxidsResponse
Inherited Members
Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
public class BlockTxidsResponse
Properties
| Edit this page View SourceBlocktxids
Declaration
[JsonProperty("blockTxids", Required = Required.Always)]
[Required]
public ICollection<string> Blocktxids { get; set; }
Property Value
| Type | Description |
|---|---|
| ICollection<string> |