Module Tezos_client_008_PtEdo2Zk.Managed_contract

Retrieve the manager key in a contract storage. The storage has to be of type `pair key_hash 'a`.

Builds a delegation operation ready for injection

Set the delegate of a manageable contract. For a contract with a `do`entrypoint, it builds the lambda that set the provided delegate. `~source` has to be the registered manager of the contract.

Builds a transaction operation ready for injection

Perform a transfer on behalf of a managed contract . For a contract with a `do`entrypoint, it builds the lambda that does the requested operation. `~source` has to be the registered manager of the contract.

val build_lambda_for_set_delegate : delegate: Tezos_protocol_008_PtEdo2Zk.Protocol.Alpha_context.public_key_hash option -> string