rename NFT to BaseNFT

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
This commit is contained in:
vincent
2021-05-18 17:42:15 +08:00
committed by GitHub
co-authored by Federico Kunze
parent 09c17a6f31
commit 13cc5a283c
+1 -1
View File
@@ -61,7 +61,7 @@ The NFT conforms to the following specifications:
We will also create `NFT` as the default implementation of the `NFT` interface:
```proto
message NFT {
message BaseNFT {
option (gogoproto.equal) = true;
string id = 1;