GameOverviewData
The GameOverviewData object contains various calculated data about its parent game.
type GameOverviewData {
num_builders: Int
num_owners: Int
num_creations: Int
}
Fields
GameOverviewData.num_builders Int
GameOverviewData.num_builders IntThe number of builders associated with the parent game on Parcel's Creatorverse. Creatorverse is currently defunct with plans to incorporate its features back into Parcel soon. For now, this number won't change.
GameOverviewData.num_creations Int
GameOverviewData.num_creations IntThe number of creations associated with the parent game on Parcel's Creatorverse. Creatorverse is currently defunct with plans to incorporate its features back into Parcel soon. For now, this number won't change.
GameOverviewData.num_owners Int
GameOverviewData.num_owners IntThe number of unique wallets that own one or more assets belonging to collections that are underneath the parent game.
