Transfer money to a smart-contract first.
How to withdraw money from smart-contract to a sender ?
"near-sdk-as": "^3.2.1"
Transfer money to a smart-contract first.
How to withdraw money from smart-contract to a sender ?
"near-sdk-as": "^3.2.1"
const ONE_NEAR = u128.from('1000000000000000000000000');
ContractPromiseBatch.create(sender).transfer(u128.mul(ONE_NEAR, u128.from('10')));