Class StorageQuery
Access the data of the contract.
Namespace: Netezos.Rpc.Queries
Assembly: Netezos.dll
Syntax
public class StorageQuery : RpcObject
Properties
| Improve this Doc View SourceNormalized
Access the data of the contract and normalize it using the requested unparsing mode.
Declaration
public NormalizedQuery Normalized { get; }
Property Value
Type | Description |
---|---|
NormalizedQuery |
PaidSpace
Access the paid storage space of the contract.
Declaration
public RpcObject PaidSpace { get; }
Property Value
Type | Description |
---|---|
RpcObject |
UsedSpace
Access the used storage space of the contract.
Declaration
public RpcObject UsedSpace { get; }
Property Value
Type | Description |
---|---|
RpcObject |