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 input commitment from the output objects that are used as inputs to fund the transaction. * * @param inputs The output objects used as inputs for the transaction. * @returns The inputs commitment hash as hex-encoded string. */staticcomputeInputsCommitment(inputs: Output[]): HexEncodedString{returncallUtilsMethod({name: 'computeInputsCommitment',data: {
inputs,},});}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: