export class CryptoAgentUserKeyRequest { key: string; constructor(key: string) { this.key = key; } }