sei-agent-kit
Version:
A package for building AI agents on the SEI blockchain
9 lines • 384 B
TypeScript
import { SeiAgentKit } from "../../index";
/**
* Unstakes SEI tokens from the network
* @param agent SeiAgentKit instance
* @param amount Amount of SEI to unstake as a string (e.g., "1.5" for 1.5 SEI)
* @returns Transaction hash or error message
*/
export declare function unstakeSei(agent: SeiAgentKit, amount: string): Promise<string>;
//# sourceMappingURL=unstakeBond.d.ts.map