cosmology-tech / telescope

A TypeScript Transpiler for Cosmos Protobufs ⚛️
https://cosmology.zone/products/telescope
Apache License 2.0
146 stars 43 forks source link

`memo` argument in helper function is required #588

Closed liujun93 closed 6 months ago

liujun93 commented 6 months ago

in service-ops.ts

send(signerAddress: string, message: MsgSend, fee: number | StdFee | "auto", memo: string): Promise<DeliverTxResponse>;

memo here is suggested to be optional

Zetazzz commented 6 months ago

Fixed in @cosmology/telescope@1.5.2