Search Results for

    Show / Hide Table of Contents

    Class ContractsQuery

    Rpc query to access all existing contracts

    Inheritance
    System.Object
    RpcQuery
    RpcObject
    ContractsQuery
    Inherited Members
    RpcObject.GetAsync()
    RpcObject.GetAsync<T>()
    RpcQuery.ToString()
    Namespace: Netezos.Rpc.Queries
    Assembly: Netezos.dll
    Syntax
    public class ContractsQuery : RpcObject

    Properties

    | Improve this Doc View Source

    Item[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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad