Search Results for

    Show / Hide Table of Contents

    Class BlockHeader

    Inheritance
    System.Object
    BlockHeader
    Namespace: Netezos.Forging.Models
    Assembly: Netezos.dll
    Syntax
    public class BlockHeader : object

    Properties

    | Improve this Doc View Source

    Context

    Declaration
    public string Context { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Fitness

    Declaration
    public List<string> Fitness { get; set; }
    Property Value
    Type Description
    List<System.String>
    | Improve this Doc View Source

    Level

    Declaration
    public int Level { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    LiquidityBakingToggleVote

    Declaration
    public LBToggle LiquidityBakingToggleVote { get; set; }
    Property Value
    Type Description
    LBToggle
    | Improve this Doc View Source

    OperationsHash

    Declaration
    public string OperationsHash { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PayloadHash

    Declaration
    public string PayloadHash { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PayloadRound

    Declaration
    public int PayloadRound { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Predecessor

    Declaration
    public string Predecessor { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ProofOfWorkNonce

    Declaration
    public string ProofOfWorkNonce { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Proto

    Declaration
    public int Proto { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    SeedNonceHash

    Declaration
    public string? SeedNonceHash { get; set; }
    Property Value
    Type Description
    System.Nullable<System.String>
    | Improve this Doc View Source

    Signature

    Declaration
    public string Signature { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Timestamp

    Declaration
    public DateTime Timestamp { get; set; }
    Property Value
    Type Description
    DateTime
    | Improve this Doc View Source

    ValidationPass

    Declaration
    public int ValidationPass { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad