Complete API
All API methods are located inside MultiversX.UnityTools.API
Call a smart contract method.
Check the blockchain status of a specific transaction.
Used to initialize the WalletConnect socket used for xPortal connection.
Login from the same mobile device that has the xPortal app already installed. It will automatically open the xPortal app.
Close the wallet connection.
Returns the current connected account.
Simple check for connection status.
Load all ESDT tokens from an account.
Load an image from and URL and display it directly on an image component when loaded.
Load network config from API.
Load metadata from all NFT properties from the connected wallet. From the metadata the media files can be downloaded.
Make a smart contract query.
Send an EGLD transaction for signing into the xPortal wallet. After the signing, the transaction will be automatically broadcast to the blockchain.
Send an ESDT transaction for signing into the xPortal wallet. After it is signed the transaction will be automatically broadcasted to the blockchain.
Send multiple transactions to sign in a single call.
Send an NFT to the destination address.
Sign a message with your wallet address.
Refresh the account balance and nonce.
Last updated