-
Notifications
You must be signed in to change notification settings - Fork 10
Recipe: Composing an action
Jeff Coleman edited this page Oct 21, 2016
·
1 revision
Warning: still under construction
How to prepare an action (such as calling or instantiating a contract) for use within a state channel.
####You will need:
The address of the contract you wish to call (whether on-chain or counterfactual), the method and input variable names (a.k.a. method signature) of the contract method you wish to call, and any variables you will need to pass to the method as arguments.
####Steps: