Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Wallets V1
Swift Protocol
protocol WalletOnChain
associatedtype SpecificChain : AnyChain
func fund(token: CryptoCurrency, amount: Int, on chain: Self.SpecificChain) async throws(WalletError)
func nfts(page: Int, nftsPerPage: Int, on chain: Self.SpecificChain) async throws(WalletError) -> [NFT]
Was this page helpful?