Class DalPageProof
Inheritance
System.Object
DalPageProof
Assembly: Netezos.dll
Syntax
public class DalPageProof : RevealProofData
Properties
|
Improve this Doc
View Source
DalPageId
Declaration
public DalPageId DalPageId { get; set; }
Property Value
|
Improve this Doc
View Source
Proof
Declaration
public byte[] Proof { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
RevealProofDataKind
Declaration
public override string RevealProofDataKind { get; }
Property Value
Type |
Description |
System.String |
|
Overrides