mirror of
https://github.com/fluencelabs/marine-rs-sdk
synced 2025-03-14 14:00:49 +00:00
feat(ABI, call-parameters)!: add worker_id field into CallParameters (#151)
* add worker_id field into call_parameters * remove debug prints
This commit is contained in:
parent
e112719b24
commit
3bdf0c242a
@ -94,9 +94,12 @@ pub struct CallParameters {
|
||||
/// Id of the service creator.
|
||||
pub service_creator_peer_id: String,
|
||||
|
||||
/// PeerId of the peer who hosts this service.
|
||||
/// PeerId of the peer who hosts worker with this service.
|
||||
pub host_id: String,
|
||||
|
||||
/// PeerId of the worker who hosts this service.
|
||||
pub worker_id: String,
|
||||
|
||||
/// Id of the particle which execution resulted a call this service.
|
||||
pub particle_id: String,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user