Table of Contents

Class TransactionClient.WaitForTransactionOptions

Namespace
Aptos
Assembly
Aptos.dll
public class TransactionClient.WaitForTransactionOptions
Inheritance
TransactionClient.WaitForTransactionOptions
Inherited Members

Constructors

WaitForTransactionOptions(ulong, ulong, bool?, bool?)

public WaitForTransactionOptions(ulong timeoutSecs, ulong interval, bool? checkSuccess = null, bool? waitForIndexer = null)

Parameters

timeoutSecs ulong
interval ulong
checkSuccess bool?
waitForIndexer bool?

Fields

CheckSuccess

public bool? CheckSuccess

Field Value

bool?

Interval

public ulong Interval

Field Value

ulong

TimeoutSecs

public ulong TimeoutSecs

Field Value

ulong

WaitForIndexer

public bool? WaitForIndexer

Field Value

bool?