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
Hexversion
ulongstateChangeHash
HexeventRootHash
HexgasUsed
ulongsuccess
boolvmStatus
stringaccumulatorRootHash
HexstateCheckpointHash
stringsender
AccountAddresssequenceNumber
ulongmaxGasAmount
ulonggasUnitPrice
ulongexpirationTimestampSecs
ulongchanges
List<WriteSetChange>payload
TransactionPayloadResponsesignature
TransactionSignatureevents
List<Event>timestamp
ulong
Fields
Events
[JsonProperty("events")]
public List<Event> Events
Field Value
ExpirationTimestampSecs
[JsonProperty("expiration_timestamp_secs")]
public ulong ExpirationTimestampSecs
Field Value
GasUnitPrice
[JsonProperty("gas_unit_price")]
public ulong GasUnitPrice
Field Value
MaxGasAmount
[JsonProperty("max_gas_amount")]
public ulong MaxGasAmount
Field Value
Payload
[JsonProperty("payload")]
public TransactionPayloadResponse Payload
Field Value
Sender
[JsonProperty("sender")]
public AccountAddress Sender
Field Value
SequenceNumber
[JsonProperty("sequence_number")]
public ulong SequenceNumber
Field Value
Signature
[JsonProperty("signature", NullValueHandling = NullValueHandling.Ignore)]
public TransactionSignature? Signature
Field Value
StateCheckpointHash
[JsonProperty("state_checkpoint_hash", NullValueHandling = NullValueHandling.Ignore)]
public string? StateCheckpointHash
Field Value
Timestamp
[JsonProperty("timestamp")]
public ulong Timestamp