Skip to content

Commit

Permalink
Update ic-transport-types/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Linwei Shang <[email protected]>
  • Loading branch information
adamspofford-dfinity and lwshang authored Oct 7, 2024
1 parent 382879f commit bd29a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ic-transport-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mod request_id;
pub mod signed;

/// The authentication envelope, containing the contents and their signature. This struct can be passed to `Agent`'s
/// `*_signed` methods via [`to_bytes`](Envelope::encode_bytes).
/// `*_signed` methods via [`encode_bytes`](Envelope::encode_bytes).
#[derive(Debug, Clone, Deserialize, Serialize)]
#[serde(rename_all = "snake_case")]
pub struct Envelope<'a> {
Expand Down

0 comments on commit bd29a73

Please sign in to comment.