Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
shanev committed Jun 2, 2023
1 parent f9cafd0 commit 70b02a8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/sg-name/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,16 @@ pub enum SgNameQueryMsg {
/// converted to a stars address for internal mapping.
#[returns(String)]
Name { address: String },

#[returns(Addr)]
NameMarketplace {},

#[returns(String)]
AssociatedAddress { name: String },
#[returns(Option<NFT>)]
ImageNFT { name: String },
#[returns(Vec<TextRecord>)]
TextRecords { name: String },
#[returns(bool)]
IsTwitterVerified { name: String },
}

#[cfg(test)]
Expand Down

0 comments on commit 70b02a8

Please sign in to comment.