• Merges two Value objects into a single Value object by combining their coins and multiassets.

    Parameters

    • a: Value

      The first Value object.

    • b: Value

      The second Value object.

    Returns Core.Value

    • The resulting Value object after merging.