• Parameters

    • val: ClarityValue
    • strictJsonCompat: boolean = false

      If true then ints and uints are returned as JSON serializable numbers when less than or equal to 53 bit length, otherwise string wrapped integers when larger than 53 bits. If false, they are returned as js native bigints which are not JSON serializable.

    Returns any

Generated using TypeDoc