Class DeployAccountParamsV3
-
- All Implemented Interfaces:
public final class DeployAccountParamsV3 extends ParamsV3
Params used for signing and sending v3 deploy account transactions.
-
-
Field Summary
Fields Modifier and Type Field Description private final Feltnonceprivate final ResourceBoundsMappingresourceBoundsprivate final Uint64tipprivate final List<Felt>paymasterDataprivate final DAModenonceDataAvailabilityModeprivate final DAModefeeDataAvailabilityMode
-
Constructor Summary
Constructors Constructor Description DeployAccountParamsV3(Felt nonce, ResourceBoundsMapping resourceBounds, Uint64 tip)DeployAccountParamsV3(Felt nonce, ResourceBoundsMapping resourceBounds)DeployAccountParamsV3(ResourceBoundsMapping resourceBounds)
-
Method Summary
Modifier and Type Method Description FeltgetNonce()ResourceBoundsMappinggetResourceBounds()Uint64getTip()List<Felt>getPaymasterData()DAModegetNonceDataAvailabilityMode()DAModegetFeeDataAvailabilityMode()-
-
Constructor Detail
-
DeployAccountParamsV3
DeployAccountParamsV3(Felt nonce, ResourceBoundsMapping resourceBounds, Uint64 tip)
-
DeployAccountParamsV3
DeployAccountParamsV3(Felt nonce, ResourceBoundsMapping resourceBounds)
-
DeployAccountParamsV3
DeployAccountParamsV3(ResourceBoundsMapping resourceBounds)
-
-
Method Detail
-
getResourceBounds
ResourceBoundsMapping getResourceBounds()
-
getPaymasterData
List<Felt> getPaymasterData()
-
getNonceDataAvailabilityMode
DAMode getNonceDataAvailabilityMode()
-
getFeeDataAvailabilityMode
DAMode getFeeDataAvailabilityMode()
-
-
-
-