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.

Last updated