getTransactionsByWallet
Get transactions that belong to a wallet.
MWSDK.EVM.Wallet.getTransactionsByWallet(wallet_address: to_wallet_address, limit: limit) { response in print(response)} onFailed: { print("failed~")}
Edit this page on GitHub