• Creates a new Value object with the specified amount of lovelace and assets.

    Parameters

    • lovelace: bigint

      The amount of lovelace.

    • Rest...assets: [string, bigint][]

      The assets to include in the Value object.

    Returns Core.Value

    • The newly created Value object.