Rosetta_models.Account_coins_request
type t = {
network_identifier : Network_identifier.t; |
account_identifier : Account_identifier.t; |
include_mempool : bool; |
currencies : Currency.t list; |
}
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val create : Network_identifier.t -> Account_identifier.t -> bool -> t
AccountCoinsRequest is utilized to make a request on the /account/coins endpoint.