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
parent 09c17a6f31
commit 13cc5a283c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;