Skip to content

Commit

Permalink
feat: open up to non NEP standards with string value
Browse files Browse the repository at this point in the history
Co-authored-by: Vlad Frolov <[email protected]>
  • Loading branch information
esaminu and frol authored Nov 10, 2022
1 parent d209c65 commit 8379750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neps/nep-0330.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ pub struct Contract {
}

// NEP structure
pub struct NEP {
pub NEP: u16,
pub struct Standard {
pub standard: String,
pub version: String
}

Expand Down

0 comments on commit 8379750

Please sign in to comment.