pub fn sign(
payload_type: &str,
payload_json: &str,
identity: &AgentIdentity,
) -> Result<DsseEnvelope, MuragentError>Expand description
Sign a payload with the agent’s Ed25519 identity, returning a DSSE envelope.
pub fn sign(
payload_type: &str,
payload_json: &str,
identity: &AgentIdentity,
) -> Result<DsseEnvelope, MuragentError>Sign a payload with the agent’s Ed25519 identity, returning a DSSE envelope.