Search Results for

    Show / Hide Table of Contents

    Class TicketBalanceQuery

    Rpc query to access the contract's balance of ticket with specified ticketer, content type, and content.

    Inheritance
    System.Object
    RpcQuery
    RpcMethod
    TicketBalanceQuery
    Inherited Members
    RpcMethod.PostAsync(String)
    RpcMethod.PostAsync(Object)
    RpcMethod.PostAsync<T>(String)
    RpcMethod.PostAsync<T>(Object)
    RpcQuery.ToString()
    Namespace: Netezos.Rpc.Queries.Post
    Assembly: Netezos.dll
    Syntax
    public class TicketBalanceQuery : RpcMethod

    Methods

    | Improve this Doc View Source

    PostAsync(String, Object, Object)

    Gets the contract's balance of ticket with specified ticketer, content type, and content.

    Declaration
    public Task<dynamic> PostAsync(string ticketer, object contentType, object content)
    Parameters
    Type Name Description
    System.String ticketer

    Ticketer contract

    System.Object contentType

    Ticket content type

    System.Object content

    Ticket content

    Returns
    Type Description
    Task<System.Object>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad