Skip to contents

Returns the total balance of all assets across all addresses in the wallet.

Usage

mc_get_total_balances(
  conn,
  minconf = 1,
  include_watch_only = FALSE,
  include_locked = FALSE
)

Arguments

conn

A connection object to the MultiChain node.

minconf

Integer. Minimum confirmations (default 1).

include_watch_only

Logical. Include watch-only addresses (default FALSE).

include_locked

Logical. Include locked outputs (default FALSE).

Value

A data frame summarizing total balances for each asset.