get_data

Function get_data 

Source
pub fn get_data(resource_id: u32) -> Result<Vec<u8>>
Expand description

Retrieves the payload in the event as the stream source.

ยงExamples

use ws-sdk::stream::get_data
let data = get_data(rid)?;