Skip to content

validateEncoding

Algorand TypeScript


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

T

T

The value to validate

void