Msg

Request a new key to a keychain, the key will belong to the specified space.

post/warden.warden.v1beta2.Msg/NewKeyRequest

Request body

authoritystring
space_idstring uint64
keychain_idstring uint64
key_type'KEY_TYPE_UNSPECIFIED' | 'KEY_TYPE_ECDSA_SECP256K1' | 'KEY_TYPE_EDDSA_ED25519'

KeyType indicates what crypto scheme will be used by this key (e.g. ECDSA). Its public key will be one of the specified type.

  • KEY_TYPE_UNSPECIFIED: The key type is missing.
  • KEY_TYPE_ECDSA_SECP256K1: The key is an ECDSA secp256k1 key.
  • KEY_TYPE_EDDSA_ED25519: The key is an EdDSA Ed25519 key.
intent_idstring uint64

Response

A successful response.

Changes

No recorded changes to this endpoint across all 1 revision of this API.