The declared type of a function input, used to derive the static TS type of the corresponding functions.<name>(...) argument. Byte-like types map to Uint8Array; int maps to bigint | number.
functions.<name>(...)
Uint8Array
int
bigint | number
The declared type of a function input, used to derive the static TS type of the corresponding
functions.<name>(...)argument. Byte-like types map toUint8Array;intmaps tobigint | number.