Search Results for

    Show / Hide Table of Contents

    Class RpcObject

    Rpc query to GET a json object

    Inheritance
    System.Object
    RpcQuery
    RpcObject
    DeepRpcObject
    AttestationRightsQuery
    BakingRightsQuery
    BigMapsQuery
    BlockQuery
    BlocksQuery
    ConstantsQuery
    ContractQuery
    ContractsQuery
    PublishedSlotHeadersQuery
    ShardsQuery
    DelegateQuery
    DelegatesQuery
    EntrypointsQuery
    FrozenBalanceQuery
    InjectionQuery
    RawBigMapQuery
    RawRollQuery
    ScriptQuery
    SmartRollupQuery
    SmartRollupsAllQuery
    StorageQuery
    ValidatorsQuery
    RpcArray<T>
    RpcDictionary<TKey, TValue>
    RpcObjectRaw
    Inherited Members
    RpcQuery.ToString()
    Namespace: Netezos.Rpc
    Assembly: Netezos.dll
    Syntax
    public class RpcObject : RpcQuery

    Methods

    | Improve this Doc View Source

    GetAsync()

    Executes the query and returns the dynamic json object

    Declaration
    public Task<dynamic> GetAsync()
    Returns
    Type Description
    Task<System.Object>
    | Improve this Doc View Source

    GetAsync<T>()

    Executes the query and returns the json object, deserialized to the specified type

    Declaration
    public Task<T> GetAsync<T>()
    Returns
    Type Description
    Task<T>
    Type Parameters
    Name Description
    T

    Type of the object to deserialize to

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad