Class InvokeTransactionV3
-
- All Implemented Interfaces:
-
com.swmansion.starknet.data.types.ExecutableTransaction
,com.swmansion.starknet.data.types.StarknetResponse
,com.swmansion.starknet.data.types.TransactionV3
@Serializable() public final class InvokeTransactionV3 extends InvokeTransaction implements TransactionV3, ExecutableTransaction
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Felt>
calldata
private final Felt
senderAddress
private final Felt
hash
private final TransactionVersion
version
private final List<Felt>
signature
private final Felt
nonce
private final ResourceBoundsMapping
resourceBounds
private final Uint64
tip
private final List<Felt>
paymasterData
private final List<Felt>
accountDeploymentData
private final DAMode
nonceDataAvailabilityMode
private final DAMode
feeDataAvailabilityMode
private final TransactionType
type
-
Constructor Summary
Constructors Constructor Description InvokeTransactionV3(Felt senderAddress, List<Felt> calldata, StarknetChainId chainId, Felt nonce, List<Felt> signature, Boolean forFeeEstimate, ResourceBoundsMapping resourceBounds)
InvokeTransactionV3(Felt senderAddress, List<Felt> calldata, StarknetChainId chainId, Felt nonce, List<Felt> signature, ResourceBoundsMapping resourceBounds)
InvokeTransactionV3(Felt senderAddress, List<Felt> calldata, StarknetChainId chainId, Felt nonce, ResourceBoundsMapping resourceBounds)
-
Method Summary
Modifier and Type Method Description List<Felt>
getCalldata()
final Felt
getSenderAddress()
Felt
getHash()
TransactionVersion
getVersion()
List<Felt>
getSignature()
Felt
getNonce()
ResourceBoundsMapping
getResourceBounds()
Uint64
getTip()
List<Felt>
getPaymasterData()
final List<Felt>
getAccountDeploymentData()
DAMode
getNonceDataAvailabilityMode()
DAMode
getFeeDataAvailabilityMode()
-
-
Constructor Detail
-
InvokeTransactionV3
InvokeTransactionV3(Felt senderAddress, List<Felt> calldata, StarknetChainId chainId, Felt nonce, List<Felt> signature, Boolean forFeeEstimate, ResourceBoundsMapping resourceBounds)
-
InvokeTransactionV3
InvokeTransactionV3(Felt senderAddress, List<Felt> calldata, StarknetChainId chainId, Felt nonce, List<Felt> signature, ResourceBoundsMapping resourceBounds)
-
InvokeTransactionV3
InvokeTransactionV3(Felt senderAddress, List<Felt> calldata, StarknetChainId chainId, Felt nonce, ResourceBoundsMapping resourceBounds)
-
-
Method Detail
-
getCalldata
List<Felt> getCalldata()
-
getSenderAddress
final Felt getSenderAddress()
-
getVersion
TransactionVersion getVersion()
-
getSignature
List<Felt> getSignature()
-
getResourceBounds
ResourceBoundsMapping getResourceBounds()
-
getPaymasterData
List<Felt> getPaymasterData()
-
getAccountDeploymentData
final List<Felt> getAccountDeploymentData()
-
getNonceDataAvailabilityMode
DAMode getNonceDataAvailabilityMode()
-
getFeeDataAvailabilityMode
DAMode getFeeDataAvailabilityMode()
-
-
-
-