How to map an ABI interface to an object of functions in Typescript?

前端 未结 0 1983
没有蜡笔的小新
没有蜡笔的小新 2020-12-15 05:37

Take for instance an ABI like this:

const abi = [
  {
    name: "myFirstFunction",
    inputs: [
      {
        name: "param1",
        t         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题