RawTransaction class
- Mixed-in types
Constructors
- RawTransaction(AccountAddress sender, BigInt sequenceNumber, TransactionPayload payload, BigInt maxGasAmount, BigInt gasUnitPrice, BigInt expirationTimestampSecs, ChainId chainId)
- RawTransactions contain the metadata and payloads that can be submitted to Aptos chain for execution. RawTransactions must be signed before Aptos chain can execute them.
Properties
- chainId → ChainId
-
final
- expirationTimestampSecs → BigInt
-
final
- gasUnitPrice → BigInt
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxGasAmount → BigInt
-
final
- payload → TransactionPayload
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sender → AccountAddress
-
final
- sequenceNumber → BigInt
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
Serializer serializer) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
deserialize(
Deserializer deserializer) → RawTransaction