Skip to content

Commit

Permalink
Expose AgentToProfile link index
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Oct 23, 2024
1 parent 104e0fd commit 5603203
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pub struct ProfileClaim {

pub const PROFILE_ENTRY_TYPE_INDEX: u8 = 0;
pub const PROFILE_CLAIM_ENTRY_TYPE_INDEX: u8 = 1;
pub const AGENT_TO_PROFILE_LINK_INDEX: u8 = 1;

pub fn validate_profile_for_agent(
agent: AgentPubKey,
Expand Down

0 comments on commit 5603203

Please sign in to comment.