[][src]Function sp_dto::rpc_dto_with_later_attachments

pub fn rpc_dto_with_later_attachments<T>(
    tx: String,
    rx: String,
    key: String,
    payload: T,
    attachments: Vec<(String, u64)>,
    route: Route,
    auth_token: Option<String>,
    auth_data: Option<Value>
) -> Result<Vec<u8>, Error> where
    T: Debug,
    T: Serialize