Class ShardWithProof
Inheritance
System.Object
ShardWithProof
Namespace: Netezos.Forging.Models
Assembly: Netezos.dll
Syntax
public class ShardWithProof : object
Properties
| Improve this Doc View SourceProof
Declaration
public string Proof { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Shard
Declaration
public ShardData Shard { get; set; }
Property Value
Type | Description |
---|---|
ShardData |