UNPKG

pharos-agent-kit

Version:
13 lines 393 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.get_wallet_address = get_wallet_address; /** * Get the agents wallet address * @param agent - PharosAgentKit instance * @returns string */ function get_wallet_address(agent) { // return agent.wallet_address.toBase58(); return agent.wallet_address; } //# sourceMappingURL=get_wallet_address.js.map