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({
nonce: 1,
from: "0xSenderAddress",
to: "0xTargetAddress",
data: "0xCallData",
chainId: 245022927
});