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
/** * Verifies the semantic of a transaction. * * @param inputs The inputs data. * @param transaction The transaction payload. * @param time The unix time for which to do the validation, should be roughly the one of the milestone that will reference the transaction. * @returns The conflict reason. */staticverifyTransactionSemantic(inputs: InputSigningData[],transaction: TransactionPayload,time: number,): string{constconflictReason=callUtilsMethod({name: 'verifyTransactionSemantic',data: {
inputs,
transaction,
time,},});returnconflictReason;}}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: