Contract.Delegate
Functions for handling the delegate of a contract.
val find : context -> t -> public_key_hash option Mavryk_protocol_environment_alpha.Error_monad.tzresult Mavryk_protocol_environment_alpha.Lwt.t
See Contract_delegate_storage.find.
Contract_delegate_storage.find
val init : context -> t -> public_key_hash -> context Mavryk_protocol_environment_alpha.Error_monad.tzresult Mavryk_protocol_environment_alpha.Lwt.t
See Delegate_storage.Contract.init.
Delegate_storage.Contract.init
val set : context -> t -> public_key_hash option -> context Mavryk_protocol_environment_alpha.Error_monad.tzresult Mavryk_protocol_environment_alpha.Lwt.t
See Delegate_storage.Contract.set.
Delegate_storage.Contract.set