A lightweight JSON RPC client & server
Home > async-call-rpc > AsyncCallOptions > parameterStructures
Warning: This API is now obsolete.
renamed to “parameterStructure”
Choose flavor of parameter structures defined in the spec
Signature:
parameterStructures?: 'by-position' | 'by-name';
When using by-name
, only first parameter is sent to the remote and it must be an object.