Class DeployAccountTransactionV3
-
- 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 DeployAccountTransactionV3 extends DeployAccountTransaction implements TransactionV3, ExecutableTransaction
-
-
Field Summary
Fields Modifier and Type Field Description private final FeltclassHashprivate final FeltcontractAddressprivate final FeltcontractAddressSaltprivate final List<Felt>constructorCalldataprivate final Felthashprivate final TransactionVersionversionprivate final List<Felt>signatureprivate final Feltnonceprivate final ResourceBoundsMappingresourceBoundsprivate final Uint64tipprivate final List<Felt>paymasterDataprivate final DAModenonceDataAvailabilityModeprivate final DAModefeeDataAvailabilityModeprivate final TransactionTypetype
-
Constructor Summary
Constructors Constructor Description DeployAccountTransactionV3(Felt classHash, Felt senderAddress, Felt salt, List<Felt> calldata, StarknetChainId chainId, Boolean forFeeEstimate, List<Felt> signature, Felt nonce, ResourceBoundsMapping resourceBounds, Uint64 tip)DeployAccountTransactionV3(Felt classHash, Felt senderAddress, Felt salt, List<Felt> calldata, StarknetChainId chainId, Boolean forFeeEstimate, List<Felt> signature, Felt nonce, ResourceBoundsMapping resourceBounds)DeployAccountTransactionV3(Felt classHash, Felt senderAddress, Felt salt, List<Felt> calldata, StarknetChainId chainId, Boolean forFeeEstimate, List<Felt> signature, ResourceBoundsMapping resourceBounds)DeployAccountTransactionV3(Felt classHash, Felt senderAddress, Felt salt, List<Felt> calldata, StarknetChainId chainId, Boolean forFeeEstimate, ResourceBoundsMapping resourceBounds)DeployAccountTransactionV3(Felt classHash, Felt senderAddress, Felt salt, List<Felt> calldata, StarknetChainId chainId, ResourceBoundsMapping resourceBounds)
-
Method Summary
Modifier and Type Method Description FeltgetClassHash()FeltgetContractAddress()FeltgetContractAddressSalt()List<Felt>getConstructorCalldata()FeltgetHash()TransactionVersiongetVersion()List<Felt>getSignature()FeltgetNonce()ResourceBoundsMappinggetResourceBounds()Uint64getTip()List<Felt>getPaymasterData()DAModegetNonceDataAvailabilityMode()DAModegetFeeDataAvailabilityMode()-
-
Constructor Detail
-
DeployAccountTransactionV3
DeployAccountTransactionV3(Felt classHash, Felt senderAddress, Felt salt, List<Felt> calldata, StarknetChainId chainId, Boolean forFeeEstimate, List<Felt> signature, Felt nonce, ResourceBoundsMapping resourceBounds, Uint64 tip)
-
DeployAccountTransactionV3
DeployAccountTransactionV3(Felt classHash, Felt senderAddress, Felt salt, List<Felt> calldata, StarknetChainId chainId, Boolean forFeeEstimate, List<Felt> signature, Felt nonce, ResourceBoundsMapping resourceBounds)
-
DeployAccountTransactionV3
DeployAccountTransactionV3(Felt classHash, Felt senderAddress, Felt salt, List<Felt> calldata, StarknetChainId chainId, Boolean forFeeEstimate, List<Felt> signature, ResourceBoundsMapping resourceBounds)
-
DeployAccountTransactionV3
DeployAccountTransactionV3(Felt classHash, Felt senderAddress, Felt salt, List<Felt> calldata, StarknetChainId chainId, Boolean forFeeEstimate, ResourceBoundsMapping resourceBounds)
-
DeployAccountTransactionV3
DeployAccountTransactionV3(Felt classHash, Felt senderAddress, Felt salt, List<Felt> calldata, StarknetChainId chainId, ResourceBoundsMapping resourceBounds)
-
-
Method Detail
-
getClassHash
Felt getClassHash()
-
getContractAddress
Felt getContractAddress()
-
getContractAddressSalt
Felt getContractAddressSalt()
-
getConstructorCalldata
List<Felt> getConstructorCalldata()
-
getVersion
TransactionVersion getVersion()
-
getSignature
List<Felt> getSignature()
-
getResourceBounds
ResourceBoundsMapping getResourceBounds()
-
getPaymasterData
List<Felt> getPaymasterData()
-
getNonceDataAvailabilityMode
DAMode getNonceDataAvailabilityMode()
-
getFeeDataAvailabilityMode
DAMode getFeeDataAvailabilityMode()
-
-
-
-