Skip to content

Commit

Permalink
Merge pull request #2 from nervina-labs/transfer-update
Browse files Browse the repository at this point in the history
Add transfer_update module
  • Loading branch information
duanyytop authored Feb 25, 2022
2 parents ea47402 + beada9b commit 2295615
Show file tree
Hide file tree
Showing 5 changed files with 1,288 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/common.mol
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ struct ClaimCotaNFTKey {
out_point: OutPointSlice,
}
vector ClaimCotaNFTKeyVec <ClaimCotaNFTKey>;
vector ClaimCotaNFTValueVec <Byte32>;
vector ClaimCotaNFTValueVec <Byte32>;
vector ClaimCotaNFTInfoVec <CotaNFTInfo>;
Loading

0 comments on commit 2295615

Please sign in to comment.