[][src]Function hdk::api::keystore_sign

pub fn keystore_sign<S: Into<String>>(
    src_id: S,
    payload: S
) -> ZomeApiResult<String>

Signs a payload using a private key from the keystore. Accepts one argument: the keystore ID of the desired private key.