Enumeration DecodingMode

SDK decoding types (Configure how the integer will be decoded) https://github.com/algorand/js-algorand-sdk/blob/develop/src/encoding/uint64.ts#L29

Enumeration Members

Enumeration Members

BIGINT: "bigint"
MIXED: "mixed"
SAFE: "safe"

Generated using TypeDoc