SignMultipleTrasactions
Description
Generic method to sign any transaction created with MVX SDK.
Declaration
public static void SignMultipleTrasactions(TransactionRequest[] 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