@goat-sdk/plugin-zilliqa
Version:
<div align="center"> <a href="https://github.com/goat-sdk/goat">
2 lines (1 loc) • 862 B
JavaScript
;Object.defineProperty(exports, "__esModule", {value: true});var a=Object.defineProperty;var r=(o,i)=>a(o,"name",{value:i,configurable:!0});var _core = require('@goat-sdk/core');var _zod = require('zod');var s=class extends _core.createToolParameters.call(void 0, _zod.z.object({toAddress:_zod.z.string().describe("The address to transfer ZIL to, from your Zilliqa address. This may be an EVM or a Zilliqa address, encoded in either hex or bech32 format"),amount:_zod.z.string().describe("The amount of ZIL to send")})){static{r(this,"TransferParameters")}},t= exports.c =class extends _core.createToolParameters.call(void 0, _zod.z.object({address:_zod.z.string().describe("An account address, which may be EVM or Zilliqa, encoded in either hex or bech32 format")})){static{r(this,"AddressParameters")}};exports.a = r; exports.b = s; exports.c = t;