Table of Contents

Class UserTransactionResponse

Namespace
Aptos
Assembly
Aptos.dll
[Serializable]
public class UserTransactionResponse : CommittedTransactionResponse
Inheritance
UserTransactionResponse
Inherited Members

Constructors

UserTransactionResponse(Hex, ulong, Hex, Hex, ulong, bool, string, Hex, string?, AccountAddress, ulong, ulong, ulong, ulong, List<WriteSetChange>, TransactionPayloadResponse, TransactionSignature?, List<Event>, ulong)

public UserTransactionResponse(Hex hash, ulong version, Hex stateChangeHash, Hex eventRootHash, ulong gasUsed, bool success, string vmStatus, Hex accumulatorRootHash, string? stateCheckpointHash, AccountAddress sender, ulong sequenceNumber, ulong maxGasAmount, ulong gasUnitPrice, ulong expirationTimestampSecs, List<WriteSetChange> changes, TransactionPayloadResponse payload, TransactionSignature? signature, List<Event> events, ulong timestamp)

Parameters

hash Hex
version ulong
stateChangeHash Hex
eventRootHash Hex
gasUsed ulong
success bool
vmStatus string
accumulatorRootHash Hex
stateCheckpointHash string
sender AccountAddress
sequenceNumber ulong
maxGasAmount ulong
gasUnitPrice ulong
expirationTimestampSecs ulong
changes List<WriteSetChange>
payload TransactionPayloadResponse
signature TransactionSignature
events List<Event>
timestamp ulong

Fields

Events

[JsonProperty("events")]
public List<Event> Events

Field Value

List<Event>

ExpirationTimestampSecs

[JsonProperty("expiration_timestamp_secs")]
public ulong ExpirationTimestampSecs

Field Value

ulong

GasUnitPrice

[JsonProperty("gas_unit_price")]
public ulong GasUnitPrice

Field Value

ulong

MaxGasAmount

[JsonProperty("max_gas_amount")]
public ulong MaxGasAmount

Field Value

ulong

Payload

[JsonProperty("payload")]
public TransactionPayloadResponse Payload

Field Value

TransactionPayloadResponse

Sender

[JsonProperty("sender")]
public AccountAddress Sender

Field Value

AccountAddress

SequenceNumber

[JsonProperty("sequence_number")]
public ulong SequenceNumber

Field Value

ulong

Signature

[JsonProperty("signature", NullValueHandling = NullValueHandling.Ignore)]
public TransactionSignature? Signature

Field Value

TransactionSignature

StateCheckpointHash

[JsonProperty("state_checkpoint_hash", NullValueHandling = NullValueHandling.Ignore)]
public string? StateCheckpointHash

Field Value

string

Timestamp

[JsonProperty("timestamp")]
public ulong Timestamp

Field Value

ulong