add informative comment on transaction::Action
This commit is contained in:
@@ -36,6 +36,7 @@ pub enum Action {
|
|||||||
/// Create creates new contract.
|
/// Create creates new contract.
|
||||||
Create,
|
Create,
|
||||||
/// Calls contract at given address.
|
/// Calls contract at given address.
|
||||||
|
/// In the case of a transfer, this is the receiver's address.'
|
||||||
Call(Address),
|
Call(Address),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user