Class FrozenBalanceQuery
Rpc query to get the frozen balances
Namespace: Netezos.Rpc.Queries
Assembly: Netezos.dll
Syntax
public class FrozenBalanceQuery : RpcObject
Properties
| Improve this Doc View SourceDeposits
Gets the query to the frozen deposits
Declaration
public BlockQuery Deposits { get; }
Property Value
Type | Description |
---|---|
BlockQuery |
Fees
Gets the query to the frozen fees
Declaration
public BlockQuery Fees { get; }
Property Value
Type | Description |
---|---|
BlockQuery |
Rewards
Gets the query to the frozen rewards
Declaration
public BlockQuery Rewards { get; }
Property Value
Type | Description |
---|---|
BlockQuery |