Search Results for

    Show / Hide Table of Contents

    Class SmartRollupsQuery

    Rpc query to access the smart rollups data

    Inheritance
    System.Object
    RpcQuery
    SmartRollupsQuery
    Inherited Members
    RpcQuery.ToString()
    Namespace: Netezos.Rpc.Queries
    Assembly: Netezos.dll
    Syntax
    public class SmartRollupsQuery : RpcQuery

    Properties

    | Improve this Doc View Source

    All

    Returns the currently active staking parameters for the given delegate.

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

    Item[String]

    Rpc query to access a smart rollup

    Declaration
    public SmartRollupQuery this[string address] { get; }
    Parameters
    Type Name Description
    System.String address

    Address of the smart rollup

    Property Value
    Type Description
    SmartRollupQuery
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad