Search Results for

    Show / Hide Table of Contents

    Class InboxProof

    Inheritance
    System.Object
    InputProof
    InboxProof
    Namespace: Netezos.Forging.Models
    Assembly: Netezos.dll
    Syntax
    public class InboxProof : InputProof

    Properties

    | Improve this Doc View Source

    InputProofKind

    Declaration
    public override string InputProofKind { get; }
    Property Value
    Type Description
    System.String
    Overrides
    InputProof.InputProofKind
    | 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[]
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad