minter 0.13.0

Stargaze NFT minter contract
Documentation
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MintCountResponse",
  "type": "object",
  "required": [
    "address",
    "count"
  ],
  "properties": {
    "address": {
      "type": "string"
    },
    "count": {
      "type": "integer",
      "format": "uint32",
      "minimum": 0.0
    }
  }
}