Search Results for

    Show / Hide Table of Contents

    Class FaceRpcRequest<T>

    Inheritance
    Object
    FaceRpcRequest<T>
    WcFaceRpcRequest<T>
    Namespace: haechi.face.unity.sdk.Runtime.Client
    Assembly: cs.temp.dll.dll
    Syntax
    public class FaceRpcRequest<T> : RpcRequestMessage
    Type Parameters
    Name Description
    T

    Constructors

    FaceRpcRequest(Blockchain, FaceRpcMethod, T[])

    Declaration
    public FaceRpcRequest(Blockchain blockchain, FaceRpcMethod method, params T[] parameterList)
    Parameters
    Type Name Description
    Blockchain blockchain
    FaceRpcMethod method
    T[] parameterList

    FaceRpcRequest(Blockchain, RpcRequestMessage)

    Declaration
    public FaceRpcRequest(Blockchain blockchain, RpcRequestMessage message)
    Parameters
    Type Name Description
    Blockchain blockchain
    RpcRequestMessage message

    FaceRpcRequest(Blockchain, String, T[])

    Declaration
    public FaceRpcRequest(Blockchain blockchain, string method, params T[] parameterList)
    Parameters
    Type Name Description
    Blockchain blockchain
    String method
    T[] parameterList

    FaceRpcRequest(FaceRpcMethod, T[])

    Declaration
    public FaceRpcRequest(FaceRpcMethod method, params T[] parameterList)
    Parameters
    Type Name Description
    FaceRpcMethod method
    T[] parameterList

    Properties

    Blockchain

    Declaration
    public string Blockchain { get; }
    Property Value
    Type Description
    String

    From

    Declaration
    public string From { get; }
    Property Value
    Type Description
    String

    To

    Declaration
    public string To { get; }
    Property Value
    Type Description
    String
    In This Article
    Back to top Face Wallet Unity SDK Documentation