Class Call

java.lang.Object
All Implemented Interfaces:
IAssociative<Keyword,ACell>, IValidated, IWriteable, Map<Keyword,ACell>

public class Call extends ATransaction
Transaction representing a Call to an Actor. The signer of the transaction will be both the *origin* and *caller* for the Actor code. This is the most efficient way to execute Actor code directly as a client, and is roughly equivalent to invoking (call actor offer (function-name arg1 arg2 .....))