Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion - named accounts #79

Open
DaveAppleton opened this issue Mar 4, 2017 · 0 comments
Open

Suggestion - named accounts #79

DaveAppleton opened this issue Mar 4, 2017 · 0 comments

Comments

@DaveAppleton
Copy link

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)

image

An example of going further would also be as in MIST

image



contract balances{
    uint256 constant public TenToPowerThirty = 10 ** 30;
    address public founder = msg.sender;
    address public hg_manager;
    address public feeTableAddress;     // feeTable
    

image

This should include accounts

And (if possible) contracts

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants