cw1-subkeys 0.6.2

Implement subkeys for authorizing native tokens as a cw1 proxy contract
Documentation
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AdminListResponse",
  "type": "object",
  "required": [
    "admins",
    "mutable"
  ],
  "properties": {
    "admins": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "mutable": {
      "type": "boolean"
    }
  }
}