zkApp Developerso1js ReferenceFunctionsassertassertfunction assert(stmt: boolean | Bool, message?: string): asserts stmtAssert that a statement is true. If the statement is false, throws an error with the given message. Can be used in provable code.Parameters• stmt: boolean | Bool• message?: stringReturnsasserts stmtSourcelib/provable/gadgets/common.ts:57