Skip to main content

EmbeddedWalletCard

A model-aware card widget. Takes an EmbeddedWallet and renders the correct background art, currency-formatted balance, and optional info button — all wired to the bkey_uikit BMoniWalletCard primitive under the hood.

Props

The card is designed for a PageView:

EmbeddedWalletTransactionsSection

A section widget that wraps a list of EmbeddedWalletTransaction items. It handles loading, empty, and populated states; the host app provides the item builder and the empty state.

Props

Building a transaction row

The host app is fully in control of how each row looks. A minimal example using bkey_uikit primitives: