@aptos-labs/ts-sdk - v3.1.1
Preparing search index...
WaitForTransactionOptions
Type Alias WaitForTransactionOptions
Options for configuring the behavior of the waitForTransaction() function.
type
WaitForTransactionOptions
=
{
checkSuccess
?:
boolean
;
timeoutSecs
?:
number
;
waitForIndexer
?:
boolean
;
}
Index
Properties
check
Success?
timeout
Secs?
wait
For
Indexer?
Properties
Optional
check
Success
checkSuccess
?:
boolean
Optional
timeout
Secs
timeoutSecs
?:
number
Optional
wait
For
Indexer
waitForIndexer
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
check
Success
timeout
Secs
wait
For
Indexer
@aptos-labs/ts-sdk - v3.1.1
Loading...
Options for configuring the behavior of the waitForTransaction() function.