export const { UintErrorResult } = createCodecComponent(
  "UintErrorResult",
  ({ error }: Format.Errors.UintErrorResult) =>
    isUintError(error) ? (
      <UintError data={error} />