Scheduled Transaction Info
Summary
Step 1: Imports and Environment Setup
const {
Client,
PrivateKey,
ScheduleInfoQuery,
Timestamp,
ScheduleId,
AccountId,
TransactionId
} = require("@hashgraph/sdk");
require('dotenv').config({ path: 'Scheduled_TX/.env' });Step 2 : Environment Variables Retrieval and Validation
Step 3: Client Setup
Step 4: Main Function
Step 5: Execution
Last updated