Search Results for

    Show / Hide Table of Contents

    Class RunScriptViewQuery

    Rpc query to access to a michelson script view

    Inheritance
    System.Object
    RpcQuery
    RpcMethod
    RunScriptViewQuery
    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 RunScriptViewQuery : RpcMethod

    Methods

    | Improve this Doc View Source

    PostAsync(String, String, Object, String, Nullable<String>, Nullable<String>, Nullable<Int64>, RunScriptViewQuery.UnparsingMode, Nullable<Int32>, Nullable<Int32>)

    Simulate a call to a michelson script view

    Declaration
    public Task<dynamic> PostAsync(string contract, string view, object input, string chainId = "NetXdQprcVkpaWU", string? source = null, string? payer = null, long? gas = null, RunScriptViewQuery.UnparsingMode mode = RunScriptViewQuery.UnparsingMode.Readable, int? now = null, int? level = null)
    Parameters
    Type Name Description
    System.String contract

    Contract

    System.String view

    View

    System.Object input

    Input(micheline michelson expression)

    System.String chainId

    Chain id

    System.Nullable<System.String> source

    Source (optional)

    System.Nullable<System.String> payer

    Payer (optional)

    System.Nullable<System.Int64> gas

    Gas limit (optional)

    RunScriptViewQuery.UnparsingMode mode

    Unparsing mode

    System.Nullable<System.Int32> now

    Now (optional)

    System.Nullable<System.Int32> level

    Level (optional)

    Returns
    Type Description
    Task<System.Object>
    | Improve this Doc View Source

    PostAsync<T>(String, String, Object, String, Nullable<String>, Nullable<String>, Nullable<Int64>, RunScriptViewQuery.UnparsingMode, Nullable<Int32>, Nullable<Int32>)

    Simulate a call to a michelson script view

    Declaration
    public Task<T> PostAsync<T>(string contract, string view, object input, string chainId = "NetXdQprcVkpaWU", string? source = null, string? payer = null, long? gas = null, RunScriptViewQuery.UnparsingMode mode = RunScriptViewQuery.UnparsingMode.Readable, int? now = null, int? level = null)
    Parameters
    Type Name Description
    System.String contract

    Contract

    System.String view

    View

    System.Object input

    Input(micheline michelson expression)

    System.String chainId

    Chain id

    System.Nullable<System.String> source

    Source (optional)

    System.Nullable<System.String> payer

    Payer (optional)

    System.Nullable<System.Int64> gas

    Gas limit (optional)

    RunScriptViewQuery.UnparsingMode mode

    Unparsing mode

    System.Nullable<System.Int32> now

    Now (optional)

    System.Nullable<System.Int32> level

    Level (optional)

    Returns
    Type Description
    Task<T>
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad