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