Class GetBlockResponse
Inheritance
System.Object
GetBlockResponse
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.NeblioAPI
Assembly: VEDriversLite.NeblioAPI.dll
Syntax
public class GetBlockResponse
Properties
| Improve this Doc View SourceAdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
Bits
Block bits
Declaration
[JsonProperty("bits", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Bits { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Confirmations
Number of confirmations block has
Declaration
[JsonProperty("confirmations", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double? Confirmations { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Difficulty
Block difficulty
Declaration
[JsonProperty("difficulty", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double? Difficulty { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Flags
Hash of the next block on the chain
Declaration
[JsonProperty("flags")]
public string Flags { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Hash
Block hash
Declaration
[JsonProperty("hash", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Hash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Height
Block height
Declaration
[JsonProperty("height", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double? Height { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Merkleroot
Merkleroot of block
Declaration
[JsonProperty("merkleroot", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Merkleroot { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Nextblockhash
Hash of the next block on the chain
Declaration
[JsonProperty("nextblockhash", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Nextblockhash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Nonce
Block nonce
Declaration
[JsonProperty("nonce", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double? Nonce { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Previousblockhash
Hash of the previous block on the chain
Declaration
[JsonProperty("previousblockhash", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Previousblockhash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Reward
Number of NEBL awarded in this block
Declaration
[JsonProperty("reward", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double? Reward { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Size
Block size in bytes
Declaration
[JsonProperty("size", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double? Size { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Time
Block time relative to epoch
Declaration
[JsonProperty("time", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double? Time { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Tx
Array of tx ids in the block
Declaration
[JsonProperty("tx", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> Tx { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.String> |
Version
Block version
Declaration
[JsonProperty("version", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double? Version { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |