pub(crate) fn signed_payload_body(
key_file: &str,
channel: &str,
payload: &[u8],
) -> ValueExpand description
Signs raw payload bytes on channel. Owner authorizations travel
inside a request body rather than the op log, so unlike signed_body
this carries no log scope.