Class RawContractQuery
Rpc query to access contract data
Inheritance
System.Object
RawContractQuery
Assembly: Netezos.dll
Syntax
public class RawContractQuery : DeepRpcObject
Properties
|
Improve this Doc
View Source
Balance
Gets the query to the balance of a contract
Declaration
public RpcObject Balance { get; }
Property Value
|
Improve this Doc
View Source
BigMap
Gets the query to the value associated with a key in the big map storage of the contract
Declaration
public RpcObject BigMap { get; }
Property Value
|
Improve this Doc
View Source
Change
Gets the query to contract's change
Declaration
public RpcObject Change { get; }
Property Value
|
Improve this Doc
View Source
Code
Gets the query to contract's code
Declaration
public RpcObject Code { get; }
Property Value
|
Improve this Doc
View Source
Counter
Gets the query to the counter of a contract, if any
Declaration
public RpcObject Counter { get; }
Property Value
|
Improve this Doc
View Source
Delegatable
Gets the query to the flag, indicating if the contract delegate can be changed
Declaration
public RpcObject Delegatable { get; }
Property Value
|
Improve this Doc
View Source
Delegate
Gets the query to the delegate of a contract, if any
Declaration
public RpcObject Delegate { get; }
Property Value
|
Improve this Doc
View Source
Delegated
Gets the query to all contracts delegated to this contract
Declaration
public DeepRpcDictionary<string, RpcObject> Delegated { get; }
Property Value
|
Improve this Doc
View Source
DelegateDesactivation
Declaration
public RpcObject DelegateDesactivation { get; }
Property Value
|
Improve this Doc
View Source
FrozenBalance
Gets the query to the frozen balances
Declaration
public DeepRpcDictionary<int, FrozenBalanceQuery> FrozenBalance { get; }
Property Value
|
Improve this Doc
View Source
FrozenDeposits
Gets the query to the frozen deposits
Declaration
public RpcObject FrozenDeposits { get; }
Property Value
|
Improve this Doc
View Source
InactiveDelegate
Declaration
public RpcObject InactiveDelegate { get; }
Property Value
|
Improve this Doc
View Source
Manager
Gets the query to the manager of a contract
Declaration
public RpcObject Manager { get; }
Property Value
|
Improve this Doc
View Source
PaidBytes
Gets the query to the paid bytes
Declaration
public RpcObject PaidBytes { get; }
Property Value
|
Improve this Doc
View Source
RollList
Gets the query to the roll list
Declaration
public RpcObject RollList { get; }
Property Value
|
Improve this Doc
View Source
Spendable
Gets the query to the flag, indicating if the contract tokens can be spent by the manager
Declaration
public RpcObject Spendable { get; }
Property Value
|
Improve this Doc
View Source
Storage
Gets the query to the data of the contract's storage
Declaration
public RpcObject Storage { get; }
Property Value
|
Improve this Doc
View Source
UsedBytes
Gets the query to the used bytes
Declaration
public RpcObject UsedBytes { get; }
Property Value