Skip to content

getWallet

Returns entire Ethers wallet object.

Usage

import { BcodeSDK } from "@bcode-tech/bcode-sdk";

const fun = () => {
  const sdk = new BcodeSDK({
    apiKey: "your-api-key",
    config: { env: "MUMBAI" },
  });
  sdk.getWallet();
};

Returns

It returns the entire Ethers.js wallet object with all the functions and capabilites.