Const
ScheduledTransaction is used to create a transaction that will be executed
const transaction = new ScheduledTransaction({ nonce: 1, from: "0xSenderAddress", to: "0xTargetAddress", data: "0xCallData", chainId: 245022927 }); Copy
const transaction = new ScheduledTransaction({ nonce: 1, from: "0xSenderAddress", to: "0xTargetAddress", data: "0xCallData", chainId: 245022927 });
ScheduledTransaction is used to create a transaction that will be executed