SignTransactionResponse

** The object returned from signTransaction */

Summary

MembersDescriptions

public string? Status

The status of the transaction as returned by the RPC API (optional)

Set if there was an error

public ProcessedTransaction Transaction

The raw transaction object

Members

public string? Status

The status of the transaction as returned by the RPC API (optional)

public UalError UalError

Set if there was an error

public ProcessedTransaction Transaction

The raw transaction object

Last updated