EDUCHAIN Agent Kit

unwrap_wedu

Unwrap WEDU (Wrapped EDU) to EDU

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of WEDU to unwrap
privateKeyYesPrivate key of the wallet

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount of WEDU to unwrap", "type": "string" }, "privateKey": { "description": "Private key of the wallet", "type": "string" } }, "required": [ "privateKey", "amount" ], "type": "object" }