Class InvokeTransactionV1
-
- All Implemented Interfaces:
-
com.swmansion.starknet.data.types.DeprecatedTransaction,com.swmansion.starknet.data.types.StarknetResponse
@Serializable() public final class InvokeTransactionV1 extends InvokeTransaction implements DeprecatedTransaction
-
-
Constructor Summary
Constructors Constructor Description InvokeTransactionV1(List<Felt> calldata, Felt senderAddress, Felt hash, Felt maxFee, TransactionVersion version, List<Felt> signature, Felt nonce)
-
Method Summary
Modifier and Type Method Description List<Felt>getCalldata()final FeltgetSenderAddress()FeltgetHash()FeltgetMaxFee()TransactionVersiongetVersion()List<Felt>getSignature()FeltgetNonce()-
-
Method Detail
-
getCalldata
List<Felt> getCalldata()
-
getSenderAddress
final Felt getSenderAddress()
-
getVersion
TransactionVersion getVersion()
-
getSignature
List<Felt> getSignature()
-
-
-
-