Class SmartRollupsQuery
Rpc query to access the smart rollups data
Inherited Members
Namespace: Netezos.Rpc.Queries
Assembly: Netezos.dll
Syntax
public class SmartRollupsQuery : RpcQuery
Properties
| Improve this Doc View SourceAll
Returns the currently active staking parameters for the given delegate.
Declaration
public SmartRollupsAllQuery All { get; }
Property Value
Type | Description |
---|---|
SmartRollupsAllQuery |
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 |