Preparing search index...
The search index is not available
@aptos-labs/ts-sdk - v1.12.2
@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
;
}
Type declaration
expiration_
timestamp_
secs
:
string
gas_
unit_
price
:
string
hash
:
string
max_
gas_
amount
:
string
payload
:
TransactionPayloadResponse
sender
:
string
sequence_
number
:
string
Optional
signature
?:
TransactionSignature
type
:
Pending
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@aptos-labs/ts-sdk - v1.12.2
Loading...
Generated using
TypeDoc