Address information returned by the JungleBus API.
Summary
Functions
Parse an AddressInfo from a decoded JSON map.
Types
@type t() :: %BSV.JungleBus.Types.AddressInfo{ address: String.t(), total_received: non_neg_integer() | nil, total_sent: non_neg_integer() | nil, transaction_count: non_neg_integer() | nil }