Source code for pyeudiw.wallet_instance_attestation.cnf

from pydantic import BaseModel

from pyeudiw.jwk.schemas.public import JwkSchema


[docs] class CNFSchema(BaseModel): jwk: JwkSchema