Local wallet operations:
// Set your API Keys 👇 here $sdk = new \Tatum\Sdk(); // MainNet Local Wallet Operations $sdk->mainnet()->local()->wallet(); // TestNet Local Wallet Operations $sdk->testnet()->local()->wallet();