Last updated 1 year ago
Generic method to sign any transaction created with.
public static void SignMultipleTrasactions(TransactionRequest[] transactions, UnityAction<CompleteCallback<string[]>> completeMethod)
transactions
An array of transactions to sign.
completeMethod
Callback called after the transaction was signed and broadcasted to the blockchain.