先把钱转到智能合约上。
如何从智能合约中提取资金给发送者?
"near-sdk-as":"^3.2.1“
发布于 2021-10-05 20:32:07
const ONE_NEAR =u128.from(‘100000000000000000000000000’);
ContractPromiseBatch.create(sender).transfer(u128.mul(ONE_NEAR,u128.from(‘10’);
https://stackoverflow.com/questions/69442017
复制相似问题