meta-contract-debug
Version:
Meta Contract SDK
17 lines (16 loc) • 430 B
JavaScript
// 暂时注释,先把types写在源文件上, 后面在统一抽离
// import { API_NET, API_TARGET, mvc } from '..'
// export interface Mcp02 {
// genesis: (options: GenesisOptions) => any
// issue: () => any
// mint: () => any
// transfer: () => any
// merge: () => any
// // totalSupply()
// // balanceOf()
// // approve()
// // allowance()
// // transferFrom()
// // batchTransfer()
// // burn()
// }