validateEncoding
Algorand TypeScript / index / validateEncoding
validateEncoding<
T>(value):void
Defined in: util.ts:197
Performs validation to ensure the value is well-formed, errors if it is not
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”T
The value to validate
Returns
Section titled “Returns”void