Class WaitForTransactionException
- Namespace
- Aptos.Exceptions
- Assembly
- Aptos.dll
public class WaitForTransactionException : BaseException, ISerializable
- Inheritance
-
WaitForTransactionException
- Implements
- Inherited Members
Constructors
WaitForTransactionException(string, TransactionResponse?)
public WaitForTransactionException(string message, TransactionResponse? lastResponse = null)
Parameters
message
stringlastResponse
TransactionResponse
Properties
LastResponse
public TransactionResponse? LastResponse { get; }