Skip to content

encodeArc4

@algorandfoundation/algorand-typescript


@algorandfoundation/algorand-typescript / arc4 / encodeArc4

Function: encodeArc4()

encodeArc4<T>(value): bytes

Defined in: packages/algo-ts/src/arc4/encoded-types.ts:577

Encode the provided Algorand TypeScript value as ARC4 bytes

Type Parameters

T

Parameters

value

T

Any native Algorand TypeScript value with a supported ARC4 encoding

Returns

bytes