Class SlotIsFilter
Filter contract state data by slot ID.
Implements
Inherited Members
Namespace: Hiero.Mirror.Filters
Assembly: Hiero.dll
Syntax
public class SlotIsFilter : IMirrorQueryFilter
Constructors
| Edit this page View SourceSlotIsFilter(BigInteger)
Constructor requires the slot to filter the request by.
Declaration
public SlotIsFilter(BigInteger slot)
Parameters
| Type | Name | Description |
|---|---|---|
| BigInteger | slot | The ID of the slot to filter the response by. |
Properties
| Edit this page View SourceName
The query parameter name recognized by the remote mirror node.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Value
The value of the query parameter sent to the mirror node.
Declaration
public string Value { get; }
Property Value
| Type | Description |
|---|---|
| string |