BSV.JungleBus.Types.AddressInfo (bsv_sdk v1.1.0)

Copy Markdown View Source

Address information returned by the JungleBus API.

Summary

Functions

Parse an AddressInfo from a decoded JSON map.

Types

t()

@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
}

Functions

from_json(map)

@spec from_json(map()) :: t()

Parse an AddressInfo from a decoded JSON map.