mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-20 14:35:07 +00:00
add collections endpoint to nfts
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
package domain
|
||||
|
||||
type AssetResponse struct {
|
||||
type AssetsResponse struct {
|
||||
Assets []*Asset `json:"assets"`
|
||||
}
|
||||
|
||||
type CollectionsResponse struct {
|
||||
Collections []*Collection `json:"collections"`
|
||||
}
|
||||
|
||||
type Asset struct {
|
||||
Id int32 `json:"id"`
|
||||
TokenId string `json:"token_id"`
|
||||
|
||||
Reference in New Issue
Block a user