Class CertifiedBlock
Inheritance
object
    CertifiedBlock
  Inherited Members
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
  Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
public class CertifiedBlock
  Properties
| Improve this Doc View SourceBlock
Declaration
[JsonProperty("block", Required = Required.Always)]
[Required]
public Block Block { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Block | 
Cert
Declaration
[JsonProperty("cert", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public byte[] Cert { get; set; }
  Property Value
| Type | Description | 
|---|---|
| byte[] |