Preparing search index...
The search index is not available
@aptos-labs/ts-sdk - v1.30.0
@aptos-labs/ts-sdk
PendingTransactionResponse
Type Alias PendingTransactionResponse
Pending
Transaction
Response
:
{
expiration_timestamp_secs
:
string
;
gas_unit_price
:
string
;
hash
:
string
;
max_gas_amount
:
string
;
payload
:
TransactionPayloadResponse
;
sender
:
string
;
sequence_number
:
string
;
signature
?:
TransactionSignature
;
type
:
Pending
;
}
The response for a pending transaction, indicating that the transaction is still being processed.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@aptos-labs/ts-sdk - v1.30.0
Loading...
The response for a pending transaction, indicating that the transaction is still being processed.