Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val balance :
?kind:balance_kind ->
t ->
Tezos_protocol_alpha.Protocol.Alpha_context.Contract.t ->
(Tezos_protocol_alpha.Protocol.Alpha_context.Tez.t,
Tezos_error_monad.TzCore.error list)
Stdlib.result
Tezos_protocol_alpha.Protocol.Environment.Lwt.t
Returns the balance of a contract, by default the main balance. If the contract is implicit the frozen balances are available too: deposit, fees or rewards.
val counter :
t ->
Tezos_protocol_alpha.Protocol.Alpha_context.Contract.t ->
(Tezos_protocol_alpha.Protocol.Environment.Z.t,
Tezos_error_monad.TzCore.error list)
Stdlib.result
Tezos_protocol_alpha.Protocol.Environment.Lwt.t
val manager :
t ->
Tezos_protocol_alpha.Protocol.Alpha_context.Contract.t ->
(Account.t, Tezos_error_monad.TzCore.error list) Stdlib.result
Tezos_protocol_alpha.Protocol.Environment.Lwt.t
val is_manager_key_revealed :
t ->
Tezos_protocol_alpha.Protocol.Alpha_context.Contract.t ->
(bool, Tezos_error_monad.TzCore.error list) Stdlib.result
Tezos_protocol_alpha.Protocol.Environment.Lwt.t
val delegate_opt :
t ->
Tezos_protocol_alpha.Protocol.Alpha_context.Contract.t ->
(Tezos_protocol_alpha.Protocol.Alpha_context.public_key_hash option,
Tezos_error_monad.TzCore.error list)
Stdlib.result
Tezos_protocol_alpha.Protocol.Environment.Lwt.t