add informative comment on transaction::Action
This commit is contained in:
parent
f67486e31f
commit
1de7ea090c
@ -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),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user