Skip to content

Commit

Permalink
Implement realize for NameRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
gemcoder21 committed Aug 3, 2023
1 parent d03500d commit b33ec8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions primitives/src/name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use typeshare::typeshare;
use crate::chain::Chain;
use serde::Serialize;

#[derive(Debug, Serialize)]
#[typeshare(swift="Codable")]
#[allow(dead_code)]
pub struct NameRecord {
Expand Down

0 comments on commit b33ec8a

Please sign in to comment.