Generated by DocFX

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 Source

AdditionalProperties

Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>
| Improve this Doc View Source

Bits

Block bits

Declaration
[JsonProperty("bits", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Bits { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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>
| Improve this Doc View Source

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>
| Improve this Doc View Source

Flags

Hash of the next block on the chain

Declaration
[JsonProperty("flags")]
public string Flags { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Hash

Block hash

Declaration
[JsonProperty("hash", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Hash { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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>
| Improve this Doc View Source

Merkleroot

Merkleroot of block

Declaration
[JsonProperty("merkleroot", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Merkleroot { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

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>
| Improve this Doc View Source

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
| Improve this Doc View Source

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>
| Improve this Doc View Source

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>
| Improve this Doc View Source

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>
| Improve this Doc View Source

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>
| Improve this Doc View Source

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>