requestTestPTK
Functions that send a request to the Notarization.cloud API for test PTK to enable meta transaction capabilities
Usage
import { BcodeSDK } from "@bcode-tech/bcode-sdk";
const fun = () => {
  const sdk = new BcodeSDK({
    apiKey: "your-api-key",
    config: { env: "MUMBAI" },
  });
  await sdk.requestTestPTK();
};
Returns
Request response object.