• Convert molecule unpack result to Json ready JavaScript value.

    The Json follows CKB JSONRPC convention which represents number, bigint, Uint8Array as hex strings.

    Type Parameters

    • T = any

    Parameters

    • value: T

      Unpack Result generated by Molecule Codecs unpack method.

    Returns JsonValue<T>

Generated using TypeDoc