Skip to main content
Protocol
protocol WalletOnChain

Associated Types

SpecificChain

associatedtype SpecificChain : AnyChain

Instance Methods

fund(token:amount:on:)

func fund(token: CryptoCurrency, amount: Int, on chain: Self.SpecificChain) async throws(WalletError)

nfts(page:nftsPerPage:on:)

func nfts(page: Int, nftsPerPage: Int, on chain: Self.SpecificChain) async throws(WalletError) -> [NFT]