Searched refs:sends_json (Results 1 – 2 of 2) sorted by relevance
136 let sends_json: Vec<Value> = sends.iter().map(|s| s.to_json()).collect(); in get_sends() localVariable139 "Data": sends_json, in get_sends()
116 let sends_json: Vec<Value> = sends.iter().map(|s| s.to_json()).collect(); in sync() localVariable131 "Sends": sends_json, in sync()