createFull static method

ECDSASign createFull(
  1. InputECDSASign input
)

Creates an ECDSASign with full control over all parameters.

Accepts the complete InputECDSASign record, allowing complete customization of all nested parameters. This factory automatically adapts to any changes in the input structure without requiring modifications.

Implementation

static ECDSASign createFull(InputECDSASign input) => ECDSASign(input);