Search Results for

    Show / Hide Table of Contents

    Class EntrypointsQuery

    Rpc query to access the contract entrypoints

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

    Properties

    | Improve this Doc View Source

    Item[String]

    Return the type of the given entrypoint of the contract

    Declaration
    public RpcObject this[string entrypoint] { get; }
    Parameters
    Type Name Description
    System.String entrypoint

    Entrypoint of the contract

    Property Value
    Type Description
    RpcObject
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad