Merge pull request #1141 from rphmeier/rpc-tests

Framework for improved RPC unit tests
This commit is contained in:
Arkadiy Paronyan
2016-05-29 00:50:19 +02:00
15 changed files with 345 additions and 15 deletions

View File

@@ -36,6 +36,7 @@ pub enum Action {
/// Create creates new contract.
Create,
/// Calls contract at given address.
/// In the case of a transfer, this is the receiver's address.'
Call(Address),
}