You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In one of my projects I define a number of roles each of which has an account. It can be quite confusing to juggle which account should be sending a transaction...
It would be useful to be able to identify accounts by names when sending transactions even if these names went no further. e.g. (from MIST)
An example of going further would also be as in MIST
contract balances{
uint256 constant public TenToPowerThirty = 10 ** 30;
address public founder = msg.sender;
address public hg_manager;
address public feeTableAddress; // feeTable
This should include accounts
And (if possible) contracts
The text was updated successfully, but these errors were encountered:
In one of my projects I define a number of roles each of which has an account. It can be quite confusing to juggle which account should be sending a transaction...
It would be useful to be able to identify accounts by names when sending transactions even if these names went no further. e.g. (from MIST)
An example of going further would also be as in MIST
This should include accounts
And (if possible) contracts
The text was updated successfully, but these errors were encountered: