Class InboxProof
Inheritance
System.Object
InboxProof
Assembly: Netezos.dll
Syntax
public class InboxProof : InputProof
Properties
|
Improve this Doc
View Source
Declaration
public override string InputProofKind { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
Level
Declaration
public int Level { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MessageCounter
Declaration
public long MessageCounter { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Proof
Declaration
public byte[] Proof { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|