Search Results for

    Show / Hide Table of Contents

    Class SmartRollupQuery

    Rpc query to access contract data

    Inheritance
    System.Object
    RpcQuery
    RpcObject
    SmartRollupQuery
    Inherited Members
    RpcObject.GetAsync()
    RpcObject.GetAsync<T>()
    RpcQuery.ToString()
    Namespace: Netezos.Rpc.Queries
    Assembly: Netezos.dll
    Syntax
    public class SmartRollupQuery : RpcObject

    Properties

    | Improve this Doc View Source

    GenesisInfo

    Genesis information (level and commitment hash) for a smart rollup.

    Declaration
    public RpcObject GenesisInfo { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    InitialPvmStateHash

    Initial PVM state hash of smart rollup.

    Declaration
    public RpcObject InitialPvmStateHash { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    Kind

    Kind of smart rollup.

    Declaration
    public RpcObject Kind { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    LastCementedCommitmentHashWithLevel

    Declaration
    public RpcObject LastCementedCommitmentHashWithLevel { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    Stakers

    Declaration
    public RpcObject Stakers { get; }
    Property Value
    Type Description
    RpcObject
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad