8 lines
120 B
Go
8 lines
120 B
Go
|
package pancakeswapnft
|
||
|
|
||
|
type Collection struct {
|
||
|
Id string `json:"id"`
|
||
|
FirstTokenId int
|
||
|
TokenCount int
|
||
|
}
|