This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Description
Hi there!
The "signer" field form form fields is currently set to int. See here
The problem is that the API also allows us to set this as "sender" (a string) for text merge, which we currently cannot do.
From the docs:
signer - (int | string) signer index identified by the offset %i% in the signers[%i%] parameter, indicating which signer should fill out the field. If your type is 'text-merge' you can set this to 'sender', so the field is non-editable by any signer.
So i think we need to update this model to make it a string (or perhaps, an enum to make it easier for the consumer).
Happy to submit a PR for this. Thanks!