Class ContractsQuery
Rpc query to access all existing contracts
Namespace: Netezos.Rpc.Queries
Assembly: Netezos.dll
Syntax
public class ContractsQuery : RpcObject
Properties
| Improve this Doc View SourceItem[String]
Gets the query to the complete status of a contract by address
Declaration
public ContractQuery this[string address] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | address | Address of the contract |
Property Value
Type | Description |
---|---|
ContractQuery |