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.
首先将资金转入智能合约。
如何从智能合约中取款给发送者?
“近 SDK-as”:“^3.2.1”
const ONE_NEAR = u128.from('1000000000000000000000000');
ContractPromiseBatch.create(sender).transfer(u128.mul(ONE_NEAR, u128.from('10')));