-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Hi, firstly thanks for the amazing project, I was reading the documentation about how an OpenLaw legal agreement once signed can call a smart contract.
I would like to expose a function on my smart contact which will only be called when the participants have signed the openlaw contract, so the function would need a restriction like msg.sender == openLawCallerAddress. I read this part of the doc
by default, the Ethereum address initiating the call to the smart contract is an OpenLaw account)
but i'm not sure where to find the address of the OpenLaw account so that I can restrict the function to only be called by that address.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested