mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 06:55:03 +00:00
cursors for nft/assets (#400)
This commit is contained in:
@@ -3,7 +3,9 @@ package domain
|
||||
import "encoding/json"
|
||||
|
||||
type AssetsResponse struct {
|
||||
Assets []*Asset `json:"assets"`
|
||||
Assets []*Asset `json:"assets"`
|
||||
Next string `json:"next"`
|
||||
Previous string `json:"previous"`
|
||||
}
|
||||
|
||||
type CollectionsResponse struct {
|
||||
|
||||
Reference in New Issue
Block a user