要添加 ABI,请使用 addABI()
方法。
<CodeImport file="../../examples/abis/AddAbi.tsx" commentBlock="addABI" />
* Input's initial contractId and ABI are from
SwaySwap 要检索合约的 ABI,请使用 getAbi()
方法。
<CodeImport file="../../examples/abis/Abi.tsx" commentBlock="getABI" />