You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * Compute the output ID from transaction ID and output index. * * @param transactionId The ID of the transaction. * @param outputIndex The index of the output. * @returns The output ID. */staticcomputeOutputId(id: TransactionId,index: number): OutputId{returncallUtilsMethod({name: 'computeOutputId',data: {
id,
index,},});}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: