-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[parquet-sdk][token_v2] migrate TokenDataV2 and CurrentTokenDataV2
- Loading branch information
Showing
15 changed files
with
537 additions
and
398 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
pub mod raw_token_claims; | ||
pub mod raw_v1_token_royalty; | ||
pub mod raw_v2_token_activities; | ||
pub mod raw_v2_token_datas; | ||
pub mod raw_v2_token_metadata; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
pub mod token_claims; | ||
pub mod v1_token_royalty; | ||
pub mod v2_token_activities; | ||
pub mod v2_token_datas; | ||
pub mod v2_token_metadata; | ||
|
||
pub mod v2_token_ownerships; |
Oops, something went wrong.