Skip to main content

signed_payload_body

Function signed_payload_body 

Source
pub(crate) fn signed_payload_body(
    key_file: &str,
    channel: &str,
    payload: &[u8],
) -> Value
Expand 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.