Serialize a Raw Transaction With Data
Static
deserializeDeserialize a Raw Transaction With Data
Static
loadDeserializes a Fee Payer Raw Transaction from the provided deserializer. This function allows you to reconstruct a Fee Payer Raw Transaction object, which includes the raw transaction data, secondary signer addresses, and the fee payer address.
The deserializer used to read the raw transaction data.
A FeePayerRawTransaction object constructed from the deserialized data.
Represents a multi-agent transaction that can be serialized and deserialized.