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