# Functions
RegisterHandlers adds each server route to the EchoRouter.
# Structs
ContractResponse defines model for ContractResponse.
CreateSignSessionRequest defines model for CreateSignSessionRequest.
CreateSignSessionResponse defines model for CreateSignSessionResponse.
DrawUpContractRequest defines model for DrawUpContractRequest.
GetSignSessionStatusResponse defines model for GetSignSessionStatusResponse.
ServerInterfaceWrapper converts echo contexts to parameters.
SignatureVerificationRequest defines model for SignatureVerificationRequest.
SignatureVerificationResponse defines model for SignatureVerificationResponse.
VerifiablePresentation defines model for VerifiablePresentation.
Wrapper bridges the generated api types and http logic to the internal types and logic.
# Interfaces
ServerInterface represents all server handlers.
# Type aliases
ContractLanguage defines model for ContractLanguage.
ContractType defines model for ContractType.
ContractVersion defines model for ContractVersion.
CreateSignSessionJSONBody defines parameters for CreateSignSession.
CreateSignSessionRequestBody defines body for CreateSignSession for application/json ContentType.
DrawUpContractJSONBody defines parameters for DrawUpContract.
DrawUpContractRequestBody defines body for DrawUpContract for application/json ContentType.
LegalEntity defines model for LegalEntity.
VerifySignatureJSONBody defines parameters for VerifySignature.
VerifySignatureRequestBody defines body for VerifySignature for application/json ContentType.