Search Results for

    Show / Hide Table of Contents

    Class RawContractQuery

    Rpc query to access contract data

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

    Properties

    | Improve this Doc View Source

    Balance

    Gets the query to the balance of a contract

    Declaration
    public RpcObject Balance { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    BigMap

    Gets the query to the value associated with a key in the big map storage of the contract

    Declaration
    public RpcObject BigMap { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    Change

    Gets the query to contract's change

    Declaration
    public RpcObject Change { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    Code

    Gets the query to contract's code

    Declaration
    public RpcObject Code { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    Counter

    Gets the query to the counter of a contract, if any

    Declaration
    public RpcObject Counter { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    Delegatable

    Gets the query to the flag, indicating if the contract delegate can be changed

    Declaration
    public RpcObject Delegatable { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    Delegate

    Gets the query to the delegate of a contract, if any

    Declaration
    public RpcObject Delegate { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    Delegated

    Gets the query to all contracts delegated to this contract

    Declaration
    public DeepRpcDictionary<string, RpcObject> Delegated { get; }
    Property Value
    Type Description
    DeepRpcDictionary<System.String, RpcObject>
    | Improve this Doc View Source

    DelegateDesactivation

    Declaration
    public RpcObject DelegateDesactivation { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    FrozenBalance

    Gets the query to the frozen balances

    Declaration
    public DeepRpcDictionary<int, FrozenBalanceQuery> FrozenBalance { get; }
    Property Value
    Type Description
    DeepRpcDictionary<System.Int32, FrozenBalanceQuery>
    | Improve this Doc View Source

    FrozenDeposits

    Gets the query to the frozen deposits

    Declaration
    public RpcObject FrozenDeposits { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    InactiveDelegate

    Declaration
    public RpcObject InactiveDelegate { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    Manager

    Gets the query to the manager of a contract

    Declaration
    public RpcObject Manager { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    PaidBytes

    Gets the query to the paid bytes

    Declaration
    public RpcObject PaidBytes { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    RollList

    Gets the query to the roll list

    Declaration
    public RpcObject RollList { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    Spendable

    Gets the query to the flag, indicating if the contract tokens can be spent by the manager

    Declaration
    public RpcObject Spendable { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    Storage

    Gets the query to the data of the contract's storage

    Declaration
    public RpcObject Storage { get; }
    Property Value
    Type Description
    RpcObject
    | Improve this Doc View Source

    UsedBytes

    Gets the query to the used bytes

    Declaration
    public RpcObject UsedBytes { get; }
    Property Value
    Type Description
    RpcObject
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad