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

GetStorage RPC call #18

Merged
merged 6 commits into from
Oct 27, 2017
Merged

GetStorage RPC call #18

merged 6 commits into from
Oct 27, 2017

Conversation

revett
Copy link

@revett revett commented Oct 27, 2017

Problem

Currently unable to fetch any information about the storage of a given smart contract.

Solution

Add a new client function that allows for a key of the smart contract's storage to be fetched.

storage, err := client.GetStorage(
  "0xecc6b20d3ccac1ee9ef109af5a7cdb85706b1df9", // RPX smart contract
  "totalSupply",
)

Remember

  • Bump VERSION
  • Update CHANGELOG.md
  • Update README.md
  • Write tests

@revett revett added the Feature label Oct 27, 2017
@revett revett self-assigned this Oct 27, 2017
@revett revett merged commit c4bae32 into master Oct 27, 2017
@revett revett deleted the feat/get-storage-rpc-call branch October 27, 2017 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant