Derives the appropriate raw transaction type based on the provided transaction details. This function helps in identifying whether the transaction is a FeePayerRawTransaction, MultiAgentRawTransaction, or a standard RawTransaction.
An object representing an Aptos transaction, which may include:
FeePayerRawTransaction | MultiAgentRawTransaction | RawTransaction
Derives the appropriate raw transaction type based on the provided transaction details. This function helps in identifying whether the transaction is a FeePayerRawTransaction, MultiAgentRawTransaction, or a standard RawTransaction.