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 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
-
Constructor Summary
Constructors Constructor Description InvokeParamsV3(Felt nonce, ResourceBounds l1ResourceBounds)
-
Method Summary
Modifier and Type Method Description Felt
getNonce()
ResourceBoundsMapping
getResourceBounds()
Uint64
getTip()
List<Felt>
getPaymasterData()
final List<Felt>
getAccountDeploymentData()
DAMode
getNonceDataAvailabilityMode()
DAMode
getFeeDataAvailabilityMode()
-
-
Constructor Detail
-
InvokeParamsV3
InvokeParamsV3(Felt nonce, ResourceBounds l1ResourceBounds)
-
-
Method Detail
-
getResourceBounds
ResourceBoundsMapping getResourceBounds()
-
getPaymasterData
List<Felt> getPaymasterData()
-
getAccountDeploymentData
final List<Felt> getAccountDeploymentData()
-
getNonceDataAvailabilityMode
DAMode getNonceDataAvailabilityMode()
-
getFeeDataAvailabilityMode
DAMode getFeeDataAvailabilityMode()
-
-
-
-