MultiversX Unity Tools
  • Overview
  • Demo App
  • Setup Guide
  • Quick Start
  • Video Tutorials
  • Complete API
    • CallSCMethod
    • CheckTransactionStatus
    • Connect
    • DeepLinkLogin
    • Disconnect
    • GetApiProvider
    • GetConnectedAccount
    • GetNetworkConfig
    • GetRequest
    • IsWalletConnected
    • LoadAllTokens
    • LoadImage
    • LoadNetworkConfig
    • LoadWalletNFTs
    • MakeSCQuery
    • PostRequest
    • SendEGLDTransaction
    • SendESDTTransaction
    • SendMultipleTrasactions
    • SendNFT
    • SignMessage
    • SignMultipleTrasactions
    • RefreshAccount
  • Releases
Powered by GitBook
On this page
  • Description
  • Declaration
  • Parameters
  1. Complete API

SendMultipleTrasactions

Description

Send multiple transactions to sign in a single call.

Declaration

public static void SendMultipletrasactions(TransactionToSign[] transactions, UnityAction<CompleteCallback<string[]>> completeMethod)

Parameters

Name
Description

transactions

An array of transactions to sign.

completeMethod

Callback called after the transaction was signed and broadcasted to the blockchain.

PreviousSendESDTTransactionNextSendNFT

Last updated 1 year ago