Class SmartRollupQuery
Rpc query to access contract data
Inheritance
System.Object
SmartRollupQuery
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
|
Improve this Doc
View Source
InitialPvmStateHash
Initial PVM state hash of smart rollup.
Declaration
public RpcObject InitialPvmStateHash { get; }
Property Value
|
Improve this Doc
View Source
Kind
Declaration
public RpcObject Kind { get; }
Property Value
|
Improve this Doc
View Source
LastCementedCommitmentHashWithLevel
Declaration
public RpcObject LastCementedCommitmentHashWithLevel { get; }
Property Value
|
Improve this Doc
View Source
Stakers
Declaration
public RpcObject Stakers { get; }
Property Value