Skip to main content

post_signed

Function post_signed 

Source
pub fn post_signed<R: Serialize>(
    progress: &mut dyn ProgressSink,
    storage: &mut Storage,
    cache: &mut CacheManager,
    address: &Address,
    endpoint: &str,
    payload: R,
) -> Result<Response>