LegacyAminoPubKey specifies a public key type which nests multiple public keys and a threshold, it uses legacy amino address rules.
POST /axelar/permission/update_governance_key HTTP/1.1 Host: axelar.nownodes.io Content-Type: application/json Accept: */* Content-Length: 101 { "sender": "text", "governance_key": { "threshold": 1, "public_keys": [ { "type_url": "text", "value": "text" } ] } }
A successful response.
{}