Call parameters
There is a special API function marine_rs_sdk::get_call_parameters() that returns an instance of the CallParameters structure defined as follows:
rust
rust
This structure contains vital for Fluence service fields, which allow to find out varied information about a source of a service call.
One of the most common patterns of CallParameters usage is authentication services:
rust
rust