Rosetta_models.Account_balance_request
type t = {
network_identifier : Network_identifier.t; |
account_identifier : Account_identifier.t; |
block_identifier : Partial_block_identifier.t option; |
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 -> t
An AccountBalanceRequest is utilized to make a balance request on the /account/balance endpoint. If the block_identifier is populated, a historical balance query should be performed.