TokenTankSystem
Inherits: System
Functions
fillTank
Convert material tokens to fill tank
function fillTank(bytes32 _tankEntity, uint256 _amount, MaterialId _materialId) public;
Parameters
Name | Type | Description |
---|---|---|
_tankEntity | bytes32 | Id of tank entity |
_amount | uint256 | Amount of material in whole units |
_materialId | MaterialId | Material id of the material |