Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在精通中创建了一个自定义令牌。我需要使用 Java 智能合约上的令牌进行交易。如何在合约上设置代币类型?我正在使用 aion-web3 来调用合同。
任何 ATS 代币转账都只是send()在您的代币合约中调用函数的合约交易。注意:Aion 网络上的 Java 智能合约只能与另一个 Java 合约交互,不能与 Solidity 合约交互。
send()