Class TicketBalanceQuery
Rpc query to access the contract's balance of ticket with specified ticketer, content type, and content.
Inherited Members
Namespace: Netmavryk.Rpc.Queries.Post
Assembly: Netmavryk.dll
Syntax
public class TicketBalanceQuery : RpcMethod
Methods
| Improve this Doc View SourcePostAsync(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> |