Variable GAS_LIMIT_DEFAULTConst

GAS_LIMIT_DEFAULT: 50000 = 5e4

ScheduledTransaction is used to create a transaction that will be executed

  • The ScheduledTransaction object.
const transaction = new ScheduledTransaction({
payer: "0xPayerAddress",
sender: "0xSenderAddress",
nonce: 1,
target: "0xTargetAddress",
callData: "0xCallData",
chainId: 245022927,
gasLimit: 50000,
maxFeePerGas: 1250000001,
maxPriorityFeePerGas: 1250000000
});