How to withdraw auto can you help me.
pythonthailand opened this issue · comments
Pythonthailand commented
This action notworking
actions: [{
account: 'farmersworld',
name: 'withdraw',
authorization: [{
actor: wax.userAccount,
permission: 'active',
}],
data: {
owner: wax.userAccount,
quantities: _quantity,
fee: _fee.fee
},
}]
srisaard commented
quantities should be 4decimals with "GOOD", "WOOD" or "FOOD.
Ex.
quantities: "1.5653 GOLD"
qunatities: "0.1000 FOOD"