Search Results for

    Show / Hide Table of Contents

    Class RawTransaction

    Inheritance
    Object
    RawTransaction
    Namespace: haechi.face.unity.sdk.Runtime.Client.Face
    Assembly: cs.temp.dll.dll
    Syntax
    public class RawTransaction

    Constructors

    RawTransaction(String, String, String, String)

    Raw transaction data using for send transaction, contract call etc.

    Declaration
    public RawTransaction(string from, string to, string value, string data)
    Parameters
    Type Name Description
    String from

    From address.

    String to

    To address.

    String value

    Blockchain value. Should be hex format.

    String data

    Data string.

    In This Article
    Back to top Face Wallet Unity SDK Documentation