PendingTransactionResponse

@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

Constructors

Link copied to clipboard
constructor(type: TransactionResponseType = TransactionResponseType.PENDING, hash: String, sender: String, sequenceNumber: String, maxGasAmount: String, gasUnitPrice: String, expirationTimestampSecs: String)

Properties

Link copied to clipboard
@SerialName(value = "expiration_timestamp_secs")
val expirationTimestampSecs: String
Link copied to clipboard
@SerialName(value = "gas_unit_price")
val gasUnitPrice: String
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "max_gas_amount")
val maxGasAmount: String
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "sequence_number")
val sequenceNumber: String
Link copied to clipboard
open override val type: TransactionResponseType