toggle menu
Kaptos
0.1.2-beta
common
switch theme
search in API
Kaptos
/
xyz.mcxross.kaptos.model
/
PendingTransactionResponse
Pending
Transaction
Response
@
Serializable
@
SerialName
(
value
=
"pending_transaction"
)
data
class
PendingTransactionResponse
(
val
type
:
TransactionResponseType
=
TransactionResponseType.PENDING
,
val
hash
:
String
,
val
sender
:
String
,
val
sequenceNumber
:
String
,
val
maxGasAmount
:
String
,
val
gasUnitPrice
:
String
,
val
expirationTimestampSecs
:
String
)
:
TransactionResponse
Members
Constructors
Pending
Transaction
Response
Link copied to clipboard
constructor
(
type
:
TransactionResponseType
=
TransactionResponseType.PENDING
,
hash
:
String
,
sender
:
String
,
sequenceNumber
:
String
,
maxGasAmount
:
String
,
gasUnitPrice
:
String
,
expirationTimestampSecs
:
String
)
Properties
expiration
Timestamp
Secs
Link copied to clipboard
@
SerialName
(
value
=
"expiration_timestamp_secs"
)
val
expirationTimestampSecs
:
String
gas
Unit
Price
Link copied to clipboard
@
SerialName
(
value
=
"gas_unit_price"
)
val
gasUnitPrice
:
String
hash
Link copied to clipboard
val
hash
:
String
max
Gas
Amount
Link copied to clipboard
@
SerialName
(
value
=
"max_gas_amount"
)
val
maxGasAmount
:
String
sender
Link copied to clipboard
val
sender
:
String
sequence
Number
Link copied to clipboard
@
SerialName
(
value
=
"sequence_number"
)
val
sequenceNumber
:
String
type
Link copied to clipboard
open
override
val
type
:
TransactionResponseType