Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
taitruong committed Feb 16, 2024
1 parent bbc19e8 commit 9ef9bd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ics721/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,12 @@ pub struct UniversalOwnerOfResponse {
pub approvals: Vec<Empty>,
}

/// ClassIdInfo is used to store associated ClassId for given collection/cw721 address.
#[cw_serde]
pub struct ClassIdInfo {
/// Associated class_id for a given collection/CW721 address.
pub class_id: ClassId,
/// Associated collection/CW721 address for a given class_id.
pub address: Addr,
}

Expand Down

0 comments on commit 9ef9bd7

Please sign in to comment.