Wallet Search
This document describes how to search wallet information.
Search Wallet
let wallet: FncyWallet = try await fncyWallet.getWallet()See Also
Search Value of Assets in Wallet
let balance: FncyBalance = try await fncyWallet.getWalletAllBalance(
wid: wid //Wallet ID from getWallet()
)