Fix rebase conflict.
oups...
This commit is contained in:
parent
a491083586
commit
11ad8fa8ea
@ -343,7 +343,7 @@ module S = struct
|
||||
~query: RPC_query.empty
|
||||
~input: Data_encoding.empty
|
||||
~output: frozen_balances_encoding
|
||||
RPC_path.(open_root / "delegate" /: Ed25519.Public_key_hash.rpc_arg / "frozen_balances")
|
||||
RPC_path.(open_root / "delegate" /: Signature.Public_key_hash.rpc_arg / "frozen_balances")
|
||||
end
|
||||
let () =
|
||||
let open Services_registration in
|
||||
|
@ -9,7 +9,9 @@
|
||||
|
||||
open Alpha_context
|
||||
|
||||
val frozen_balances : 'a #RPC_context.simple -> 'a -> Ed25519.Public_key_hash.t ->
|
||||
val frozen_balances:
|
||||
'a #RPC_context.simple -> 'a ->
|
||||
Signature.Public_key_hash.t ->
|
||||
Delegate.frozen_balances shell_tzresult Lwt.t
|
||||
|
||||
module Baker : sig
|
||||
|
@ -98,7 +98,7 @@ type frozen_balances = {
|
||||
|
||||
(** Returns the amount of frozen deposit, fees and rewards associated to a given key. *)
|
||||
val frozen_balances:
|
||||
Raw_context.t -> Ed25519.Public_key_hash.t ->
|
||||
Raw_context.t -> Signature.Public_key_hash.t ->
|
||||
frozen_balances tzresult Lwt.t
|
||||
|
||||
(** Returns the full 'balance' of the implicit contract associated to
|
||||
|
Loading…
Reference in New Issue
Block a user