Const
ScheduledTransaction is used to create a transaction that will be executed
const transaction = new ScheduledTransaction({ payer: "0xPayerAddress", sender: "0xSenderAddress", nonce: 1, target: "0xTargetAddress", callData: "0xCallData", chainId: 245022927, gasLimit: 50000, maxFeePerGas: 1250000001, maxPriorityFeePerGas: 1250000000 }); Copy
const transaction = new ScheduledTransaction({ payer: "0xPayerAddress", sender: "0xSenderAddress", nonce: 1, target: "0xTargetAddress", callData: "0xCallData", chainId: 245022927, gasLimit: 50000, maxFeePerGas: 1250000001, maxPriorityFeePerGas: 1250000000 });
ScheduledTransaction is used to create a transaction that will be executed