Class EntrypointsQuery
Rpc query to access the contract entrypoints
Namespace: Netezos.Rpc.Queries
Assembly: Netezos.dll
Syntax
public class EntrypointsQuery : RpcObject
Properties
| Improve this Doc View SourceItem[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 |